Page 166 of 262

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

Posted: Sun Sep 18, 2016 3:49 am
by osdever
TTF rendering finally works! :)

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

Posted: Sun Sep 18, 2016 7:25 am
by Octacone
catnikita255 wrote:TTF rendering finally works! :)
You sure? :P

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

Posted: Sun Sep 18, 2016 12:03 pm
by BrightLight
Not much newer than my last post here, but a picture background looks even nicer with transparent windows. :P
Behind the scenes, I've fixed a bug related to ATA IRQ handling that targets some real HW and increased graphics performance; my SSE transparency code now works on 8 pixels rather than 4 in one operation.
Image

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

Posted: Sun Sep 18, 2016 1:05 pm
by osdever
octacone wrote:
catnikita255 wrote:TTF rendering finally works! :)
You sure? :P
Yes, I use stb_truetype for it.

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

Posted: Wed Sep 21, 2016 9:24 am
by Octacone
This is the design I am going for. (temporary)
Version 2.0 (I will post 1.0 some other time)
This is only a concept, I am trying to code this to be 100% as shown
It is a bit retro, what do you think?

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

Posted: Wed Sep 21, 2016 10:13 am
by BrightLight
octacone: It looks really similar to what I imagine my GUI toolkit to look like when it's done. :)

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

Posted: Thu Sep 22, 2016 7:14 am
by Octacone
omarrx024 wrote:octacone: It looks really similar to what I imagine my GUI toolkit to look like when it's done. :)
:D :D awesome

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

Posted: Sat Sep 24, 2016 11:32 am
by Octacone
This is what happens when I am ultra super bored as hell:
(it sucks? right?)
Image

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

Posted: Sat Sep 24, 2016 11:55 am
by BrightLight
Last screenshot of my OS before school starts. :(
Changed to MIT license, and did some tweaks to the default window theme. I am designing a system to work on after school, when I have time.
Image

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

Posted: Sat Sep 24, 2016 1:03 pm
by osdever
Offtop:
When school ends in your country? In Russia school began in Sep 1th, it ends in last days of May. So when school ends in Egypt?

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

Posted: Sat Sep 24, 2016 1:28 pm
by BrightLight
catnikita255 wrote:When school ends in your country? In Russia school began in Sep 1th, it ends in last days of May. So when school ends in Egypt?
This year, I start on Monday, September 26th. The first semester normally ends some time in late January, and the second semester starts some time in February until late May or early June.

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

Posted: Sun Sep 25, 2016 2:17 am
by matt11235
octacone wrote:This is what happens when I am ultra super bored as hell:
(it sucks? right?)
I like the colourscheme.

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

Posted: Sun Sep 25, 2016 10:01 am
by Octacone
Reply:
zenzizenzicube wrote:
octacone wrote:This is what happens when I am ultra super bored as hell:
(it sucks? right?)
I like the colourscheme.
Thanks!

New Post:
Basic OS UI Concept Version 3.0 Figure 1
BasicOSUIConceptVersion3.0Figure1.png
Basic OS UI Concept Version 3.0 Figure 2
BasicOSUIConceptVersion3.0Figure2.png
What do you think of this?

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

Posted: Sun Sep 25, 2016 3:19 pm
by Ycep
omarrx024 wrote:Last screenshot of my OS before school starts. :(
Changed to MIT license, and did some tweaks to the default window theme. I am designing a system to work on after school, when I have time.
Image
MIT License? Good choice sir, good choice.

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

Posted: Sun Sep 25, 2016 3:28 pm
by Ycep
octacone wrote:Reply:
zenzizenzicube wrote:
octacone wrote:This is what happens when I am ultra super bored as hell:
(it sucks? right?)
I like the colourscheme.
Thanks!

New Post:
Basic OS UI Concept Version 3.0 Figure 1
BasicOSUIConceptVersion3.0Figure1.png
Basic OS UI Concept Version 3.0 Figure 2
BasicOSUIConceptVersion3.0Figure2.png
What do you think of this?
To me it looks very nice and cool but I repeatedly tell you that you shall pay little more attention and work on filesystems, process managament, memory management (I mean, improve it), executable file formats, etc.
Afterthat you could have even meatier skeleton where you could freely continue working on GUI which works with files, programs, in multitasking and user-mode envriroment, etc.