/raylib_lua_sandbox

Primary LanguageLuaMIT LicenseMIT

raylib_lua_sandbox

License: MIT

Created By: Lightnet

Stage:

  • early prototype idea.

Information:

Using the VSCode.

Just testing build for Raylib with lua script.

Resources refs:

Windows:

There are couple way to run application one is task, other is lanucher plugin for lua.

Download files binary. Need to config in .vscode folder for application to run.

settings.json

{
  "pixelbyte.love2d.path": "path/raylua_s.exe"
}

Required full path.

task.json

{
  "command": "${workspaceRoot}\\run.bat",
}
{
  "command": "path/raylua_s.exe",
  "args": ["main.lua"],
}

Project area.

./bin/raylua_s.exe main.lua

https://github.com/tsnake41/raylib-lua?tab=readme-ov-file

Links:

Credits: