-
Recent Posts
Archives
- October 2016
- March 2016
- February 2016
- February 2015
- December 2014
- September 2014
- August 2014
- June 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- October 2013
- September 2013
- August 2013
- June 2013
- May 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
Categories
Twitter Updates
- RT @tonroosendaal: Blender Internal (render) just got removed from the 2.8 branch. Bye bye, you served us well! #b3d https://t.co/4ixOZ8JmcX 2 years ago
- RT @DepressedDarth: The fake news media is blaming the stormtroopers for the Battle of Endor, but nobody is talking about the violent Ewoks 3 years ago
- RT @graphikjunkie: Today is Amazon S3 dependency awareness day 4 years ago
- First post in a while. Drawing a bounding box over an image in C#/.net/WinForms. chrisheydrick.com/2016/10/27/dra… 4 years ago
- RT @SwiftOnSecurity: Blue Bell manufacturing plants are dirtier than an NTFS volume after an unclean shutdown 4 years ago
Monthly Archives: December 2013
VGA Mandelbrot Set
I read Masters of Doom a few weeks ago, and it inspired me to do some old-school DOS VGA graphics programming. https://github.com/cheydrick/VGA-Mandelbrot When I was a kid I played around with some sample programs that came with DJGPP or Borland … Continue reading
Posted in Programming
Leave a comment
Converting Pixel Coordinates to Graph Coordinates Redux
A year ago I wrote a post about converting screen pixel coordinates to graph coordinates: https://chrisheydrick.com/2012/11/01/converting-pixel-coordinates-to-graph-coordinates/ This is something you want to do if you need to map the location of a pixel to an arbitrary graph coordinate, which I needed … Continue reading
Posted in Programming
Leave a comment
SFML in Xcode 5
I followed the official SFML tutorial for getting SFML programs to compile in Xcode, but kept failing to build because none of the libraries were linking. http://www.sfml-dev.org/tutorials/2.1/start-osx.php I fixed it by manually adding them in the “Linked Libraries and Frameworks” … Continue reading
Posted in Programming
Leave a comment