I don't know if anyone is interested in this recreation of the classic Amiga "Boing Ball", but i thought someone might find it interesting.
https://github.com/bbond007/RaspPIBoing.git
the default mode is full-screen OpenGL ES with audio on the headphone jack
params:
x (320 x 240 X11)
X (640 x 480 X11)
hdmi (sound out hdmi port - best)
none (no sound)
the xwindows rendering is done via this technique described here:
viewtopic.php?f=63&t=6488
this was the original project that which which I used parts of.
http://www.jimbrooks.org/web/opengl/boing/
Amiga "Boing Ball" for Raspberry PI
11 posts
- Posts: 73
- Joined: Sun Nov 04, 2012 6:10 pm
Great, I remember all Amiga's competitors brought out their own "boing ball demo's" to show they could to it too, notably the Atari ST, but others too.
Where can I view a video of the result?
Where can I view a video of the result?
Why not include a Makefile in the git?
I like the demo though!
I like the demo though!
Raspberry Pi - finally a worthy replacement for A500!!!
run the shell script (buildrelease.sh). You will need to install mplayer and zip before you run it.
the executable will end up in a .ZIP archive. unzip it, you then have a .bin executable. Run it, enjoy.
François
the executable will end up in a .ZIP archive. unzip it, you then have a .bin executable. Run it, enjoy.
François
Francois
http://raspberry-python.blogspot.com - @f_dion
http://raspberry-python.blogspot.com - @f_dion
Sorry,
my bad
this is the first time I used git.
try now...
thanks
my bad
try now...
thanks
- Posts: 73
- Joined: Sun Nov 04, 2012 6:10 pm
mahjongg wrote:Great, I remember all Amiga's competitors brought out their own "boing ball demo's" to show they could to it too, notably the Atari ST, but others too.
Where can I view a video of the result?
I'll see what I can do, I'm not a big video guy.
I'd have to join one of these video sites...
- Posts: 73
- Joined: Sun Nov 04, 2012 6:10 pm
mahjongg wrote:Great, I remember all Amiga's competitors brought out their own "boing ball demo's" to show they could to it too, notably the Atari ST, but others too.
Where can I view a video of the result?
The beauty if the original Amiga version is that it took just a small fraction of the CPU. In fact, it even started in the background. I remember seeing the mac version and laughing because you had to reboot afterwards because it has reconfigure the video memory which hosed the OS....
The video of the results should show up here:
http://www.youtube.com/watch?v=eGXH3fL3 ... e=youtu.be
it is uploading now on my steam-powered DSL connection. Only 2 hours to go...
- Posts: 73
- Joined: Sun Nov 04, 2012 6:10 pm
mahjongg wrote:Great, I remember all Amiga's competitors brought out their own "boing ball demo's" to show they could to it too, notably the Atari ST, but others too.
The Archimedes version was called "A Meagre Demonstration" because it was written in Basic.
- Posts: 32
- Joined: Mon Mar 05, 2012 2:19 pm
iidave j wrote:mahjongg wrote:Great, I remember all Amiga's competitors brought out their own "boing ball demo's" to show they could to it too, notably the Atari ST, but others too.
The Archimedes version was called "A Meagre Demonstration" because it was written in Basic.
I downloaded riscos but did not o much with it other than watch it boot. Would I be able to run that demo?
My keyboard did not work but now I have one that works with riscos...
Thanks
- Posts: 73
- Joined: Sun Nov 04, 2012 6:10 pm
bbond007 wrote:
I downloaded riscos but did not o much with it other than watch it boot. Would I be able to run that demo?
My keyboard did not work but now I have one that works with riscos...
Thanks
I don't see why not - it was just Basic after all. You'll have to find a copy first though - I haven't got one any more
- Posts: 32
- Joined: Mon Mar 05, 2012 2:19 pm
dave j wrote:bbond007 wrote:
I downloaded riscos but did not o much with it other than watch it boot. Would I be able to run that demo?
My keyboard did not work but now I have one that works with riscos...
Thanks
I don't see why not - it was just Basic after all. You'll have to find a copy first though - I haven't got one any more
"A Meagre Demonstration" - thats named like a Led Zeppelin song.. and quite difficult to find.
Also I was just thinking .I have been reading BBC basic (like Blitz and Amos for Amiga) let you inline assembly and take over the hardware. Even if I find it, who knows if it will work...
- Posts: 73
- Joined: Sun Nov 04, 2012 6:10 pm