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

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.
User avatar
TheCool1Kevin
Posts: 24
Joined: Fri Oct 14, 2016 7:37 pm
Location: Canada
Contact:

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

Post by TheCool1Kevin »

Wow! All those people with their awesome looking GUI :D
And all I have is a VESA text console :(
The BSOD isn't even blue

I do hope someone gets the Doctor Who reference :wink:
LiquiDOS's kernel exception screen.
LiquiDOS's kernel exception screen.
LiquiDOS, my weird hobbyist OS.
"Strive for progress, not perfection" - Anonymous
User avatar
bauen1
Member
Member
Posts: 29
Joined: Sun Dec 11, 2016 3:31 am
Libera.chat IRC: bauen1
Location: In your computer
Contact:

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

Post by bauen1 »

Finally got VESA graphics to work, now i just gotta clean up this mess of code and commit it to github :lol:
Attachments
Bildschirmfoto 2016-12-28 um 13.48.37.png
myunix (version 3) (name suggestions are welcome!)
GPG Key fingerprint: 5ED6 D826 ACD4 3F8E D9D4 FBB2 FF0A AF5E 0812 BA9C
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

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

Post by Octacone »

bauen1 wrote:Finally got VESA graphics to work, now i just gotta clean up this mess of code and commit it to github :lol:
Great job!! :D Are you using GRUB to set your video mode?
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
User avatar
bauen1
Member
Member
Posts: 29
Joined: Sun Dec 11, 2016 3:31 am
Libera.chat IRC: bauen1
Location: In your computer
Contact:

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

Post by bauen1 »

Yes
myunix (version 3) (name suggestions are welcome!)
GPG Key fingerprint: 5ED6 D826 ACD4 3F8E D9D4 FBB2 FF0A AF5E 0812 BA9C
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

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

Post by Octacone »

bauen1 wrote:Yes
Will the user be able to choose his desired mode?
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
User avatar
bauen1
Member
Member
Posts: 29
Joined: Sun Dec 11, 2016 3:31 am
Libera.chat IRC: bauen1
Location: In your computer
Contact:

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

Post by bauen1 »

Maybe depends if i'm have a driver for the graphics card or implemented a way to do the bios call to change mode.
myunix (version 3) (name suggestions are welcome!)
GPG Key fingerprint: 5ED6 D826 ACD4 3F8E D9D4 FBB2 FF0A AF5E 0812 BA9C
User avatar
bauen1
Member
Member
Posts: 29
Joined: Sun Dec 11, 2016 3:31 am
Libera.chat IRC: bauen1
Location: In your computer
Contact:

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

Post by bauen1 »

So changing your video memory pointer from a uint16 to a uint8 helps a lot
Attachments
Bildschirmfoto 2016-12-28 um 14.48.56.png
myunix (version 3) (name suggestions are welcome!)
GPG Key fingerprint: 5ED6 D826 ACD4 3F8E D9D4 FBB2 FF0A AF5E 0812 BA9C
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

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

Post by klange »

Actually putting some real effort into my UI/widget toolkit. Made a calculator as demonstration / test environment. Still a lot of work to do.

Image
User avatar
Ycep
Member
Member
Posts: 401
Joined: Mon Dec 28, 2015 11:11 am

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

Post by Ycep »

Nice!
Buttons look really good through.
How do you get such precise numbers? 9 god'amn digits!
I'm sure that's not FPU!
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

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

Post by klange »

Lukand wrote:Nice!
Buttons look really good through.
How do you get such precise numbers? 9 god'amn digits!
I'm sure that's not FPU!
That pi approximation was manually typed, but the calculator itself uses Python's parser and operators, so when floating point kicks in it gets ~17 digits.

Here's an actual pi calculation and result:

Image Image
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

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

Post by dozniak »

What's that blue line in the top window decoration?
Learn to read.
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

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

Post by klange »

dozniak wrote:What's that blue line in the top window decoration?
It's supposed to be a stylish focus indicator (it's more apparent when you have non-focused windows to compare to), but people don't seem to like it. I'm working on a new decoration theme to go with my upcoming release; this one is quite old and based on a GTK theme I used to use many years ago.
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

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

Post by Octacone »

klange wrote:
dozniak wrote:What's that blue line in the top window decoration?
It's supposed to be a stylish focus indicator (it's more apparent when you have non-focused windows to compare to), but people don't seem to like it. I'm working on a new decoration theme to go with my upcoming release; this one is quite old and based on a GTK theme I used to use many years ago.
I actually quite like your current theme. Also, I would suggest you using something flat and minimalistic for you new theme. To make it look modern. Why aren't there any minimize/maximize buttons doe?
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

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

Post by dozniak »

klange wrote:
dozniak wrote:What's that blue line in the top window decoration?
It's supposed to be a stylish focus indicator (it's more apparent when you have non-focused windows to compare to), but people don't seem to like it. I'm working on a new decoration theme to go with my upcoming release; this one is quite old and based on a GTK theme I used to use many years ago.
It makes some sense in comparison, but for example try moving active window to the blue sky background over the pagoda :)
Learn to read.
User avatar
bzt
Member
Member
Posts: 1584
Joined: Thu Oct 13, 2016 4:55 pm
Contact:

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

Post by bzt »

@klange: really nice! I wish I was finished with all the things needed for a gui...
Post Reply