Skip to content
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
Compare
Choose a tag to compare
@vladdeSV vladdeSV released this 19 Feb 00:15

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

  1. sconeOpen();/sconeClose(); is now run by default.
  2. No more class Frame();. Replaced by struct Window, accessed by static Window window;
  3. window acts as a gateway to the console/terminal. Changing the window is done from here.
  4. Removed half-broken UI library. Need to come up with something better.
  5. Tons of code refactoring.