Skip to content

Releases: dinther/pathbuilder

V1.0-Beta

19 Oct 04:53
Compare
Choose a tag to compare

I put a lot of work into pathBuilder recently and I as I am using it extensively in my projects I thought it's time to take the plunge and call it version 1.

A lot of bug's ironed out, loads of powerful new functionality. In particular the svgTweenPath proves to be super useful enabling the creation of very complex concave and convex 3D shapes.

image

V0.91-Beta

01 Oct 15:58
Compare
Choose a tag to compare

Bug fixes handling number arrays better.

Note that scientific number notation is currently not supported inside string paths.

V0.82-alpha

30 Sep 07:33
Compare
Choose a tag to compare
V0.82-alpha Pre-release
Pre-release

Bug fixes and tidying up code

  • Lots

new features

  • completed svg arc command (a and A)
  • implemented multipath path strings. These are path strings with multiple move (m or M) commands.

The multipath is part of the SVG specification where paths with opposite windings subtract the area from the previous path area.
Exact SVG implementation was too hard to replicate and really beyond the scope of Pathbuilder.

Checkout the new multi_path_demo.scad file to see it in action.

Example of multi path

image

V0.81-alpha

26 Sep 10:53
Compare
Choose a tag to compare
V0.81-alpha Pre-release
Pre-release

Fixed mismatching function names

V0.8-alpha

26 Sep 03:59
Compare
Choose a tag to compare
V0.8-alpha Pre-release
Pre-release

I called it a release so I better make it one then. But you're probably better of with the live code.

V0.1-alpha

19 Sep 06:18
b71d826
Compare
Choose a tag to compare
V0.1-alpha Pre-release
Pre-release

Created a release because the new version is so much different and more powerful.