You are currently browsing the second page of the tag archives.
Looking for something specific? Try the search box at the top of the page.
Got a folder full of images that need to be converted from one format to another? Use Image Magick and do in a few seconds what it could take hours in Photoshop or other image editing applications to achieve. One of the simplest ways to convert a directory full of images from one format to… Continue reading the rest of the post
A paper exploring “” by Justin Lloyd Download a PDF of “” here
A Unity3D script to prevent your precious web game from being pinched from authorised websites and just hosted somewhere else. This sort of very simple protection is especially important if you are trying to monetize your web game and do not want it spread around on websites where you don’t see any financial compensation. If… Continue reading the remainder of this post
Need a generic scoring and level behaviour for Unity3D? This should work for you. I use a script similar to this in quite a few of my games. How to use: Copy and paste this code in to a new C# script named Scoring.cs and then attach the script to your player object, GUI object,… Craving to read the rest of “Score And Level System For Unity3D?” Click here!
Want to develop on your actual iPhone device from your Windows PC using the official Apple XCode tools running under VMWare? If you’re a professional developer who has to develop for multiple operating systems, you often want to be able to debug on your target devices without having to have a separate machine to do… Continue reading the remainder of this post
I have been trying, unsuccessfully, for two days to download the latest iPhone SDK and XCode IDE from the Apple Developer Center with absolutely no luck. I’ve recently moved in to a new house and the DSL connection we have, slow at the best of times, flakes out several dozen times per day. Connectivity problems… Click to read the remainder of “Downloading iPhone & XCode SDK With WGET.”
A paper exploring “” by Justin Lloyd Download a PDF of “” here
A paper exploring “” by Justin Lloyd Download a PDF of “” here
A paper exploring “” by Justin Lloyd Download a PDF of “” here
I have been tinkering around with the software I use for image feature extraction in my large collection of SenseCam images. Using OpenCV, a SURF algorithm and Python I have been able to create a small command-line application that can accurately determine places I have visited before based on the captured images. The Python script… Looking to get the rest of “SenseCam Image Recognition?” Click this link!