sgenoud / replicad

The library to build browser based 3D models with code.
https://replicad.xyz
MIT License
323 stars 38 forks source link

How to build RepliCAD? #67

Closed lf94 closed 1 year ago

lf94 commented 1 year ago

In the event of broken code or Internet outage, it'd be nice to be able to build a local copy of RepliCAD. The latest issue has caused me to start to look at other options (such as using OpenCASCADE in StandardML). I would like to not have to do this... It's been a cycle of jumping between code CADs and RepliCAD hits some nice points!

sgenoud commented 1 year ago

Have you had a look at the sample app? You can easily modify it and run it locally (for when the broken code issue).

Concerning the internet outage you should be covered. The visualiser is a PWA and should work even if the internet does not work anymore (I'd be curious if it does not work).

lf94 commented 1 year ago

I think I did but was more so using it to try to get the replicad project to build - I guess I should have used the sample project instead entirely :sweat_smile: