OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 6:06 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 231, 232, 233, 234, 235, 236, 237 ... 260  Next
Author Message
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Jun 30, 2020 3:33 pm 
Offline
Member
Member

Joined: Fri Nov 22, 2019 5:46 am
Posts: 590
Krasno wrote:
PeterX wrote:
1. The graphics effect may be nice, but what interests me more is: Is Develop your self-written IDE?

It is, my main objective with RainOS is make everything kinda from scratch, even the basic programs because it's fun!

Yes, to develop the stuff yourself, that's part of the reasons why I (and many others I guess) do OS dev. Though I don't feel the need to port/rewrite every shell tool or the complete GUI system (you know: X, window manager, gtk, Gnome, and what not...) I'm not saying I won't ever develop shell tools and GUI. But I have more interest in bootloader, kernel, init-system etc. (all rather low-level stuff).

Quote:
Develop (what a great name isn't it) contains basic syntax highlighting and a basic code completion system.

That is pretty cool. I don't think many hobby OSs have that. And the name is ok, too.

(But I guess the compiler is not self-written. That would be a huge task.)

Greetings
Peter


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Jun 30, 2020 3:49 pm 
Offline

Joined: Sun Jun 28, 2020 9:34 pm
Posts: 7
PeterX wrote:
Yes, to develop the stuff yourself, that's part of the reasons why I (and many others I guess) do OS dev. Though I don't feel the need to port/rewrite every shell tool or the complete GUI system (you know: X, window manager, gtk, Gnome, and what not...) I'm not saying I won't ever develop shell tools and GUI. But I have more interest in bootloader, kernel, init-system etc. (all rather low-level stuff).

Huh, I'm more of the opposite, I prefer writing the higher parts of an OS, it was a huge pain to write everything else in there that was low level, hence why I used GRUB and such (although I still did write the other lower levels stuff from the kernel).

PeterX wrote:
(But I guess the compiler is not self-written. That would be a huge task.)

It indeed isn't, that would be a task for which I don't have time for.

_________________
Discord: Krasno#5348


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Jun 30, 2020 4:23 pm 
Offline

Joined: Sun Aug 09, 2015 7:23 pm
Posts: 14
So recently I've been working on porting software to Managarm, with one of the latest achievements being truetype font support in Weston. While most of the effort is either in becoming self-hosting or fixing up the X11/Wayland stack to run Weston with Xwayland, not having nyancat was a huge miss in the ever growing port collection in my opinion. So I decided to port klange's nyancat, and it runs pretty well. Not as big as the previous announcements, but important none the less.


Attachments:
Screenshot from 2020-06-30 23-48-34.png
Screenshot from 2020-06-30 23-48-34.png [ 31.35 KiB | Viewed 3577 times ]

_________________
Hi, I'm Dennis!
Please correct my English as I'm not a native speaker of it
I'm currently working on managarm
Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Jul 01, 2020 9:40 am 
Offline

Joined: Sun Jun 28, 2020 9:34 pm
Posts: 7
Dennisbonke wrote:
So recently I've been working on porting software to Managarm, with one of the latest achievements being truetype font support in Weston. While most of the effort is either in becoming self-hosting or fixing up the X11/Wayland stack to run Weston with Xwayland, not having nyancat was a huge miss in the ever growing port collection in my opinion. So I decided to port klange's nyancat, and it runs pretty well. Not as big as the previous announcements, but important none the less.


Oh, it actually looks really nice :)

_________________
Discord: Krasno#5348


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Jul 01, 2020 11:06 am 
Offline
Member
Member

Joined: Fri Nov 22, 2019 5:46 am
Posts: 590
Can't wait until Managarm fixes the USB bug on my PC (it's already reported). But I am aware of the fact that USB is a tough beast. For example ReactOS has USB problems, too. So I don't push the Managarm developers around (which is always a bad idea).

I especially like the combination of Microkernel with Linux/GNU/Unixoid tools. But the Readme is good, too. Some projects have an nearly empty Readme (or even worse: none at all).

Greetings
Peter


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Jul 02, 2020 11:09 am 
Offline
Member
Member
User avatar

Joined: Fri Aug 07, 2015 6:13 am
Posts: 1134
Krasno wrote:
Octacone wrote:
Very very nice! :mrgreen:
Any 1080p screenshots?


