Skip to content

ArthurSonzogni/smk-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

A starter project for the SMK library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published