Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
1,005 contributions in the last year
Contribution activity
June 2020
- Kerndog73/entt C++
Created a pull request in skypjack/entt that received 38 comments
Non-owning entt::actor
Here I have a draft for a non-owning version of entt::basic_actor called entt::basic_handle. I really had my heart set on the name "handle" but the…
+385
−0
•
38
comments
Created an issue in skypjack/entt that received 5 comments
Use the [[nodiscard]] attribute
The [[nodiscard]] attribute can be used to find mistakes in user code (often very minor mistakes like creating an entity and then throwing it away …
5
comments