Skip to content

Small mock of Lua libraries, just enough to go into input loop

Notifications You must be signed in to change notification settings

gamewavefans/lua_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua_test

Small mock test, this program loads mocked Gamewave Lua libraries and runs the bytecode, up to input loop.

Tested with "Click!".

How to build

git submodules init # once

# cmake -B build . && cmake --build build && ./build/zlua_test
cmake -B build . && cmake --build build --target really-clean && cmake --build build && ./build/zlua_test

About

Small mock of Lua libraries, just enough to go into input loop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published