opencascade-emscripten-p VS ViewSCAD

Compare opencascade-emscripten-p vs ViewSCAD and see what are their differences.

ViewSCAD

A Jupyter renderer for the OpenSCAD and SolidPython Constructive Solid Geometry languages (by nickc92)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
opencascade-emscripten-p ViewSCAD
1 2
- 140
- -
- 0.0
- over 3 years ago
Python
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

opencascade-emscripten-p

Posts with mentions or reviews of opencascade-emscripten-p. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-28.
  • Curated Code CAD
    10 projects | news.ycombinator.com | 28 Jun 2021
    There is an OpenCascade version compiled down to wasm [1] that we're currently using embedded in our own app. Rendering to WebGL is relatively straight-forward and the system as a whole works well. Gives me a lot of power when designing mechanical systems and running simulations on the resulting models. Perf of the CAD kernel on the web is not great, but 'just good enough'.

    Troubleshooting issues is tricky though. If something doesn't work debugging is nearly impossible and the (C++) docs are very challenging.

    OpenCascade is very powerful, but the ergonomics of the API aren't great. Writing a simple FP-style immutable wrapper around it has proven very fruitful and we can now describe relatively complicated models with a bare minimum of TypeScript code. Lot's of fun!

    [1] https://github.com/gabrielcuvillier/opencascade-emscripten-p...

ViewSCAD

Posts with mentions or reviews of ViewSCAD. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-28.
  • Curated Code CAD
    10 projects | news.ycombinator.com | 28 Jun 2021
    Just a quick diff between your list and mine, apologies if I missed them or if there is a reason to exclude these:

        - https://github.com/nickc92/ViewSCAD
  • Support for Javascript?
    5 projects | /r/openscad | 12 Apr 2021
    This sub is understandably enthusiastic about the OpenSCAD language, but I’m with you in preferring existing general purpose languages. For browser-enabled Python & OpenSCAD, check out ViewSCAD, or for basic Python, see my SolidPython

What are some alternatives?

When comparing opencascade-emscripten-p and ViewSCAD you can also consider the following projects:

cadquery - A python parametric CAD scripting framework based on OCCT

opencascade-emscripten-port - Open CASCADE - Emscripten / Webassembly port

SolidPython - A python frontend for solid modelling that compiles to OpenSCAD

CQ-editor - CadQuery GUI editor based on PyQT

antimony - CAD from a parallel universe

sdf - Simple SDF mesh generation in Python

BOSL - The Belfry OpenScad Library - A library of tools, shapes, and helpers to make OpenScad easier to use.

cq-containers

sdfx - A simple CAD package using signed distance functions