-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
@Zaflis is it possible to build a "CRT" like experience using nxpascal? * I am working on a project that requires me to mimic most if not all CRT calls in a layer on the screen. While layering png objects above -- I love the demos, but, before I jump in head first, I wanted to know if the component can achieve simple concepts like:
ClrScr;
TextColor(Yellow);
TextBackground(Blue);
GotoXy(2,15);
Write('Hello World');
Ability to Scroll, etc. ... the project I am working on is to replace a proprietary WinCRT Terminal that used graphics to draw maps, and scenes on the screen - while keeping the Terminal Text rendering like an old DOS window.
Thanks!
Ozz
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels