-
V13.1.0 - UI Rework Stable
released this
2025-09-10 00:08:07 +00:00 | 1 commits to main since this releaseV13.1.0
Object Inspector ??
-
New inspector window
-
Can add component
-
New default sound
Downloads
-
-
released this
2025-09-09 16:36:01 +00:00 | 2 commits to main since this releaseV13.0.0
ECS data serailizen, documentation and FMOD ??
-
ECS use a virtual method for serializing data
-
Save and load scene with the serialize data
-
Documentation made with doxygen (not complete but already usable)
-
FMOD Added to the engine
-
New audio component using FMOD (prototype)
Downloads
-
-
released this
2025-06-24 17:03:15 +00:00 | 10 commits to main since this releaseV12.7.0
ECS is here and and everything work like before ??
-
ECS use in everything major where object class use to be
-
Save and load entity and their component
-
Import object as entity
-
Stats use the ECS
Downloads
-
-
V12.0.0 - ECS Stable
released this
2025-06-24 13:10:59 +00:00 | 18 commits to main since this releaseV12.0.0
ECS ??
-
Complete overhaul of the object system from a single class "object" to a complete entity component system
-
Basic component added (Transform, Render, Identificator, Physics and shader)
-
Entity manager handling the usage of game object in the app
-
The ECS is currently use only for the big cube generation, the other feature will be avaible soon
Downloads
-
-
released this
2025-06-20 11:54:01 +00:00 | 20 commits to main since this releaseV11.4.0
What's So Smart with thos Smart pointer??
-
Replace Pointer with smart pointer in "system_class" , "object" and "imgui_manager"
-
Change the relation between "model_class" and "object" from composition to aggregation
-
Object now have a model and model can be shared to other object leading to a huge improvement in memory usage.
Downloads
-
-
released this
2025-06-03 17:59:31 +00:00 | 22 commits to main since this releaseV11.2.1
What's changed
-
Scene are managed by a new class "scene_manager" cleaning the "application_class.cpp" file
-
Stats are managed by a new class "stats" and a little bit multi threaded (only the geometric stats)
-
Stats window now have 3 column displaying the hardware info (gpu name, driver version, cpu name, cpu core num, ram avaible, etc)
Downloads
-
-
released this
2025-05-12 14:22:04 +00:00 | 38 commits to main since this releaseV10.4.1
What's New ?
-
Loading speed of 220K triangle model improved from ~40s to 3.5s
-
Remove Experimental Instanciation due to unwanted behavior
Downloads
-
-
released this
2025-05-08 15:51:25 +00:00 | 40 commits to main since this releaseV10.3.1
What's New ?
-
New UI Style
-
Frustum Culling Running in a separate thread
Downloads
-
-
released this
2025-05-07 15:52:12 +00:00 | 44 commits to main since this releaseV10.2.1
What's New ?
-
Add a Stat widget ( FPS min and max + Frametime graph + drawncall number + triangle and vertice count)
-
Experimental async cube instanciation
Downloads
-
-
V10.1.3 - Terrain Instancing Stable
released this
2025-05-06 16:13:42 +00:00 | 47 commits to main since this releaseV10.1.3
What's New ?
-
Fix Memory Leak
-
Instanciate plane to generate a terrain
Downloads
-