Oldapac OS[Graphics Library]

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
Tivoilos
Posts: 7
Joined: Mon May 26, 2008 5:41 pm

Oldapac OS[Graphics Library]

Post by Tivoilos »

I am working on a OS(course :P) but I am now kinda looking to make it's own Graphics Library, so does anyone have any places they know where they give tips of guides to doing this it'd be very helpfull =)
User avatar
thepowersgang
Member
Member
Posts: 734
Joined: Tue Dec 25, 2007 6:03 am
Libera.chat IRC: thePowersGang
Location: Perth, Western Australia
Contact:

Post by thepowersgang »

Try creating simple functions like put_pixel, fill_rect etc then work up from there.
What type of graphics interface are you using (Int 0x10, vga framebuffer, vbe,...).
Kernel Development, It's the brain surgery of programming.
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

There's a massive VGA article in the wiki.

It's under the Video Category. (There's also some other like-minded articles in there.)

Note: Before you do any GUI stuff, you're going to want to make sure you have a good base setup. (eg. mm, drivers, fs, etc.)
C8H10N4O2 | #446691 | Trust the nodes.
Tivoilos
Posts: 7
Joined: Mon May 26, 2008 5:41 pm

Post by Tivoilos »

Oh, I know that

an thanks for the information I shall do some more researching :)
Post Reply