Category Archives: Uncategorized

Heekscad following the path for a fileopen for a dxf file.

This is me just having my version of fun here. I downloaded a dxf of a bridge, and I thought it be interesting to see if I could figure out what all is going on when the program loads this … Continue reading

Posted in Uncategorized | Leave a comment

Looking for C++ debugging techniques.

I starting to feel more comfortable with the C::B ide. But I still not very versed in C++ debugging techniques. I remember in the Paul Kunz course he mentioned some technique that could track some routines called. It was one … Continue reading

Posted in Uncategorized | Leave a comment

Starting to chew.. on the HeeksCAD code.

Ok… My main goal in looking at Heekscad is to gain and understand on how opencascade goes from the OCC code to a OpenGl graphics window.  It has been very frustrating to me to see a simple makebottle example OCC … Continue reading

Posted in Uncategorized | Leave a comment

Code::blocks Project file for HeeksCad ugly but it works.

This is a little sample Code::Blocks project file that I got to work for Heekscad.  HeeksCAD is evolving pretty quickly.  There is discussion on the the heekscad about a option under development RUNNINPLACE which will be far more interesting that … Continue reading

Posted in Uncategorized | 1 Comment

Compiling HeeksCAD with Code::Blocks

It’s way too late and I should be in bed…. but this is way to0 fun… Anyway… I downloaded the source for HeeksCAD has was able to get it to compile with the existing makefile.  (So… I know what I … Continue reading

Posted in Uncategorized | Leave a comment

Gerris Flow Solver

This is a note to self.  This stuff looks very interesting to me.  I wonder if I could apply it to some of my Stirling engine stuff research… That is after I get the other million and one things done … Continue reading

Posted in Uncategorized | Leave a comment

Exploring the WxGLcanvas test program on Ubuntu 8.04 using code::blocks and getting glut template setup.