AMengine is a game engine made by vulkan api for learning and is majored in physics and rendering.
mkdir build
cd build
cmake ..
make -j3
0908:
- update assimp importer
- support multi texture model
0915
- support phong pbr material
- support imgui
- enhanced code scalability
0922
- skybox
- fix bug
0925
- adjust part ui to show for adjust properties
1005
- deferred pipeline 80%
todo:
- shadow
- postprocess bloom
- adjust ui
- physics
- more graphic things
Gbuffer Design which based on UE