Download
One archive gives you everything to start making Tangy games: runtime, editor, asset tools, game compiler, and the example projects. Export finished games for Linux or the Nintendo 3DS family. Tangy is also for desktop games with keyboard input. Windows and macOS toolchains are planned.
Linux (x86_64)
tangy-linux-x86_64-v0.1.0.tar.gz — tools, runtime, editor, and
examples. Develop and export Linux desktop games (keyboard) or pack for the 3DS family.
Windows
Not available yet.
macOS
Not available yet.
* Windows and macOS support is planned in the future. Today you can develop and export games for Linux desktops (keyboard input) and package homebrew for the Nintendo 3DS family (New 3DS XL and related).
Export targets
- Linux — package a standalone desktop game with
tngc(default--target desktop), playable with keyboard. - Nintendo 3DS family — package a
.3dsxwithtngc --target n3dsfor homebrew on New 3DS XL and related systems. - Windows & macOS — planned; tool downloads above are placeholders until those toolchains ship.
What’s in the archive
tangy— game runtime (loadsmain.lua; desktop keyboard + gamepad names)tangy_editor— tile scene editortngpal,tngspr,tngtiles,tngogg— asset converterstngc— packs a game into a Linux desktop ELF or 3DS family.3dsxexamples/— hello, pong, and platformer sample gamesLICENSEandREADME.md
Quick start
tar -xzf tangy-linux-x86_64-v0.1.0.tar.gz
cd tangy-v0.1.0
./tangy examples/hello/main.lua Need Aseprite for art? aseprite.org — buy the paid build if you can, or compile from source to use it free. Full API and tool docs are under Docs.