evanw / csg.js

Constructive solid geometry on meshes using BSP trees in JavaScript
http://evanw.github.com/csg.js/
MIT License
1.79k stars 264 forks source link

Touch friendly viewer #22

Closed peter-hartmann closed 4 years ago

peter-hartmann commented 6 years ago

Awesome project, allows building tools that make sharing and collaborating on 3D objects easier. Much needed!

Any plans or efforts on making the viewer usable on touchscreen devices?

This would be my feature request.

RicoP commented 6 years ago

There is literally no code commit since 6 years, so I think the answer is no :p

z3dev commented 6 years ago

See www.openjscad.org

manthrax commented 4 years ago

http://vectorslave.com/csg/CSGShinyDemo.html

makc commented 4 years ago

@manthrax with newer 3js you can now do this, which is way faster, but does not scale very well.

manthrax commented 4 years ago

@makc That also doesn't give you the geometry.. it's purely a stencil buffer trick. Pretty cool, but useless for actually generating new geometry.

peter-hartmann commented 4 years ago

https://github.com/jscad/csg-viewer This one is touch friendly, hurray!