This repository was archived by the owner on Sep 27, 2023. It is now read-only.
Replies: 1 comment 2 replies
|
Ahhh, I see it, the introduction is in the https://github.com/curv3d/curv/blob/16ba9874b8d0765e189a63687f77172094a72c29/ideas/theory/Implementation. Thanks! |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi Doug,
Can I ask what is the difference between the 2 folders curv/curv and curv/libcurv?
I am looking through how is the curv program transferred to STL output or rendered to the viewer.
I see that to export STL, the export_mesh.cc called shape.cc in the curv/libcurv, how about rendering? Does rendering also takes a line like "Shape_Program shape(prog)"? I can't find it.
I guess if you add an introduction to the folders of your code, it would be very helpful for more contributors :D
Sincerely
Serena
All reactions