sucata/sucata-cli
1
0
Fork
You've already forked sucata-cli
0
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%
2026年05月04日 13:47:55 -03:00
assets initial commit 2026年04月12日 10:36:21 -03:00
scripts some updates 2026年04月14日 17:46:12 -03:00
sokol-shdc initial commit 2026年04月12日 10:36:21 -03:00
src downgrade to lua 5.4 2026年05月04日 13:47:55 -03:00
.gitignore initial commit 2026年04月12日 10:36:21 -03:00
LICENSE add license 2026年04月12日 11:25:05 -03:00
README.md some updates 2026年04月14日 17:46:12 -03:00

Sucata CLI

This is the Sucata CLI that helps the user to develop with sucata, see sucata-player for more

Shared Folder

Setup project

  1. Install odin version: dev-2026-04-nightly:a896fb2
  2. Install the shared libs, you can use ./scripts/install-shared/unix.sh or ./scripts/install-shared/win.ps1
  3. 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