I decided to try making a "Scratch Operation System" so it would be easier to make compilations of my simple experiments like the bouncing ball and pendulum. I looked at some other projects and noticed none had freely floating windows so I figured I might as well try to make something like that.
I finished with my core of the window system I call FLOAT (for no reason besides containing floating windows.). It's fairly easy to convert projects to be used by this. If you remix it or know of an alternate window system, post it here.
Currently has:
Bouncing Ball, the ball just bounces around the window, use the arrow keys to control it.
Pendulum, click the window to set the pendulum, it will swing back and forth and eventually stop.
System Menu, this just allows you to change the window colour and background.
Click here to try FLOAT
Offline
SeanCanoodle wrote:
I decided to try making a "Scratch Operation System" so it would be easier to make compilations of my simple experiments like the bouncing ball and pendulum. I looked at some other projects and noticed none had freely floating windows so I figured I might as well try to make something like that.
I finished with my core of the window system I call FLOAT (for no reason besides containing floating windows.). It's fairly easy to convert projects to be used by this. If you remix it or know of an alternate window system, post it here.
Currently has:
Bouncing Ball, the ball just bounces around the window, use the arrow keys to control it.
Pendulum, click the window to set the pendulum, it will swing back and forth and eventually stop.
System Menu, this just allows you to change the window colour and background.
Click here to try FLOAT
Interesting idea - you seem to have been inspired by the notion of packaging windows together. Have you considered other ways you could use your floating windows?
Offline