WiiDuktape/source
Fries 9f1b00d39d add file support
file loading is implemented with an asset generator script that reads
all the files in the data folder and converts them into c arrays and
puts them inside a c source file.
2024-06-20 18:41:49 -07:00
..
.gitignore add file support 2024-06-20 18:41:49 -07:00
asset_generator.py read javascript code from a js file! 2024-06-19 00:39:01 -07:00
CMakeLists.txt add file support 2024-06-20 18:41:49 -07:00
data.h add file support 2024-06-20 18:41:49 -07:00
data_asset_generator.py add file support 2024-06-20 18:41:49 -07:00
game.js add file support 2024-06-20 18:41:49 -07:00
grrlib_duk.c add file support 2024-06-20 18:41:49 -07:00
grrlib_duk.h draw a square with color. 2024-06-19 23:37:41 -07:00
main.c add file support 2024-06-20 18:41:49 -07:00