76fdd3c76eb4dbb202657ac3d7cd325edfcb24a4
Implements a shutdown mechanism for components and entities, ensuring proper resource release and preventing memory leaks. This change introduces a virtual `Shutdown` method to the `Component` class, allowing derived components to release specific resources when they are removed from an entity or when the entity is destroyed. The `Entity` class now calls the `Shutdown` method on all its components during its own release process. The `EntityManager` now calls the `release()` method when destroying an entity. This enhancement ensures that resources, such as FMOD sound objects and channels in the `AudioComponent`, are properly released, preventing potential resource leaks and improving the stability of the engine.
Khaotic Engine Reborn - C++ Custom Engine
Khaotic Engine Reborn reprend comme base le moteur Khaotic Engine pour lui ajouter plus de fonctionalité.
Ce moteur est basé sur DirectX11 et utilise ImGui pour son interface graphique.
Khaotic Engine is a rendering engine made in C++ by a small team with the aim of learning how to use rendering APIs (OpenGL, DirectX 11/12 and Vulkan).
This DirectX11 based engine uses ImGui for the user interface.
Installation
Depuis la solution + Debugger
- Télécharger la Beta
- Dézip le .zip
- Ouvrir le fichier .sln
- Build en Release
From solution + Debugger
- Download the Beta Release
- Unzip the Zip file
- Open the .sln file
- Set the debugger in "Release"
- Launch the debugger
Nouvauté Aporté par Khaotic Engine Reborn
SHADER :
- Sunlight shader
- Cel Shading
- Skysphere
Interface Graphique :
- Console link to the Logger object
- Shader Manager
- Engine Settings
- Sunlight Settings
Save And Load of a Scene :
- Save All Custom object
- Save All Custom Texture for Custom Object
Texture File :
- All the format supported by Windows Imaging Component (WIC)
Optimization :
- Shader rendering
- Frustum culling
- Object rendering
- Terrain Instancing
Demo :
Engine Build by :
Moteur D'origine :
Moteur Reborn :
Description
Languages
C++
81.2%
C
16.5%
C#
0.8%
CMake
0.3%
HyPhy
0.2%
Other
0.8%
