Welcome to Binary Tome Programming! Select a project from the navigation bar to learn more.

For any questions or comments, please email aszhthebold@binarytomeprogramming.com



NEWS

First Devlog is up, along with first update to 3D Print Vault!

Devlog #1: 3D Print Vault - June 16, 2025

Platform independent groundwork

Swapped out Windows specific string routines for bit-shifting conversions. Should now be able to build cleanly on Linux without relying on Win32 APIs.

Smooth 3D rotation

Added interpolation to model's rotation logic. Rather than snapping each keypress to a new angle, the view now smoothly rotates to new orientation.

False positive reduction

Removed memory monitoring calls that were possibly causing McAfee to misidentify this as suspicious.



Thoughts

This is a short devlog, I mainly just wanted to get something out there and post some kind of update. These seemed like the easiest
goals to achieve that would let me put some kind of update out there. I think I need to do some more work with the interpolation. I also
need to finish building an installer for linux and testing it there. Next up after those is going to be trying to get a MyMiniFactory integration set up.