A mini game engine built in cpp (WIP).
An engine designed for multi-person collaboration, easy to use for programmer, designer and artist. Of course, the current task is to make it run first...
Please install xmake first: xmake. You can use xmake
to build this project. Of course, you can also generate a visual studio project.
xmake project -k vsxmake
- Memory management
- Windows platform
- Memory management
- Other platform
- Basic data structure
- Math library
- Object system💦
- Rendering system
- Editor💦
- Visual debugging
- Bullet time
- Locate code
- Visual debugging
- Resource management
- Scene management
- Animation system
- Performance analysis
- Pyhsical system
- Log system
- Blueprint
- Scripting system
- Multi-terminal interaction
- Collaborative authoring
- Memory management
- How to avoid memory waste when allocated memory is larger than 64KB (eg 65KB).