Tool and Game Engine programming
- Clarence Ng Min Teck
- Jun 13, 2020
- 1 min read
Updated: Oct 11, 2021
Editor
Using ImGui lib from https://github.com/ocornut/imgui


Resource and data serialization
Using Rapidison from https://github.com/Tencent/rapidjson
Sample code of reading Json file
Sample code of writing Json file
Json format sample

Resource or entity management
Game object structure
Sample code of game object factory, it construct when reading Json file or in the editor

Multi Threading
content be add later..
Cuda Programming content be add later..
Comments