Menu

Home

Daniel Mansfield

STALLioN

STALLioN is a cross-platform C/C++ library for developers wishing to use a
terminal/CLI interface on multiple platforms but only want a single codebase.

It aims to provide a consistent development API across multiple platforms so that
separate code does not have to be created for each (often very different)
terminal interface; simply use the functions in STALLioN and compile with the
correct library for the chosen platform.

It is licensed under the GPLv3 license, so is free software.

To get started with STALLioN, please visit the 'Getting Started' guide on the wiki or read the manual.

Getting Started
Manual
Getting Involved