MadFly-Team / NimbleIDE

NimbleIDE - development environment
GNU General Public License v3.0
1 stars 1 forks source link

[Development] Basic console screen functionality #2

Closed NeilBeresford closed 10 months ago

NeilBeresford commented 11 months ago

Research and draw to the screen, allowly keyboard and mouse entries. Coloured text and background. Purpose a simple box drawer, also themed colours.

NeilBeresford commented 10 months ago

Still working on the basics for the screen. I have got a handle on what I think I will do with passing the strings to the console terminal. I have created a library that is being linked to the IDE and Test applications.

NeilBeresford commented 10 months ago

Set up a structure to store the string and position with the colour and effects. ScreenPrint will format the string, for displaying via ascii escape codes. Copilot has been a wonderful help here.