OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 7:10 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 86 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject: Re: とあるOS [ToAruOS] ~ A Learning Project
PostPosted: Wed Aug 21, 2013 11:19 pm 
Offline
Member
Member

Joined: Thu Jul 25, 2013 8:10 am
Posts: 60
Does your idea of naming it as "とあるOS" come from とある科学の超電磁砲 (or とある魔术の禁书目録)? And I also saw "ういはる ", I wondered if it means "初春飾利".

P.S. [とある魔术の禁书目録-エンデュミオンの奇跡-] seems great.


Last edited by nbdd0121 on Thu Aug 22, 2013 3:51 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: とあるOS [ToAruOS] ~ A Learning Project
PostPosted: Thu Aug 22, 2013 12:08 am 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
Geri wrote:
i love your work. the os looks very good. does it support smp?


No SMP yet :(

nbdd0121 wrote:
Does your idea of naming it as "とあるOS" come from とある科学の超電磁砲 (or とある魔术の禁书目録)? And I also saw "ういはる ", I wondered if it means "初春饰利".

P.S. [とある魔术の禁书目录-エンデュミオンの奇迹-] seems great.


It was partially inspired by 超電磁砲, but also from the trend of giving software projects really generic names. I gave some of the earlier releases nicknames from characters. I had trouble reading your post because you used some Chinese characters that don't match the Japanese versions...

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Top
 Profile  
 
 Post subject: Re: とあるOS [ToAruOS] ~ A Learning Project
PostPosted: Thu Aug 22, 2013 3:53 am 
Offline
Member
Member

Joined: Thu Jul 25, 2013 8:10 am
Posts: 60
klange wrote:
I had trouble reading your post because you used some Chinese characters that don't match the Japanese versions...


Sorry, that may because my windows was under Chinese environment... I just fixed it. :)


Top
 Profile  
 
 Post subject: Re: とあるOS [ToAruOS] ~ A Learning Project
PostPosted: Tue Apr 22, 2014 1:14 am 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
I should update this thread more. Let's post some screenshots!

I've spent the past month or so working on a new compositor to replace my old one, which I already announced over in the screenshots thread.

One of the notable changes to とあるOS's appearance is the new panel window list:

Image

Even has hover highlights!

I also just finished up a simple notification/toast system:

Image

And here's a video.

I'm probably going to spend the next month or two working on my widget toolkit, which needs a major overhaul from a functionality perspective.

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Top
 Profile  
 
 Post subject: Re: とあるOS [ToAruOS] ~ A Learning Project
PostPosted: Tue Apr 22, 2014 5:23 am 
Offline
Member
Member
User avatar

Joined: Wed Aug 21, 2013 3:53 am
Posts: 449
Location: Asia, Singapore
Quote:
One of the notable changes to とあるOS's appearance is the new panel window list:

That was needed, i still can't imagine life without a Window list panel. :lol:
Maybe add support for moving that panel up/down/left/right? :) And does it support resizing/maximising/minimising windows? idk how difficult would that be. Keep up the good work though! (/me hopes that no "so-called" nerds will watch the demonstration and starting complimenting [strike-through]"GNU"[/strike-through]/Linux)

_________________
"In a time of universal deceit - telling the truth is a revolutionary act." -- George Orwell
(R3X Runtime VM)(CHIP8 Interpreter OS)


Top
 Profile  
 
 Post subject: Re: とあるOS [ToAruOS] ~ A Learning Project
PostPosted: Tue Apr 22, 2014 11:49 am 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
Bender wrote:
Quote:
One of the notable changes to とあるOS's appearance is the new panel window list:

That was needed, i still can't imagine life without a Window list panel. :lol:
Maybe add support for moving that panel up/down/left/right? :) And does it support resizing/maximising/minimising windows? idk how difficult would that be. Keep up the good work though! (/me hopes that no "so-called" nerds will watch the demonstration and starting complimenting [strike-through]"GNU"[/strike-through]/Linux)


It supports resize, with a box (old screenshot):
Image

Even works on rotated windows:
Image

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Top
 Profile  
 
 Post subject: Re: とあるOS [ToAruOS] ~ A Learning Project
