Skip to content

A 2D game engine written in C++ that embeds the Vyse programming language

License

Notifications You must be signed in to change notification settings

cpp-gamedev/wex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wex

A 2D Game Engine written in C++ that embeds the Vyse programming language

Build instructions

mkdir -p out
cd out
cmake -G Ninja .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_EXPORT_COMPILE_COMMANDS=1
ninja
./wex

About

A 2D game engine written in C++ that embeds the Vyse programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published