Dr Abstract

Results 13 issues of Dr Abstract

Hi Morgan - if I have 10 points for example, can I get Bezier points (two handles and the next point) from this code? If not, would you have a...

We tend to deal with issues through our Forum channels at http://forum.zimjs.com. You are welcome to join! If you use ZIM, then you should join. The updates on these issues...

ZIM at https://zimjs.com is a general Canvas Framework for coding creativity!

Just thought we could add a listing of new additions to the SpellBook until the pull requests are handled - feel free to add your links below... We have requested...

I have been running into a very serious issue. I want to upload the current file in the Atom Editor - not the current selected in the tree - these...

We have now updated our NPM to be more robust. https://www.npmjs.com/package/zimjs There is now a repo of templates for Vue, Svelte, React and Angular here https://github.com/yoanhg421/zimjs-templates Thanks @yoanhg421 for working...

I wanted to be able to use a Raycaster to determine which mesh to move. And to be able to turn off the controls if the raycast intersects was empty....

You could try using StageGL (GPU based) with CreateJS this.stage = new createjs.StageGL("canvas"); and then you need to cache() the rectangles so they are bitmaps rect.cache(0, 0, size, size); this.stage.addChild(rect);

![image](https://github.com/felixmariotto/three-mesh-ui/assets/380281/9aa0f2f0-f7d3-4109-8a7f-7abd4355c484)

When I run the latest version (thank you!) I get the following results which is different than your example. [{ x1: 100.00000000000006, y1: 210.38300489880004, x2: 234.42549265180003, y2: 300, x: 400,...