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.
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 »

kutkloon7 wrote:Looks extremely neat :) Did you write the PDF viewer yourself?
It's a port of MuPDF/fitz.
theclockknowsall
Posts: 4
Joined: Wed Jun 04, 2014 10:11 pm

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

Post by theclockknowsall »

yeah It is so buggy, This is my OS a CLI userinterface

And I got the keyboard working but it is seems buggy..

Image
Hi there! Have you ever wondered a software that only fits to your pc? then what are you waiting for?? See now!
http://www.hilix.esy.es
ByteBit
Posts: 6
Joined: Mon Jun 16, 2014 2:40 pm

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

Post by ByteBit »

New UI and multitasking support

Image
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 »

Reimplemented screenshots in my compositor. Now I can take shots of individual windows directly from their bufffers. Much like in OS X window screenshots, this maintains transparency as the alpha channel is included in the PNG output.

Image

Also working on my IP stack again. There are still some kinks...

Image
thomasloven
Member
Member
Posts: 89
Joined: Tue Feb 26, 2008 10:47 am
Location: Sweden

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

Post by thomasloven »

O_o Is your wallpaper running a shell?
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 »

thomasloven wrote:O_o Is your wallpaper running a shell?
Wallpaper app has application shortcuts that use system() (actually, it's a native call to fork/exec with `sh -c`), so it ends up with a shell running the terminal.
User avatar
Roman
Member
Member
Posts: 568
Joined: Thu Mar 27, 2014 3:57 am
Location: Moscow, Russia
Contact:

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

Post by Roman »

I fixed my ATA driver bug, now everything loads and runs perfectly.
Image
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
jimx
Posts: 1
Joined: Sun Aug 17, 2014 6:34 am

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

Post by jimx »

finally came to the login prompt...
Image
kosmisk
Posts: 11
Joined: Sat Jul 17, 2010 12:34 pm

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

Post by kosmisk »

My NetSurf port looks better now
Attachments
netsurf.png
User avatar
max
Member
Member
Posts: 616
Joined: Mon Mar 05, 2012 11:23 am
Libera.chat IRC: maxdev
Location: Germany
Contact:

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

Post by max »

Worked on graphics (image loading, alpha blending), fixed my PS/2 driver and rewrote my window manager lately :)
These are some draggable/resizable and slightly transparent test windows. My next TODOs will text displaying, and making my filesystem stuff a little more performant :P

Image
TorakTu
Posts: 17
Joined: Tue Apr 16, 2013 7:47 pm

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

Post by TorakTu »

....REMOVED FOR AN UP COMING BETTER SHOT....
Last edited by TorakTu on Fri Sep 12, 2014 6:23 pm, edited 1 time in total.
Peterbjornx
Member
Member
Posts: 116
Joined: Thu May 06, 2010 4:34 am
Libera.chat IRC: peterbjornx
Location: Leiden, The Netherlands
Contact:

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

Post by Peterbjornx »

Implementing panic screen in fbcon_vterm console driver:

Was doing the grayscale calc on the previous pixel, then mixing it with current one:
Image

Fixed that:
Image

Added some blurring:
Image
Peterbjornx
Member
Member
Posts: 116
Joined: Thu May 06, 2010 4:34 am
Libera.chat IRC: peterbjornx
Location: Leiden, The Netherlands
Contact:

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

Post by Peterbjornx »

Started implementing a desktop+panel app: (http://pastebin.com/nqipMxkU)
Testing the panel layout code: (Widgets : CLOCK-SPACER-CLOCK-SPACER-CLOCK)
Image
Peterbjornx
Member
Member
Posts: 116
Joined: Thu May 06, 2010 4:34 am
Libera.chat IRC: peterbjornx
Location: Leiden, The Netherlands
Contact:

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

Post by Peterbjornx »

Taskbar :)

Image

Excluding desktop:
Image
Post Reply