You are here |
blog.alexbeals.com | ||
| | | |
hideout.ink
|
|
| | | | I made my first Playdate game for the Ludum Dare Jam 55 and lived to tell about it. The Playdate is a small fantasy console in which one can develop games using their SDK. The cool thing about the console is that it has a crank that you can use in your games. For development, you can choose to either work with Lua or the C language. I've had my eyes on this device for a few months now, so when I saw them for sale at GDC, I bought one without hesitation. I also convinced a couple of Colombian game developer friends to buy one with the excuse that we would make games and at least get 1 USD in sales back. | |
| | | |
atilaoncode.blog
|
|
| | | | A while back I had an idea for a mobile app that I still might write. The main problems were finding the time and analysis paralysis: what do I write the project in? I've done some Android development before using Qt, and it was a hassle. I've been told that JNI was made painful on... | |
| | | |
nklein.com
|
|
| | | | This month, I added CSG (Constructive Solid Geometry) operators to the ray-tracer that I mentioned in the previous post. I added intersections, complements, and unions. You can find the source code in my weekend-raytracer github repo. | |
| | | |
www.byjp.me
|
|
| | github.com Ruby-DLC is now available on github, and consequently as a gem! You can install with1: gem sources -a https://gems.github.com sudo gem install jphastings-dlc There's a gist explaining how to use the library and the rdoc documentation is still available on my project page. Please file an issue if you have any problems with the code, I haven't checked it thoroughly! Import note: This syntax is incorrect today, and the code only supports Ruby 1.x, so you'll have to make your own way if you're interested in using this!?? |