Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 878 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 878 Bytes

SHM: My 3D Engine

alt text

Build [ linux ]

initialize the SHM submodule and build it:

git clone https://github.com/devprofile98/shm.git
cd shm
git submodule update --init --recursive
cd Engine/
mkdir build && cd build
cmake .. && cmake --build . -j

use the generated library, for an example see shm-scene1

alt text alt text alt text alt text