So I had this annoying task before me to perform a massive batch file upload to a web server, and I’m talking gigs of data. So after trying a few visual FTP clients and failing, I decided to use good ‘ol SCP over terminal. So I woke up this morning to find out that it [...]
Archive | Code
Mixing colors mathematically.
So the other day I was confronted with a challenge while developing my game. I needed a way to mix two colors programmatically. So in the rare chance that you’re confronted with the same challenge, let me make your life a little easier. Here’s the algorithm for it. You’ll need to make sure to split each [...]
IGConfigurableDropZone
Ever tried adding a drop zone to your Objective-c app? It can be a daunting task for newcomers and veterans alike. It’s one of those things that really should be a lot easier and require a lot less code. It’s for that very reason I present to you guys a tiny side project of mine… [...]
MovieClip library for Retina Displays (Corona SDK)
This project has been replaced by the MovieClipX project. Read more about it here. note: while you can still download the file here, I recommend you download the file from the official github page. I also recommend that you follow the github project if you have an account. That way you will be notified of [...]