-
Updated
Jan 13, 2022 - C++
engine
Here are 2,528 public repositories matching this topic...
-
Updated
Jun 26, 2022 - C#
-
Updated
May 19, 2022 - JavaScript
-
Updated
Dec 6, 2021 - Rust
-
Updated
Jun 21, 2022 - TypeScript
-
Updated
Jun 26, 2022 - TypeScript
-
Updated
Feb 4, 2022 - C++
The fix for #3307 was done for GitRepository
only. This bug tracks the rest of the repositories.
-
Updated
Jun 26, 2022 - C++
-
Updated
Jun 26, 2022 - Rust
The sidebar for the API Docs in the dashapp has position: sticky
. This works well for when the sidebar content fits onto the screen, but when it doesn't it doesn't scroll independently from the main content (like it does for the Encore docs or the API Docs on app.encore.dev). So for when the main content is large (> 50000 px for us at the moment), you have to scroll all the way down to be able t
-
Updated
Jun 26, 2022 - C++
System Information
- Ogre Version: e80555d6a06dbcad192286818113ad69618b04a1
- Operating System / Platform: andr
-
Updated
Jun 21, 2022 - Go
-
Updated
Jun 26, 2022 - Java
-
Updated
Jun 9, 2022
Describe the bug
In Linux when the engine loads, it detects that there is EFX capabilities but then states that EAX 2 is out of the question.
Expected behavior
shoudln't EAX usage be replaced by EFX usage? and if so maybe this should be indicated when the sound is loaded, isn't it?
BugTrap error report
SOUND: OpenAL: enumerate devices...
SOUND: OpenAL: EnumerationExtensi
-
Updated
Feb 3, 2021
-
Updated
Jan 1, 2022 - C++
-
Updated
Jun 23, 2022 - C++
-
Updated
Mar 3, 2022 - JavaScript
RulesEngine has many amazing features but lacks detailed documentation on those.
- Json based rules defination
- Multiple input support
- Dynamic object input support
- C# Expression support
- Extending expression via custom class/type injection
- Scoped parameters
- Post rule execution actions
Please comment on which feature you feel needs more/improved documentation.
Improve this page
Add a description, image, and links to the engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the engine 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