lagadic / visp_cao_editor

Development of a CAD model editor for ViSP model-based tracker
GNU General Public License v3.0
19 stars 8 forks source link

Generating 3D models from sketches (svg) #25

Open vikasTmz opened 6 years ago

vikasTmz commented 6 years ago

Possible future inclusion to the editor. Geosemantic Snapping for Sketch-Based Modeling

fspindle commented 6 years ago

Nice work. What are the possible output formats of the modeled objects ? If they are compatible with Blender, the model could be imported in Blender and then exported in cao.

What do you suggest/propose ?

vikasTmz commented 6 years ago

What are the possible output formats of the modeled objects?

Not sure, I'll have to run it and see.

The implementation is built on .NET Reactive Extensions (RX) framework, so I'm not sure if this can be ported to linux/osx. I was thinking of having this (or another paper which cites this) implemented in qt (but this could take time). Another possibility is to package the paper's implementation and make use of it.