Page 186 of 262

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

Posted: Mon Jan 16, 2017 8:57 am
by osdever
Useless Surface demonstration. I am too dumb for fast screen drawing functions or normal blur procedure, it looks beautiful anyway :)

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

Posted: Mon Jan 16, 2017 5:20 pm
by SpyderTL
osdeverr wrote:Useless Surface demonstration. I am too dumb for fast screen drawing functions or normal blur procedure, it looks beautiful anyway :)
Nice work. Your code repository is also very organized and easy to read.

Bravo. =D>

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

Posted: Tue Jan 17, 2017 6:14 am
by osdever
SpyderTL wrote:
osdeverr wrote:Useless Surface demonstration. I am too dumb for fast screen drawing functions or normal blur procedure, it looks beautiful anyway :)
Nice work. Your code repository is also very organized and easy to read.

Bravo. =D>
Thanks a lot!

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

Posted: Thu Jan 19, 2017 5:44 am
by klange
Improving my UI toolkit, wrote a minesweeper clone:

Image

I also ported MuPDF over to be used from Python, so I could build a more natural UI for my PDF viewer.

Image

Also visible in these screenshots is my new panel design.

I made a quick video with some of the new stuff, as well.

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

Posted: Thu Jan 19, 2017 5:58 am
by osdever
klange wrote:Improving my UI toolkit, wrote a minesweeper clone:

Image

I also ported MuPDF over to be used from Python, so I could build a more natural UI for my PDF viewer.

Image

Also visible in these screenshots is my new panel design.

I made a quick video with some of the new stuff, as well.
Awesome! I comment your videos :)

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

Posted: Thu Jan 19, 2017 6:05 am
by osdever
ELFs are almost done! They work, but some things crash them. The line with hello is output of special syscall that is called from my program. Exit is just a dirty hack with shell restart though.

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

Posted: Fri Jan 20, 2017 1:33 am
by osdever
I tested text mode, it works perfectly fine. I recorded a video.


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

Posted: Fri Jan 20, 2017 3:34 am
by osdever
Now my OS shows you random message at the start like "In Soviet Russia, U365 loads YOU!" or "DIAMONDSOFT SUX" (this is one OS development project that copies code from tutorials and says that "my OS is the best", worse than NunoLava1998. We conflicted and now there's that message :D). Almost all messages are about crashy nature of U365.
Screenshot_20170120_123157.png
Screenshot_20170120_123157.png (3.01 KiB) Viewed 2813 times

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

Posted: Fri Jan 20, 2017 4:19 am
by dchapiesky
osdeverr wrote:Now my OS shows you random message at the start like "In Soviet Russia, U365 loads YOU!" or "DIAMONDSOFT SUX" (this is one OS development project that copies code from tutorials and says that "my OS is the best", worse than NunoLava1998. We conflicted and now there's that message :D). Almost all messages are about crashy nature of U365.
Might I suggest another quote:

All your DixiumOS are belong to us... General Protect Fault!

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

Posted: Fri Jan 20, 2017 4:21 am
by osdever
dchapiesky wrote:
osdeverr wrote:Now my OS shows you random message at the start like "In Soviet Russia, U365 loads YOU!" or "DIAMONDSOFT SUX" (this is one OS development project that copies code from tutorials and says that "my OS is the best", worse than NunoLava1998. We conflicted and now there's that message :D). Almost all messages are about crashy nature of U365.
Might I suggest another quote:

All your DixiumOS are belong to us... General Protect Fault!
Okay :)

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

Posted: Fri Jan 20, 2017 11:09 am
by bzt
@osdeverr: nice progress you've made!

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

Posted: Fri Jan 20, 2017 11:28 am
by osdever
bzt wrote:@osdeverr: nice progress you've made!
Thanks! :)

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

Posted: Fri Jan 20, 2017 2:01 pm
by dseller
Haven't been posting a lot lately, but oh well. Here's the current state of ttOS, now with graphics mode :).
snapshot.png

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

Posted: Fri Jan 20, 2017 4:03 pm
by sortie
I used a couple of hours to hack up a basic terminal emulator for my gui prototype thing now that I have proper pseudoterminals.

Image

It's not quite on par yet with that other hobbyist system whose desktop environment I ported, but it's getting there.

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

Posted: Fri Jan 20, 2017 4:06 pm
by Octacone
@sortie
That is amazing! I thought your GUI was dead. I guess not. :D