Opencascade

Open-source projects categorized as Opencascade
Topics: Cad Brep 3D Python Step

Top 16 Opencascade Open-Source Projects

  • FreeCAD

    This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler.

  • Project mention: Sketch gets mirrored on edit | /r/FreeCAD | 2023-12-09

    bug reports should be made on the github issue tracker here: https://github.com/FreeCAD/FreeCAD/issues

  • cadquery

    A python parametric CAD scripting framework based on OCCT

  • Project mention: GitHub - CadQuery/cadquery: A python parametric CAD scripting framework based on OCCT | /r/codeCAD | 2023-07-26
  • 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.

    InfluxDB logo
  • mayo

    3D CAD viewer and converter based on Qt + OpenCascade

  • CascadeStudio

    A Full Live-Scripted CAD Kernel in the Browser

  • Project mention: Cascade Studio | news.ycombinator.com | 2024-02-22
  • OCCT

    Open CASCADE Technology (OCCT) is an open-source software development platform for 3D CAD, CAM, CAE. This is a clone of the official repository located on https://dev.opencascade.org/. Please use official development portal for registering issues and providing patches.

  • Project mention: Dune 3D – an open source parametric 3D CAD app bassed on OCCT | news.ycombinator.com | 2023-10-23
  • CQ-editor

    CadQuery GUI editor based on PyQT

  • Project mention: CadQuery Editor – a program for building parametric 3D CAD models using Python | news.ycombinator.com | 2023-09-02
  • opencascade.js

    Port of the OpenCascade CAD library to JavaScript and WebAssembly via Emscripten.

  • Project mention: Is there a tutorial for making a CAD tool with Three.js? | /r/threejs | 2023-05-20

    For proper CAD in browser, you'd need something like opencascadejs. I've integrated it to Polygonjs, here is an example scene, and a video intro

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • build123d

    A python CAD programming library

  • Project mention: Text to CAD? | news.ycombinator.com | 2024-02-24

    I haven't tried Zoo (really, unique naming isn't THAT hard...), and afict I can't see the code so I prob never will, but I got perfect results with build123d recently. Admittedly it's python to cad, not AI text to cad, but it was a joy to use after getting over the initial learning curve. The users and devs hang out on the slack chan and are very helpful.

    https://github.com/gumyr/build123d

  • Macad3D

    Free and OpenSource 3D Construction Tool

  • Project mention: Dune 3D – an open source parametric 3D CAD app bassed on OCCT | news.ycombinator.com | 2023-10-23
  • replicad

    The library to build browser based 3D models with code.

  • Project mention: Is there some way to implement a web-based customizer? | /r/openscad | 2023-05-16
  • curated-code-cad

    A list of the various code-cad projects out there.

  • Project mention: Dune 3D – an open source parametric 3D CAD app bassed on OCCT | news.ycombinator.com | 2023-10-23

    > I would love to see a successor to OpenSCAD

    There is quite a few "code" CAD's around https://github.com/Irev-Dev/curated-code-cad. Cadquery has contraints but isn't really a DSL.

  • occt-import-js

    The emscripten interface for OpenCascade import functionalities.

  • jupytercad

    A JupyterLab extension for 3D geometry modeling

  • Project mention: JupyterCAD – A JupyterLab extension for 3D geometry modeling | news.ycombinator.com | 2023-06-14
  • OCP

  • Pythonocc-nodes-for-Ryven

    Pythonocc nodes for Ryven

  • Project mention: Show HN: Flyde – an open-source visual programming language | news.ycombinator.com | 2024-03-07

    As a visual person (traditionally trained as a graphic artist), I've wanted this sort of thing for a long while, and I've been trying to use it for 3D.

    Surprisingly, there are multiple specialized tools for this:

    - https://www.blockscad3d.com --- an adaptation of Google's Blockly to OpenSCAD

    - https://github.com/derkork/openscad-graph-editor --- wires and nodes, it has the advantage of exposing _all_ of OpenSCAD's commands (the above has a subset)

    - https://github.com/Tanneguydv/Pythonocc-nodes-for-Ryven --- a module for using PythonOCC in Ryven --- when I finally succeeded, I found the language inscrutable, even when provided w/ quite nice examples (definitely a failing on my part, not that of the tool)

    - https://github.com/graphscad/graphscad --- it took a long while for the source code for this to be made available, and for a while it had compatibility problems (why was "cube" redefined?) --- probably defunct for political reasons, it had some interesting ideas, in particular the ability to have custom icons for modules

    - https://www.nodebox.net --- if memory serves I got hung up by not easily being able to do 3D, and when doing 2D having precision problems (or maybe that was Processing.org)

    and I've been using these tools to make various things:

    https://willadams.gitbook.io/design-into-3d/3d-project

    (and maybe eventually I'll finish something)

    The problem I've been running into is there doesn't seem to be an answer to the question:

    "What does an algorithm look like?"

    I recently had occasion to mention Herman Hesse's _The Glass Bead Game_ (also published as _Magister Ludi_) and I'll bring it up again --- what is a meaningful graphical representation of a program?

    The Drakon folks argued that there should be one true path but that's not really communicative and I would note that if this was a simple thing it wouldn't be decades since I last saw a physical Flowcharting Template:

    https://americanhistory.si.edu/collections/object-groups/flo...

    (and it's pretty rare to even see a well-done electronic drawing of a flowchart since Visio made its splash and vanished into the bowels of Microsoft)

    The main problem seems to be one of expressiveness not scaling up well, hence:

    https://blueprintsfromhell.tumblr.com/

    https://scriptsofanotherdimension.tumblr.com/

    Presumably, one doesn't want to define modules/variables unnecessarily --- but the question becomes where is that boundary?

    If you define too many, then you're back to the "wall of text" which one was trying to avoid (but wrapped up in nice boxes with some lines or shapes), and if one doesn't use them (well, look at the pretty/awful images in the links above).

    Ideally, a well-coded visual program would have a pleasing aesthetic appearance which is expressive and communicates flow and function, and I've tried for that at:

    https://willadams.gitbook.io/design-into-3d/programming

    (though I wish that there was an easy way to export an SVG version of a program)

    I believe that what is needed here is some graphical equivalent to Literate Programming: http://literateprogramming.com

    Is there a nice GUI toolkit integration which would allow making a graphical application with this? I have an idea I want to try it which might be a good fit.

  • oc

    OpenCASCADE wrappers for Lisp (by awolven)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Opencascade related posts

  • Text to CAD?

    1 project | news.ycombinator.com | 24 Feb 2024
  • Gimp 2.99.18 Released: The Last Development Preview Before 3.0

    2 projects | news.ycombinator.com | 22 Feb 2024
  • Cascade Studio

    1 project | news.ycombinator.com | 22 Feb 2024
  • Sketch gets mirrored on edit

    1 project | /r/FreeCAD | 9 Dec 2023
  • Looking for open source 3D modelling/CAD software compatible with an older version of Mac OS

    1 project | /r/software | 8 Dec 2023
  • Dune 3D – an open source parametric 3D CAD app bassed on OCCT

    5 projects | news.ycombinator.com | 23 Oct 2023
  • FreeCAD and undefined behavior in C++ code: meditation for developers

    2 projects | dev.to | 20 Oct 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Opencascade projects? This list will help you:

Project Stars
1 FreeCAD 17,619
2 cadquery 2,827
3 mayo 1,223
4 CascadeStudio 963
5 OCCT 899
6 CQ-editor 687
7 opencascade.js 551
8 build123d 331
9 Macad3D 319
10 replicad 310
11 curated-code-cad 220
12 occt-import-js 119
13 jupytercad 85
14 OCP 78
15 Pythonocc-nodes-for-Ryven 42
16 oc 12

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com