Tw1ddle / geometrize-haxe

:triangular_ruler: Geometrize is a Haxe port of primitive that geometrizes images into geometric primitives
https://www.geometrize.co.uk/
Other
348 stars 31 forks source link

web demo : strategy based on steps #4

Closed mastef closed 2 years ago

mastef commented 6 years ago

more of a convenience feature : being able to decide on strategies based on steps. e.g. first 300 steps triangles, then 300-1000 switch to ellipses, then finally 1000+ enable ellipses, lines and rectangles

Tw1ddle commented 2 years ago

I've implemented this capability in my C++ desktop app via an embedded scripting language, you can implement all sorts of strategies. I'll release a new build of very soon with this in (https://github.com/Tw1ddle/geometrize).

With a bunch of work something similar could be done with hscript or similar, but I'm not planning to implement the feature again in Haxe, so I'm closing this.