Hi,
What if a stand alone Craft OS could run on a tiny, cheap computer? I think you could take this concept one step further, by making an OS that can be used to program open source electronics, and run on single board computers.
I am fascinated by open source electronics. I found out about computercraft from trying to create tetris on an
Arduino. I realized that Craft OS and Lua, are great places to start game programming.
The Lua apps found in this forum, are the best beginner examples of code anywhere on the web! I think computercraft doesn't fully realize what has been happening here: minecraft has accidentally spawned the best way for beginners to learn computer programming, hands down.
I have been following open source hardware for a long time. Just 2 years ago, there were many less options out there, with Arudino and Raspberry PI being the the front-runners for making robots. Now, many cheap development boards have wifi;
Recently, a $9 computer made a big splash on kickstarter! That's right, for $9 you get a linux capable board, with wifi and bluetooth! It also comes with a composite out for direct connection to a TV or monitor. Now if you were to add a 5" car LCD, battery, and a bluetooth keyboard, you would be well on tour way to building an real-world Craft OS Computer! And it could all be done for under $50. That will be impossible until 2016 though. In the meantime, you could instead, develop the distro for a
RPI A+ board; which at $21, it is currently the worlds cheapest, modern, computer.
This project would get a whole lot of attention, if it was compatible with the "
maker movement". It could send lua scripts to a development board, or to any computer running the Linux-Craft OS.
Already, many wifi boards are using wifi as the main way to receive new programs, instead of a USB serial port. This would get attention from many websites, especially Hackaday.com. I can really see this being the best educational computer ever made. Current educational computers use Scratch, or Basic, as their teaching tools. Linux-Craft OS would be a much better way to learn game/robot programming in middle school, or at home.
Here are some things this OS really needs:
Linux Distro that boots into Craft OS:
raspbian linux can be configured to boot into an app. a
nd here is another useful linkUpscaled CraftOS screen to fit fullscreen resolution: We don't want a screen inside of a screen, no one does.
Integrated Lua Language Compliler (used by CC Community)
Integrated Processing/C Language Compiler (used by Arduino Community)
Wifi and Bluetooth APIs for Craft OS
I would like to help in any way possible. I would be more than happy to test a Linux-Craft Distro on my Raspberry PI computer if you ever need a tester. Thanks for reading!