Page 33 of 262

Re: What does your OS look like? (Screen Shots..)

Posted: Wed Aug 26, 2009 9:47 pm
by rstat1

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Aug 30, 2009 6:14 pm
by AUsername
Image
Image

Hot, I know.

Re: What does your OS look like? (Screen Shots..)

Posted: Mon Aug 31, 2009 5:30 am
by Creature
Image

The text uses the bitmap font I posted here. I was planning to eventually have some sort of 'enhanced text mode' where I don't have a GUI, but a text video mode font inside video mode, allowing some sort of text mode with an image on the background or just have many more colours for text.

The blob-thingy is just our logo (which has an alpha channel) that I'm testing with some highly-unoptimized alpha blending code :P.

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Sep 05, 2009 5:17 pm
by AndrewAPrice
Image

My GUI being prototyped. The mouse cursors are circle since arrows imply an orientation. Tablet and surface PCs don't necessarily have an 'up'.

Re: What does your OS look like? (Screen Shots..)

Posted: Thu Sep 10, 2009 12:57 am
by xyzzy
Screenshot of my latest OS (Kiwi):
Image

Re: What does your OS look like? (Screen Shots..)

Posted: Thu Sep 10, 2009 4:26 am
by eddyb
AlexExtreme wrote:Screenshot of my latest OS (Kiwi)
:shock: You wanna cover the Exclaim failure?</sarcasm>
Really now, i want to hear some more about this kiwi thing ;) .

Re: What does your OS look like? (Screen Shots..)

Posted: Thu Sep 10, 2009 5:05 am
by dak91
AlexExtreme wrote:Screenshot of my latest OS (Kiwi):
cool! and cool logo =)

Re: What does your OS look like? (Screen Shots..)

Posted: Thu Sep 10, 2009 9:23 am
by xyzzy
eddyb wrote:
AlexExtreme wrote:Screenshot of my latest OS (Kiwi)
:shock: You wanna cover the Exclaim failure?</sarcasm>
Really now, i want to hear some more about this kiwi thing ;) .
Failure?

Re: What does your OS look like? (Screen Shots..)

Posted: Thu Sep 10, 2009 11:47 am
by finarfin
AlexExtreme wrote:Screenshot of my latest OS (Kiwi):
Image
Ahr Ahr Ahr

your "cat" command is very very funny ^_^

Re: What does your OS look like? (Screen Shots..)

Posted: Fri Sep 11, 2009 2:48 am
by f2
AlexExtreme wrote:Screenshot of my latest OS (Kiwi):
Cool! :P This is the successor of Exclaim! Meow!

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Sep 12, 2009 6:28 pm
by Coty
AlexExtreme wrote:Screenshot of my latest OS (Kiwi):
Awesome, exelent work =D>

Re: What does your OS look like? (Screen Shots..)

Posted: Mon Sep 14, 2009 3:33 am
by Brendan
Hi,

I've almost finished a "display module", used by my boot code to display the boot log using the video card.

It handles Unicode (there's font data for all code points from 0x000000 to 0x0000FF), and works for 8-bpp, 15-bpp, 16-bpp, 24-bpp and 32-bpp at any resolution that's 320 * 200 or larger. I still need to add support for 4-bpp.

It's completely resolution independent. It calculates what size font it wants based on how big the monitor is and the monitor's aspect ratio (and scales the 64 * 64 font data to suit); so that regardless of which video mode you use it looks the same (higher resolution means more detail rather than more characters); and so that characters don't look too short/fat on wide screen monitors, or too tall/skinny on 4:3 monitors, or too small on small monitors, or too large on large monitors. :)

Here's a screen shot from Bochs, for 1024 * 768 @ 32-bpp on a virtual 33 cm by 25 cm (standard 4:3 "15 inch") monitor:
unifnt.png

Cheers,

Brendan

Re: What does your OS look like? (Screen Shots..)

Posted: Mon Sep 14, 2009 4:19 am
by jal
Brendan wrote:It handles Unicode (there's font data for all code points from 0x000000 to 0x0000FF),
Are 0x00-0x1F valud Unicode code points? Never new that...
It's completely resolution independent.
That's pretty cool, although you still may want some options for visually impaired (or the opposit) people.
Here's a screen shot
Anti-aliased and all. Impressive.


JAL

Re: What does your OS look like? (Screen Shots..)

Posted: Mon Sep 14, 2009 4:20 am
by f2
Brendan wrote: Here's a screen shot from Bochs, for 1024 * 768 @ 32-bpp on a virtual 33 cm by 25 cm (standard 4:3 "15 inch") monitor:
Wow ! Good job =D> ! I really like the font.

Re: What does your OS look like? (Screen Shots..)

Posted: Mon Sep 14, 2009 4:48 am
by AndreaOrru
Really, really impressive. Is there some code to see?

P.S. And what is the font?