Home

Awesome

Minimal starter project using the SMK library

Build instructions:

Desktop build:

mkdir build
cd build
cmake ..
make -j3
./main

Webassembly build:

mkdir build_emscripten
cd build_emscripten
emcmake cmake ..
make -j3
python -m SimpleHTTPServer
(visit localhost:8000)

Linux snap build:

Nothing to do. Upload your game to github and visit https://snapcraft.io/build.

Want more complexe examples?

Look at real projects: