OSDev.org
https://forum.osdev.org/

What does your OS look like? (Screen Shots..)
https://forum.osdev.org/viewtopic.php?f=1&t=12087
Page 133 of 260

Author:  Artlav [ Sun Aug 16, 2015 5:15 pm ]
Post subject:  Re: What does your OS look like? (Screen Shots..)

It might not look like much, but...
That's USB mouse.
Working.
The kind of "at last" moment after a long season of figuring things out, implementing, testing and bug-busting.

Image


Oh, and not just in Qemu, but on real hardware as well.
That is the real money shot, since Qemu's USB is so simplified it's not even fun.

Image

Author:  pcmattman [ Mon Aug 17, 2015 12:04 am ]
Post subject:  Re: What does your OS look like? (Screen Shots..)

Recently ported Pango and GLib to allow me to make pretty text without manually futzing around with Freetype:

Image
Image

Author:  Octacone [ Mon Aug 17, 2015 7:25 am ]
Post subject:  Re: What does your OS look like? (Screen Shots..)

Artlav wrote:
It might not look like much, but...
That's USB mouse.
Working.
The kind of "at last" moment after a long season of figuring things out, implementing, testing and bug-busting.

Image


Oh, and not just in Qemu, but on real hardware as well.
That is the real money shot, since Qemu's USB is so simplified it's not even fun.

Image


It looks really good. Can you show us what that folder icon does?

Author:  Octacone [ Mon Aug 17, 2015 7:26 am ]
Post subject:  Re: What does your OS look like? (Screen Shots..)

[quote="pcmattman"]Recently ported Pango and GLib to allow me to make pretty text without manually futzing around with Freetype:

Looks better than windows rendering.

Author:  Artlav [ Mon Aug 17, 2015 11:23 am ]
Post subject:  Re: What does your OS look like? (Screen Shots..)

thehardcoreOS wrote:
It looks really good. Can you show us what that folder icon does?
Just a simple file manager.
Image

Also got a text editor
Image

And OpenGL support (software):
Image

But that's all old stuff, i bet you can find similar ones somewhere in this thread back in 2011.

Author:  BrightLight [ Mon Aug 17, 2015 10:52 pm ]
Post subject:  Re: What does your OS look like? (Screen Shots..)

Artlav: Your OS is really cool! Do you have a site, or an online repository?

Author:  gerryg400 [ Mon Aug 17, 2015 11:26 pm ]
Post subject:  Re: What does your OS look like? (Screen Shots..)

pcmattman wrote:
Recently ported Pango and GLib to allow me to make pretty text without manually futzing around with Freetype:

Hey pcmattman, impressive. But pango doesn't actually contain fonts does it ? How do you draw the chars ?

Author:  pcmattman [ Mon Aug 17, 2015 11:29 pm ]
Post subject:  Re: What does your OS look like? (Screen Shots..)

In that example, Pango is using Freetype to read TTF fonts. It's also using Fontconfig to fall back when glyphs can't be found (eg, the main text is DejaVu Sans Mono, but the Japanese is a totally different TTF file).

I use libpangocairo to actually perform the drawing onto Cairo surfaces.

Author:  Artlav [ Tue Aug 18, 2015 2:54 am ]
Post subject:  Re: What does your OS look like? (Screen Shots..)

omarrx024 wrote:
Do you have a site, or an online repository?

Hm, there should be something here: http://orbides.org/aprom.php
And here is the linked list of testing threads: viewtopic.php?f=2&t=22667

pcmattman wrote:
In that example, Pango is using Freetype to read TTF fonts.
Cute.
Font support is one of these things programmers tend to ignore completely.

I've been googling around, but can't quite figure it out - how is Pango different from Freetype?
That is, what features does it provide over the glyphs taken from FT?

I was thinking of using Freetype on it's own for my OS.

Author:  gerryg400 [ Tue Aug 18, 2015 4:47 am ]
Post subject:  Re: What does your OS look like? (Screen Shots..)

Here's my latest version. A few of the coreutils are working (the basic ones) and gcc will compile hello.c. Also truetype, cairo, ncurses work. Nano kind of runs a bit and of course the obligatory glxgears. The calculator and terminal are the first Apps for my graphics toolkit. Still plenty of bugs.
Image

Author:  pcmattman [ Tue Aug 18, 2015 4:53 am ]
Post subject:  Re: What does your OS look like? (Screen Shots..)

Artlav wrote:
I've been googling around, but can't quite figure it out - how is Pango different from Freetype?
That is, what features does it provide over the glyphs taken from FT?


In my case, Pango is still using Freetype as a font backend to actually get glyphs to render. Pango then looks after details like layout, and it's particularly good at complex scripts and internationalisation issues (the example shows an embedded switch to RTL for non-English text).

There's a gallery of various things Pango helps with rendering on the Pango site.

EDIT: very nice, gerryg400!!

Author:  Octacone [ Thu Aug 27, 2015 12:17 pm ]
Post subject:  Re: What does your OS look like? (Screen Shots..)

This topic is too young to die. Please guys post some more pictures of your OSes.

Author:  Roman [ Thu Aug 27, 2015 12:29 pm ]
Post subject:  Re: What does your OS look like? (Screen Shots..)

pcmattman wrote:
Posted: Tue Aug 18
The thread doesn't look dead at all. @thehardcoreOS, so why don't you post your screenshots?

Author:  Octacone [ Thu Aug 27, 2015 12:35 pm ]
Post subject:  Re: What does your OS look like? (Screen Shots..)

Roman wrote:
pcmattman wrote:
Posted: Tue Aug 18
The thread doesn't look dead at all. @thehardcoreOS, so why don't you post your screenshots?


Because I am trying to enter protected mode and set up paging and then I can post some screenshots with basic text print thigy.

Author:  BrightLight [ Thu Aug 27, 2015 1:12 pm ]
Post subject:  Re: What does your OS look like? (Screen Shots..)

Roman wrote:
The thread doesn't look dead at all.

IMHO, this thread will never die.

Page 133 of 260 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/