amaneureka / AtomOS

A multitasking monolithic Kernel based x86 targeting Operating System written in C# from scratch aiming for high-level implementation of drivers in managed environment.
http://www.atomixos.com
BSD 3-Clause "New" or "Revised" License
1.26k stars 85 forks source link

[Graphics] Graphics Library for UI #8

Open amaneureka opened 8 years ago

amaneureka commented 8 years ago

We can either approach to Cairo which is really a good graphics library and widely used, Or we can either make any existing C# graphics library to work on Atomix Platform.

hadi77ir commented 7 years ago

A good thing to do is, to provide a backend (like Cairo), and make wrappers for it that work seamlessly like C# graphics library (System.Drawing).