-
Recent Posts
Recent Comments
- bigdaddytom on Date Picker Cocoa
- devulder on Date Picker Cocoa
- Helmut on Scene Kit 3D Cocoa
- bigdaddytom on Scene Kit 3D Cocoa
- Helmut Taylor on Scene Kit 3D Cocoa
Archives
Categories
…..
Meta
Author Archives: bigdaddytom
Real Studio and Xcode
Occasionally, someone will post on the Real Studio NUG or Forums about how to learn how to Mac iOS or OS X app development and I thought I would make a comment or two on the subject. As someone who … Continue reading
Posted in Blather, Code
Leave a comment
Scene Kit 3D Cocoa
Update 11.9.2012 I’ve added a few more models to the project, including a few I’ve just created using a program called SketchUp. I’m easily entertained, but this is quite cool. A free 3D app from Google that seems to work … Continue reading
Posted in Code
6 Comments
Core Graphic Display Services Project
This is one of my older projects that wraps most of the functions from CGDisplay Services Framework. See developer.apple.com for documents. Download The Project Here ….
Posted in Code
Leave a comment
Box2D Lite Port
Update – 8.24.12 I’ve come to a point where I am unable to make any progress on this project, despite giving it a lot of time and hours! So, if you have any interest in this project, here it is. … Continue reading
Posted in Code
Leave a comment
I’m A First Time GrandPa!
My daughter and her husband just had their first child. Emmett Thomas Steil. Amazingly Happy
Posted in Personal
Comments Off
Fractals
If you’ve been programming for any time at all, I’m sure you’ve come across the subject of fractals. They are used to teach recursive programming techniques,which, I freely admit, mostly confuse me. Well, I understand them, but never quite know … Continue reading
Posted in Code
Leave a comment
Particle Kinematics
One of my favorite books is “Physics for Game Developers” by David Bourg from O’Reilly. Amazon Link Well written, excellent explanations, a very approachable book to a fairly daunting subject. It was released quite a few number of years ago, … Continue reading
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