Monthly Archives: April 2012

Bresenham Plots

On the real studio forums there was a request for code to draw a rounded rectangle with dashes. Interesting problem. So this is my little project implementing some source code sources I found online. Source web sites given in project. … Continue reading

Posted in Code | Leave a comment

Date Picker Cocoa

Update 4.28.2012 Added a feature request to be able to set the calendar to a particular date. The API is to set the calendar to a specific date, Pass Year, Month, Day, Hour, Minute, Second. This is for GMT time. … Continue reading

Posted in Code | 3 Comments

OpenGL Planets

A question was posted on the Real Studio forum about rotating spheres in OpenGL. I remembered that the “red book” had an example of doing this. So I whipped up a little port of the demo. Some code from the … Continue reading

Posted in Code | 2 Comments