-
released this
2025-06-24 17:03:15 +00:00 | 1 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 | 9 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 | 11 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 | 13 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 | 29 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 | 31 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 | 35 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 | 38 commits to main since this releaseV10.1.3
What's New ?
-
Fix Memory Leak
-
Instanciate plane to generate a terrain
Downloads
-
-
released this
2025-05-06 15:16:30 +00:00 | 41 commits to main since this releaseV10.1.2
What's New ?
-
Save and Load texture in the .ker file.
Downloads
-
-
V10.0.0 - Texture Rework Stable
released this
2025-05-03 14:42:58 +00:00 | 47 commits to main since this releaseV10.0.0
What's New ?
-
Texture System Complete Overhaul
-
Fix All of the og shader (Normal,specular,alpha, mutlitexture,...)
Downloads
-