SDL2 | ||
sdl_test | ||
.gitignore | ||
demo.cpp | ||
generate-keywords.sh | ||
header.inc | ||
jade.h | ||
Keywords.txt | ||
Prototypes.txt | ||
Readme.md | ||
runtime.inc |
JADE
(Jade’s A Development Experiment)
JADE is a set of include files with Macros and Functions that seeks to provide a Basic-Like way of creating c++ code.
Compile with:
g++ -Wall demo.cpp -o demo
or if using clang, use:
clang++ demo.cpp -o demo