Category

Linkage Program

Linkage Program

Link Triangles Working, Sort Of…

I have a first draft working for the link triangle simulation. Like I said recently, I am opting to support the most common type of link triangle configuration and ignoring all others. Here are videos of the two variations of supported link triangles: What I did on this…

Continue reading
Linkage Program

New Linkage 3.3.5 Available

I got my new code singing certificate and I fixed a few minor bugs. Super short dimension lines were becoming infinite due to the space calculated for the arrow heads. There was also a problem with gear and link rotation angles that went wrong after about two rotations…

Continue reading
Linkage Program

Working with Link Triangles

I have a plan. It’s not a very good plan, but it is a plan. The mechanism above presents a problem that I have written about a few times in the past. The EGJ triangle is what I call a “link triangle.” It is a set of links…

Continue reading
Linkage Program

No Linkage For a Short Time

Somehow, I missed that my code signing certificate was about to expire. And Symantec needs me to do the whole notarized identification thing to renew it. This means that I can’t produce a new Linkage program with a bug fix that I wanted to distribute, at least not…

Continue reading
Linkage Program

Last Beta Before Release

This is the last Beta version of Linkage 3.3. Get this Beta version here: http://www.rectorsquid.com/temp/linkage.msi The video seems to be working properly and so does the image export. It’s almost time to release the new Direct2D version of the Linkage program. And wow do those smooth lines look…

Continue reading
Linkage Program

Direct2D Linkage Beta

I am mostly done with the smooth drawing version of the Linkage program. I am using it on a high-DPI screen so more testing is needed to make sure everything works right for everyone else. But since it is close, I have a Beta version available for anyone…

Continue reading
Computers & Programming, Linkage Program

Direct2D Progress

I have a lot of the GDI functions converted to Direct2D functions. I am still using the GDI pens and brushes, so I just create Direct2D equivalent objects at the time the Direct2D functions are called to draw stuff. Old GDI Drawing New Direct2D Drawing I have arcs,…

Continue reading
Linkage Program

Try GeoGebra

I wanted to let everyone know to try GeoGebra. It is a software package that is a math program that can be used to design mechanisms. The Linkage software is great for many people trying to throw together a quick prototype mechanism but for some people, it may…

Continue reading