Raylib powered LUA Runtime meant for GUI apps. (Included raygui)
  • C 96.4%
  • Lua 2.7%
  • CMake 0.9%
Find a file
2026-05-16 23:26:02 +02:00
.vscode Init 2026-05-15 23:28:48 +02:00
include Changed extractors to return pointers and NULL, Added exit() 2026-05-16 10:22:05 +02:00
scripts Code 2026-05-16 23:26:02 +02:00
src Code 2026-05-16 23:26:02 +02:00
.gitignore Init 2026-05-15 23:28:48 +02:00
CMakeLists.txt Code 2026-05-16 23:26:02 +02:00
default.rgs Clip mode added 2026-05-16 10:04:25 +02:00
README.md Rename 2026-05-16 10:53:02 +02:00

japvm

Structure (subject to change)

  • include/ - header files
  • scripts/ - lua files (will be bundled next to exe in the future)
  • src/ - C source
    • bindings/ - C to Lua bindings