Marshmallow Entertainment System
All work and no PLay ma es Jack a dull boy. All work and no play makes Jack a dull bot. All work and NO play makes JACa dull boy.
Doesn’t it, though? There are some very nice gaming projects about at the moment so without further ado I declare that Wednesday 14th November is Raspberry Pi Gaming Day!
The first project is a Raspberry Pi-based games console built by gamaral. It uses his Marshmallow Game Engine and a custom buildroot distro:
“Marshmallow Game Engine started as a way for me to keep my cross-platform game engine chops up during my spare time (not that I have that much spare time mind you). But with the advent of both powerful and affordable hardware like the Raspberry Pi, I started looking into creating my own game console again, and I have to admit, I’m very excited.”
We are too: it’s chock full of splendid retro gaming goodness. And the boot time is phenomenal. When I watched it this morning, I lost a gobful of Grape-Nuts into the shagpile as my jaw hit the floor:
[youtube]http://www.youtube.com/watch?v=4Fjfqz6FxC8[/youtube]
Unless you have nictitating membranes you may miss this.
The prototype MES has a custom board to deal with power cycling. This adds to the cost, but gamaral suggests that if these are produced in numbers then they could come in at a couple of dollars.
You can find more details and a video of the MES in action on gamaral’s MES page, and hardware specs and source code on his github account.
20 comments
mahjongg
awesome!
MattPurland
That OS boot up time is ridiculous! I’ll definitely be looking into using the OS in my project (a handheld games console similar to the GBA).
If only there was a RasPi powered LCD screen… *cough*
mahjongg
The foundation is busy with that (an interface, so that you can use raw LCD panels with the PI).
Ade
I’d love a portable Pi…Pimoroni guys please do this kind of thing before the Picade :(
@Clive – respect to the mention of Grapenuts :)
MattPurland
Yeah I know, I just wish they’d hurry up ;)
Temia Eszteri
Impressive. I wonder how well it works in an arcade setting – moreover, whether arcade-specific functionality will be added.
Guillermo A. Amaral (@gamaral)
I’m actually building a cabinet controller for it, I will need to start working on an arcade style demo for it too. :)
Peter Akerboom
Is there a compiled image for this?
Guillermo A. Amaral (@gamaral)
There is, it’s in the downloads section: https://github.com/gamaral/rpi-buildroot/downloads
It might seem to take longer since I set it up to do the network setup and ntp during boot (I’m handling that as a background process in the video so the game engine can start first).
Guillermo A. Amaral (@gamaral)
If you have any questions, I’m usually around on IRC #marshmallow_h @ freenode
toxibunny
That is an amazingly fast boot. I wish I understood how to use this…
Guillermo A. Amaral (@gamaral)
What do you want to use it for? maybe I can help :)
toxibunny
Thanks, but it’d be a waste of time. The page https://github.com/gamaral/marshmallow_h is completely foreign to me – I don’t know how to use git, I don’t know how to run something ‘from project base’, I don’t know what cgl or Xcode even *are*, I’ve never used visual studio, I don’t know what a toolchain is, and I don’t know why an env file would be important.
Good job with the engine though – I’ve seen it kicking about youtube for a while now in various stages of development, and it’s cool to see it on the raspberry pi :)
paddywooff
my contribution to pi gaming day:
running on vanilla pi in clunky python but in 3d
http://youtu.be/t7TZIY-Ymm0
see forum/programming/python/pi3d
some basic physics is built into the map and generating it is as simple as drawing a greyscale image!
3vix6
I’m working on creating a project a lot like this. Most of what I’m working on right now is the operating system side of it. It’s mostly a learning experience for me than anything.
Very cool that someone else saw the same thing that I did when looking at the Raspberry Pi. :-)
Guillermo A. Amaral (@gamaral)
Yeah, I was looking for a good platform for years, the RPI fit the bill perfectly, it even has composite out! \o/
Gluten Free Hampers
Well, you have a quite good techniques that really helped in this kind of works. Marshmallow game engine is really fascinating.
Łukasz
That is some awesome project. I am working on something similar to this. Would you mind explaining how does the attiny board knows when is the system on rpi rdy to be shut down? Is there an app running on the pi sending feedback through gpio?
I would be gratefull for any explanations.
Guillermo A. Amaral (@gamaral)
The current version pretty much does what you say, two pins, one to signal the attiny when the rpi has finished booting, the second to tell the rpi to power off. A script runs on the Pi handling both events.
I’m working on a more complex solution using USI/SPI so I can send debug messages back to the power board.
Łukasz
That would be great.
I am also developing a semi project atm and i thought to send those signals through rs232, but spi is also a great solution.
Im looking forward to your projects, your doing a great work!
Comments are closed