sucata/sucata-cli
It is a CLI to help develop on Sucata Engine
https://sucata.dev
- Odin 97.6%
- Shell 1.2%
- PowerShell 0.6%
- Batchfile 0.6%
| assets | initial commit | |
| scripts | some updates | |
| sokol-shdc | initial commit | |
| src | downgrade to lua 5.4 | |
| .gitignore | initial commit | |
| LICENSE | add license | |
| README.md | some updates | |
Sucata CLI
This is the Sucata CLI that helps the user to develop with sucata, see sucata-player for more
Shared Folder
Setup project
- Install odin version: dev-2026-04-nightly:a896fb2
- Install the shared libs, you can use
./scripts/install-shared/unix.shor./scripts/install-shared/win.ps1 - Now you can edit!
Build project
Just use the script for build a debug version:
./scripts/build-debug/unix.sh or ./scripts/build-debug/win.ps1
or release version:
./scripts/build-release/unix.sh or ./scripts/build-release/win.ps1