Tools
Editors and command-line tools for making games out of text files. Every one is a single binary with no installation, for Linux and Windows.
Installer · Linux ▸
Gets every tool on this page at once and keeps them up to date. Run it again later and it downloads only what changed.
Installer · Windows ▸
The same for Windows. Everything lands in Gamedev-Tools in your home folder.
Editors
- Artless Every editor in one window, arranged side by side or as tabs. Each of them still works on its own — this is the shared roof, not a replacement. Linux · Windows
- Header Editor Visual editor for markdown-style config files based on header-parsing. Linux · Windows
- Particle Editor Live editor for simple-particles effects, with a wgpu preview. Linux · Windows
-
Idet
A text editor that shares one core between a terminal and a window:
idetin the terminal,gideton the desktop. Terminal: Linux · Windows — Window: Linux · Windows
Music
-
Plainsong
Multi-track sound editor writing plain-text
.trackfiles that game-audio plays. Play in the browser — Linux · Windows -
Plainaudio
Player for
.track, MIDI and the usual formats, with subtitles and a playlist. Play in the browser — Linux · Windows -
Track tools
Command line, from the game-audio crate:
track-playplays a file,track-exportwrites WAV or MP3,track-fmtformats,track-checkvalidates,midi-importconverts MIDI to.track. Linux: track-play · track-export · track-fmt · track-check · midi-import Windows: track-play · track-export · track-fmt · track-check · midi-import
More about the music ecosystem ▸
Development
- CargUI A window around cargo — build, test, run and check without typing the commands. Linux · Windows
-
Guitui
A git history browser with graph, diffs and staging, sharing one core between terminal and window:
gi-tuiin the terminal,gui-iton the desktop. Terminal: Linux · Windows — Window: Linux · Windows - Viewer Image viewer with crisp vector SVG rendering, animated GIF playback and GPU zoom and pan. Linux · Windows · Source