This repository has been archived by the owner on Oct 8, 2022. It is now read-only.
v2.0.0-pre.0
Pre-release
Pre-release
Major rewrite
This is the current build of the new and fresh version of Simple Console.
Supported so far
- Display onto the terminal
- Windows
- Linux/Mac
- User input
- Windows
- Linux/Mac
- Audio (will most likely be added in
v2.1.0
)- Windows
- Linux/Mac
Changes
sconeOpen();
/sconeClose();
is now run by default.- No more
class Frame();
. Replaced bystruct Window
, accessed bystatic Window window;
window
acts as a gateway to the console/terminal. Changing the window is done from here.- Removed half-broken UI library. Need to come up with something better.
- Tons of code refactoring.