/shm-scene1

an sandbox project to use shm engine

Primary LanguageGLSL

A Scene with basic lighting using SHM

alt text

Build [ linux ]

initialize the SHM submodule and build it:

git submodule update --init --recursive
cd Engine/Engine/
mkdir build && cd build
cmake .. && cmake --build . -j
cd ../../../

build the Scene

mkdir build && cd build
cmake .. && cmake --build . -j10 && ./bin/test

!Note: Make sure you have Assimp and glfw installed on your system.

alt SpotLight alt text alt text