Programming Minecraft on the Raspberry Pi
blog.wolfram.com
Programming Minecraft on the Raspberry Pi
1–10 of 32 posts
Re: Programming Minecraft on the Raspberry Pi
#2Re: Programming Minecraft on the Raspberry Pi
#3Re: Programming Minecraft on the Raspberry Pi
#4Re: Programming Minecraft on the Raspberry Pi
#5Re: Programming Minecraft on the Raspberry Pi
#6I used to joke that Voxel Quest was just a fancy 3d graphing calculator. I think the entryway for a lot of students to become interested in math is to make rendering more accessible. Shadertoy is one step towards this, but SDF equations are much more difficult to grok than binary on/off voxel plotting, and they have to be mathematically sound or you get buggy looking results.
It was as game-like as most entertainment software of its time, but it subtly forced me to learn some math in order to create complex shapes.
I think of Minecraft as a similarly clever idea.
Re: Programming Minecraft on the Raspberry Pi
#7Re: Programming Minecraft on the Raspberry Pi
#8anyone know what API wolfram is using here to communicate with the minecraft client?
Re: Programming Minecraft on the Raspberry Pi
#9I used to joke that Voxel Quest was just a fancy 3d graphing calculator. I think the entryway for a lot of students to become interested in math is to make rendering more accessible. Shadertoy is one step towards this, but SDF equations are much more difficult to grok than binary on/off voxel plotting, and they have to be mathematically sound or you get buggy looking results.
http://advsys.net/ken/download.htm
You type in some C-ish code, it gets immediately executed and drawn. Instant feedback was a winner feature here. Graphing y=f(x) was AFAIR as simple as typing "(x)" in the first line and writing an expression in the next. "(x,t)" for time-varying singals, "(x,y)" for 2-d functions with values viewed as colors, "(x,y,z,&r,&g,&b)" for full-voxels, etc.
I don't even remember how this little program found its way to my hard drive, but I had a lot of good times with it.
Re: Programming Minecraft on the Raspberry Pi
#10This is fantastic. Minecraft is one of the big factors that made me want to learn Java (back when the game first came out), and indirectly spurred a lot of my own personal development. The easier they can make it, the better.