PostPosted: Sat Apr 26, 2014 9:28 am 
Offline
Member
Member

Joined: Sat Mar 01, 2014 2:59 pm
Posts: 1146
Since when were rotated windows a standard GUI feature? Looks cool 8) !

Also, isn't this the same as PonyOS? (Or is PonyOS just an English name for this?)

_________________
When you start writing an OS you do the minimum possible to get the x86 processor in a usable state, then you try to get as far away from it as possible.

Syntax checkup:
Wrong: OS's, IRQ's, zero'ing
Right: OSes, IRQs, zeroing


Top
 Profile  
 
 Post subject: Re: とあるOS [ToAruOS] ~ A Learning Project
PostPosted: Sat Apr 26, 2014 1:27 pm 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
onlyonemac wrote:
Since when were rotated windows a standard GUI feature? Looks cool 8) !

Also, isn't this the same as PonyOS? (Or is PonyOS just an English name for this?)


PonyOS is a joke release I put out every year on April 1st.

---

A few days ago, I was working on "toast notifications". I made some tweaks to the theme yesterday:

Image

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Top
 Profile  
 
 Post subject: Re: とあるOS [ToAruOS] ~ A Learning Project
PostPosted: Sun Apr 27, 2014 1:00 pm 
Offline
Member
Member

Joined: Sat Mar 01, 2014 2:59 pm
Posts: 1146
By "joke release", do you mean that PonyOS is actually non-functioning?

Just asking before I try another time to get it working in QEMU.

_________________
When you start writing an OS you do the minimum possible to get the x86 processor in a usable state, then you try to get as far away from it as possible.

Syntax checkup:
Wrong: OS's, IRQ's, zero'ing
Right: OSes, IRQs, zeroing


Top
 Profile  
 
 Post subject: Re: とあるOS [ToAruOS] ~ A Learning Project
PostPosted: Sun Apr 27, 2014 3:32 pm 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
onlyonemac wrote:
By "joke release", do you mean that PonyOS is actually non-functioning?

Just asking before I try another time to get it working in QEMU.


Totally functioning, but it's just a reskin of とあるOS.

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Top
 Profile  
 
 Post subject: Re: とあるOS [ToAruOS] ~ A Learning Project
PostPosted: Sat May 03, 2014 2:59 pm 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
I'm still working on some of the details, but my panel can now show icons and knows which window is focused:

Image

The icons are communicated as identifiers like "utilities-terminal". The panel will first check a cache, and then check a couple of locations for matching icons. If it doesn't find a match, it falls back on a generic icon.

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Top
 Profile  
 
 Post subject: Re: とあるOS [ToAruOS] ~ A Learning Project
PostPosted: Tue May 06, 2014 5:23 pm 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
I should mention I have a new video demoing the current state of the panel:

http://www.youtube.com/watch?v=aiKxXyJfE4U

Best viewed at its native resolution (1280x720).

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Last edited by klange on Tue May 06, 2014 11:54 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: とあるOS [ToAruOS] ~ A Learning Project
PostPosted: Tue May 06, 2014 7:41 pm 
Offline
Member
Member
User avatar

Joined: Tue Oct 17, 2006 9:29 pm
Posts: 2426
Location: Canada
klange wrote:
I should mention I have a new video demoing the current state of the panel:

...

Best viewed at its native resolution (1280x720).


The [youtube ][/youtube] tags embed a flash applet, it might be better to just link to your video.

http://www.youtube.com/watch?v=aiKxXyJfE4U

_________________
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.


Top
 Profile  
 
 Post subject: Re: とあるOS [ToAruOS] ~ A Learning Project
PostPosted: Tue May 06, 2014 11:53 pm 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
Brynet-Inc wrote:
The [youtube ][/youtube] tags embed a flash applet, it might be better to just link to your video.

Indeed it does. I shall file a request that it be modernized and edit my post.

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Top
 Profile  
 
 Post subject: Re: とあるOS [ToAruOS] ~ A Learning Project
PostPosted: Sat May 10, 2014 12:30 am 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
Just finished up some quick window management work to add alt+tab.

I didn't want to juggle keys to capture screenshots, so instead here's some stills from a video:

Image

Image

And of course the video itself.

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 86 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 25 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