entity-component-system
Here are 397 public repositories matching this topic...
-
Updated
Sep 25, 2020 - C#
-
Updated
Oct 2, 2020 - C++
-
Updated
Oct 4, 2020 - C++
-
Updated
Oct 4, 2020 - C++
Describe the problem you are trying to solve.
Adopting Flecs would be made easier if prebuilt binaries were available for the CI platforms.
Describe the solution you'd like
A configuration that makes binaries available for a CI that supports it.
-
Updated
Aug 14, 2020 - Go
-
Updated
Sep 26, 2020 - C++
-
Updated
Jun 3, 2020 - Java
-
Updated
Sep 2, 2020 - C#
-
Updated
Sep 26, 2020 - C#
-
Updated
Oct 4, 2020 - TypeScript
-
Updated
Apr 4, 2020 - Clojure
-
Updated
Sep 23, 2020 - C++
The reasons why this header file lives outside of game_logic don't apply anymore. It would make things simpler if it was merged into the other "global" file.
-
Updated
Oct 31, 2019 - Go
-
Updated
Oct 4, 2020 - C++
-
Updated
Oct 3, 2020 - C#
-
Updated
Aug 19, 2020 - C++
-
Updated
Jun 2, 2019 - C++
-
Updated
Sep 14, 2020 - C#
-
Updated
Jul 13, 2020 - Haskell
-
Updated
Feb 12, 2020 - C++
-
Updated
Jul 30, 2020 - Python
-
Updated
Feb 17, 2020 - Lua
-
Updated
Sep 17, 2020 - C#
-
Updated
Jun 21, 2020 - C++
-
Updated
Sep 14, 2020 - Swift
Improve this page
Add a description, image, and links to the entity-component-system topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the entity-component-system topic, visit your repo's landing page and select "manage topics."
Required skills: Python
Difficulty: Easy
openage currently stores information about a game edition or expansion inside an
Enum, e.g. media paths, support status, etc. We should store this information in an auxiliary file instead, similar to #1312. That would make updating and correcting game information easier as we no longer have to replace chunks of code.The recommended appro