GUI Window System for Mikeos

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
Bender
Member
Member
Posts: 449
Joined: Wed Aug 21, 2013 3:53 am
Libera.chat IRC: bender|
Location: Asia, Singapore

GUI Window System for Mikeos

Post by Bender »

I did like to implement a simple Window system for Mikeos, By this I don't mean a Windows 1.0 clone. Something that draws a box on the screen and then runs the program inside the box. Also I'd like if I was able to write some text on top if the box. And would be able to switch to full screen mode by pressing ALT.

Any ideas?
Or maybe some sample code ;-) .
Help would be appreciated...
"In a time of universal deceit - telling the truth is a revolutionary act." -- George Orwell
(R3X Runtime VM)(CHIP8 Interpreter OS)
User avatar
iansjack
Member
Member
Posts: 4711
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: GUI Window System for Mikeos

Post by iansjack »

I'm not sure that I know what you're asking. You want to implement a windowing system but you don't know how to do it? If that's the case then you need to do a little research on how these things work. There's a ton of information on the Internet.

Perhaps you are being too ambitious.
Post Reply