entity-component-system
Here are 481 public repositories matching this topic...
-
Updated
Aug 24, 2021 - C++
-
Updated
May 24, 2021 - C#
-
Updated
Aug 24, 2021 - C++
-
Updated
Aug 21, 2021 - C++
-
Updated
Aug 24, 2021 - C
-
Updated
Aug 22, 2021 - Go
-
Updated
Aug 21, 2021 - C++
-
Updated
Jul 22, 2021 - C#
-
Updated
Jun 23, 2021 - C#
-
Updated
Jul 21, 2021 - Java
-
Updated
Aug 14, 2021 - C++
-
Updated
Mar 30, 2021 - Go
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
May 12, 2021 - C#
-
Updated
Aug 8, 2021 - JavaScript
-
Updated
Mar 13, 2021 - C++
Godex's SCsub access of env_ecs["float"] is triggering a build error for me. I see bulletphysics does that same check, but idk that I'm using bullet or that it's building. Idk why this is happening.
Is this a project or my local godot configuration issue?
Here's my output:
> Executing task in folder code: scons -j5 platform=x11 use_llvm=yes use_lld=yes <
scons: Reading SConscript
-
Updated
May 10, 2021 - C++
-
Updated
Apr 4, 2020 - Clojure
-
Updated
Aug 19, 2020 - C++
-
Updated
Jan 26, 2021 - C#
-
Updated
Jul 30, 2021 - C#
-
Updated
Nov 20, 2020 - C++
-
Updated
Aug 22, 2021 - Python
-
Updated
Aug 7, 2021 - C
-
Updated
Aug 21, 2021 - Rust
-
Updated
Mar 27, 2021 - 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: Cython
Difficulty: Medium
Animation frames from AoE2 graphics files are packed into a texture atlas by the openage converter. We use bin packing to find the optimal arrangement (= smallest atlas dimensions) of the frames in the atlas. Bin packing becomes computationally intensive if a lot of frames are packed (look