I just have more screenshots of the desktop :( specially since I now just got the GUI and the drawing library to where I wanted to.
Scaling is still a bit messed up I think, just don't know much how to fix it.

https://i.imgur.com/nS47pVd.png (don't want it to show as an image since I think the forum might display it too big)


That is some kick-@$$ blur.
Maybe you could also make a white version, like mac OS. I wonder how closely you could replicate it.

_________________
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Jul 02, 2020 11:55 am 
Offline
Member
Member
User avatar

Joined: Sat Dec 03, 2016 3:13 am
Posts: 64
ComputerFido wrote:
Image
I have been working on some large GUI improvements


Nice GUI, it suits my personal tastes. :)


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Jul 09, 2020 8:38 pm 
Offline

Joined: Fri Mar 22, 2019 12:34 pm
Posts: 10
I love this thread! I like how you can see an OS in its early stages with a text display and also see some projects which have beautiful GUI's that look like they could totally be commercial products; and everything in-between. I also think it's really cool to see projects improve over time.

I'm always shy about sharing my OS because it has so many bugs and limitations and whatnot, but I'm trying to get over that.

So here's the latest screenshot of my OS in action:
Image

I recently implemented multitasking and a basic GUI. It's crude, but it's progress!

My last post showed Doom running but that has regressed #-o
I hope to fix it soon and have Doom running in a window.

P.s. The text that you can see popping up for a split-second is because my command-line shell is still processing input and printing to the screen. Also, ignore the bouncing green square. That was the first thing I wrote to show me the GUI app was doing something but I've come to like it being there. :lol:

_________________
MyOS on Github


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri Jul 10, 2020 3:19 am 
Offline
Member
Member
User avatar

Joined: Mon May 22, 2017 5:56 am
Posts: 812
Location: Hyperspace
coderTrevor wrote:
So here's the latest screenshot of my OS in action:

It certainly looks like you had fun getting that far, which is encouraging. :) Stacking order is looking good, I like how the green square goes under the taskbar even though it goes over the windows. I actually like the green square myself. :D If it could be stopped, it could be a neat toy. Hmm... that gives me an idea for a thread.

_________________
Kaph — a modular OS intended to be easy and fun to administer and code for.
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat Jul 11, 2020 4:03 am 
Offline
Member
Member

Joined: Tue Feb 18, 2020 3:29 pm
Posts: 1071
It may not be too much, but it is a start to NexOS

Image

_________________
"How did you do this?"
"It's very simple — you read the protocol and write the code." - Bill Joy
Projects: NexNix | libnex | nnpkg


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Jul 14, 2020 4:16 am 
Offline
Member
Member

Joined: Tue Jul 14, 2020 4:01 am
Posts: 70
Here is my really crappy operating system, it's called NetDOS, extremely small(3.2KIB) and can only run programs and do "ls". The name is a reference to NetBSD, and I stole some code too. Git repo: https://github.com/clementtttttttt/NetDOS.git


Attachments:
Screenshot_20200714_181634.png
Screenshot_20200714_181634.png [ 30.53 KiB | Viewed 2825 times ]
Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat Jul 18, 2020 4:35 pm 
Offline

Joined: Tue Jul 10, 2018 2:11 pm
Posts: 12
Image

Do you like blur ?


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat Jul 18, 2020 8:00 pm 
Offline
Member
Member
User avatar

Joined: Mon Jun 05, 2006 11:00 pm
Posts: 2293
Location: USA (and Australia)
The blur looks great! If the background were to change, do you redraw all the windows, or do you draw them into a buffer with an alpha or blur channel so the window manager can handle the compositing?

_________________
My OS is Perception.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Jul 19, 2020 3:35 am 
Offline

Joined: Tue Jul 10, 2018 2:11 pm
Posts: 12
Hi Andrew,

Windows are rendered to 32bit RGBA buffers by the clients. The compositor is the one who composites the windows on screen by applying a blur pass before coping each window.

Relevant source code:
https://github.com/skiftOS/skift/blob/6 ... .c#L50-L73


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Jul 19, 2020 2:05 pm 
Offline
Member
Member
User avatar

Joined: Fri Feb 17, 2017 4:01 pm
Posts: 640
Location: Ukraine, Bachmut
your GUI looks very good. would be even better if you made the buttons in the top right (and overall controls) a little bit bigger - instead of that tiny (x) circle, - a bigger [ X ] rectangle, it's not just because I like Windows, it's because, users with touchscreen input would very appreciate this. the tiny circle is hard to hit. :)

_________________
ANT - NT-like OS for x64 and arm64.
efify - UEFI for a couple of boards (mips and arm). suspended due to lost of all the target park boards (russians destroyed our town).


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 231, 232, 233, 234, 235, 236, 237 ... 260  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 55 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group