Skip to content
JohnS edited this page Apr 28, 2020 · 20 revisions

Creating a GUI in Cosmos
These examples will help you get started with creating a GUI in Cosmos.

Examples

  1. Baby Steps
    1.1 Creating a Simple GUI - The Basics
  2. Creating a Simple GUI
    1.2 Adding a Mouse

Improve GUI Speed
Debugging might slow down your GUI a lot. Just disable it and you’ll be fine.

VGA Driver
You can use CGS, but it’s pretty limited at this current time. In these examples, we will use a proper VGA driver instead of CGS.

Please Note
These examples won’t show you how to make a full-fledged operating system. Their purpose is to help you get started with making a GUI. Remember, these are only the basics!

Clone this wiki locally