Logo
Explore Help
Register Sign In
ShibaGit/khaotic-engine-Reborn
1
0
Fork 0
You've already forked khaotic-engine-Reborn
Code Issues Pull Requests Actions Packages Projects Releases 13 Wiki Activity

13 Releases 16 Tags

RSS Feed
  • V13.1.0 7d33e2da72
    Compare

    V13.1.0 - UI Rework Stable

    ShibaGit released this 2025-09-10 00:08:07 +00:00 | 1 commits to main since this release

    V13.1.0

    Object Inspector ??

    • New inspector window

    • Can add component

    • New default sound

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Khaotic_Engine_Reborn_V13_1_0.zip
      60 MiB
      2025-09-10 00:07:13 +00:00
  • V13.0.0 42c44b9ff1
    Compare

    V13.0.0 - ECS Sérialisation , Documentation, Scène loading and saving, ajout de FMOD Stable

    ShibaGit released this 2025-09-09 16:36:01 +00:00 | 2 commits to main since this release

    V13.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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Khaotic_Engine_Reborn_V13_0_0.zip
      58 MiB
      2025-09-09 16:35:56 +00:00
  • V12.7.0 763ecff93d
    Compare

    V12.7.0 - ECS Full replacement Stable

    ShibaGit released this 2025-06-24 17:03:15 +00:00 | 10 commits to main since this release

    V12.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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Khaotic_Engine_Reborn_V12_7_0.zip
      57 MiB
      2025-06-24 17:03:12 +00:00
  • V12.0.0 039b034175
    Compare

    V12.0.0 - ECS Stable

    ShibaGit released this 2025-06-24 13:10:59 +00:00 | 18 commits to main since this release

    V12.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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Khaotic_Engine_Reborn_V12_0_0.zip
      51 MiB
      2025-06-24 13:09:59 +00:00
  • V11.4.0 de16b97f8e
    Compare

    V11.4.0 - Smart Pointer Update Stable

    ShibaGit released this 2025-06-20 11:54:01 +00:00 | 20 commits to main since this release

    V11.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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Khaotic_Engine_Reborn_V11_4_0.zip
      51 MiB
      2025-06-20 11:53:50 +00:00
  • V11.2.1 ae3fc21ffc
    Compare

    V11.2.1 - Architecture Update Stable

    ShibaGit released this 2025-06-03 17:59:31 +00:00 | 22 commits to main since this release

    V11.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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Khaotic_Engine_Reborn_V11_2_1.zip
      48 MiB
      2025-06-03 17:59:29 +00:00
  • V10.4.1 dbc7003569
    Compare

    V10.4.1 - Fast Obj Loading And Remove Experimental Instenciation Stable

    ShibaGit released this 2025-05-12 14:22:04 +00:00 | 38 commits to main since this release

    V10.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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Khaotic_Engine_Reborn_V10_4_1.zip
      66 MiB
      2025-05-12 14:21:59 +00:00
  • V10.3.1 32b71ac97f
    Compare

    V10.3.1 - More MultiThreading and UI Restyle Stable

    ShibaGit released this 2025-05-08 15:51:25 +00:00 | 40 commits to main since this release

    V10.3.1

    What's New ?

    • New UI Style

    • Frustum Culling Running in a separate thread

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Khaotic_Engine_Reborn_V10_3_1.zip
      65 MiB
      2025-05-08 15:51:22 +00:00
  • V10.2.1 f8bfb62e98
    Compare

    V10.2.1 - Stats Update + Async Cube instancing Experimental Stable

    ShibaGit released this 2025-05-07 15:52:12 +00:00 | 44 commits to main since this release

    V10.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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Khaotic_Engine_Reborn_V10_2_1.zip
      65 MiB
      2025-05-07 15:51:56 +00:00
  • V10.1.3 b80f66fec3
    Compare

    V10.1.3 - Terrain Instancing Stable

    ShibaGit released this 2025-05-06 16:13:42 +00:00 | 47 commits to main since this release

    V10.1.3

    What's New ?

    • Fix Memory Leak

    • Instanciate plane to generate a terrain

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Khaotic_Engine_Reborn_V10_1_3.zip
      64 MiB
      2025-05-06 16:13:06 +00:00
First Previous 1 2 Next Last
Powered by Gitea Version: 1.24.5 Page: 154ms Template: 101ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API