Author

rectorsquid

Linkage Program

Latest Linkage Beta

I will make this Beta into the official version as soon as I do a little more testing of my own. In this version, I disabled the parts list feature that I was working on. I fixed a bug in the sprocket/pulley sizing that was using unscaled/unadjusted sizes…

Continue reading
Linkage Program

Linkage Snap Grid

No one has asked me about the grid yet. I suppose that most people that use the Linkage program don’t really notice it or, since they can’t set it, don’t notice that it’s really weird. I am going to add a grid view option. People will certainly notice…

Continue reading
Linkage Program

New Linkage 3.1.4 Beta

Get the new Beta here: http://www.rectorsquid.com/temp/linkage.msi I’m almost ready to release a new production version of the Linkage program. This latest beta version fixes a locked link problem where connectors could still be moved during a JOIN operation. Now a JOIN operation will move connectors that are not…

Continue reading
Computers & Programming

Software Architecture

In some blog posts, and in a few emails to colleagues and customers, I have mentioned the term “architecture.” I’m not sure if most non-programmers understand the issues surrounding software architecture. But I sure do. The Linkage program is familiar to people who read my blog (all 10…

Continue reading
Computers & Programming

Document-View Architecture

The Linkage program is written in C++ using the Microsoft Foundation Classes (MFC). MFC provides C++ classes for things like strings, but also provides a document-view architecture. The idea behind the document-view architecture is that your document is the information that needs to be displayed and the view…

Continue reading
Computers & Programming

Functioning Cam Simulation

Cam and Follower I was able to get a functioning cam simulation running in JavaScript. It was a little tricky and isn’t quite perfect yet. Mostly, I had to remember how my code works with the HTML5 canvas and with the coordinate system that I use for the…

Continue reading
Computers & Programming

Curved Circles Tangent

I am writing software to simulate the operation of a cam and follower. I’ll add this to the Linkage program as soon as the details are worked out and the code is known to work right. The first type of cam I want to use is a typical…

Continue reading
Sculpture and Art

Working on the Track

Running Crank Shaft with Connecting Blocks and Temporary Rods I have the mechanism working on the latest Rolling Ball Sculpture and I’m now working on the track. The video shows the lifting mechanism working well and a short bit of track at the top. I intend to do…

Continue reading