IamTheCarl / CommandCAD

A script driven CAD program with dimensional analysis.
GNU Affero General Public License v3.0
16 stars 0 forks source link

0.5 release plan #1

Closed IamTheCarl closed 3 months ago

IamTheCarl commented 3 months ago

I want to experiment with creating plans for releases, to help keep development on focus.

0.4 brought Vector types have been added to Command CAD. We need to make them more useful.

Add more basic vector operations

Add new transformation types

Tech Debt

For each release, I want some kind of tech debt payoff, even if it's a small one.

IamTheCarl commented 3 months ago

This update is complete. I feel a little odd about Quaternions since they are real quaternions on the inside but they certainly aren't intended to be used like the real thing. They're just a more reliable way to create rotation transforms.

That being said, I feel it's time to move on to the next update. I'm still planning it and will make a new issue for it soon.