o
odinpkg.dev
packages / app / sucata-player

sucata-player

a68b0b4app

Sucata player it is the framework to run your sucata game

MIT · updated 3 weeks ago

Sucata Player

This is the Sucata Player that runs your sucata game, see sucata-cli 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