Showing 47 open source projects for "automated cad design"

View related business solutions
  • Passwordless authentication enables a secure and frictionless experience for your users | Auth0 Icon
    Over two-thirds of people reuse passwords across sites, resulting in an increasingly insecure e-commerce ecosystem. Learn how passwordless can not only mitigate these issues but make the authentication experience delightful. Implement Auth0 in any application in just five minutes
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • 1
    FreeCAD

    FreeCAD

    a parametric 3D CAD modeler

    This is an official mirror of FreeCAD. Code and release files are primarily hosted on https://github.com/FreeCAD/FreeCAD and mirrored here. FreeCAD is a general purpose feature-based, parametric 3D modeler for CAD, MCAD, CAx, CAE and PLM, aimed directly at mechanical engineering and product design but also fits a wider range of uses in engineering, such as architecture or other engineering specialties. It is 100% Open Source and extremely modular, allowing for very advanced extension...
    Leader badge
    Downloads: 842 This Week
    Last Update:
    See Project
  • 2
    LeoCAD

    LeoCAD

    A CAD application for creating virtual LEGO models

    Design virtual models you can build with LEGO® bricks. LeoCAD has an intuitive interface that is designed to allow new users to start creating new models without having to spend too much time learning the application. At the same time, it has a rich feature set that enables experienced users to build models by using techniques that are more advanced. LeoCAD is fully compatible with the LDraw Standard and related tools, and it reads and writes LDR and MPD files so that you can share and download...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    ImplicitCAD

    ImplicitCAD

    A math-inspired CAD program in haskell. CSG, bevels, and shells

    ImplicitCAD is a programmatic CAD program, implemented in Haskell. Unlike traditional CAD programs, programmatic CAD programs use text descriptions of objects, as in programming. Concepts like variables, control structures and abstraction are used, just as in programming. With the explosion of 3D printing, designing 3D objects has become an even more important problem. And it's a complicated one. We need to design complicated objects that precisely interface with each other. And often we don't...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Arma Design Studio

    Arma Design Studio - CAD/CAM Software

    CAD and CAM software for design, modelling and manufacturing for tube frame and contoured surface based projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 5
    KiCad EDA

    KiCad EDA

    A Cross Platform and Open Source Electronics Design Automation Suite

    Leader badge
    Downloads: 159 This Week
    Last Update:
    See Project
  • 6

    Seamly2D

    Free and open source pattern design software

    Seamly2D enables the design, reuse, and remix of digital sewing patterns for creating bespoke-fit, specialty-sized, and ready-to-wear-sized clothing. Users have the right to utilize, sell, share, and distribute their patterns in any way they choose. * Downloads: https://seamly.net * Support: https://forum.seamly.net * Code: https://github.com/fashionfreedom/seamly2d * License: GPLv3+
    Downloads: 65 This Week
    Last Update:
    See Project
  • 7
    Lima VVA

    Lima VVA

    Simple Road Design and Earthworks

    ... suitable for the cross-section method. The program produces high quality drawings, reports, and construction data for the design. These results can be exported to other systems such as office, CAD and GIS software, surveying equipment, and systems for automated machine control.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    NLIGA

    NLIGA

    Open source Matlab code for nonlinear isogeometric analysis

    ... to visualize the obtained results including displacements, stresses and numerical errors. References: [1] Xiaoxiao Du, Gang Zhao, Wei Wang, Mayi Guo, Ran Zhang, and Jiaming Yang. NLIGA: A MATLAB framework for nonlinear isogeometric analysis. Computer Aided Geometric Design, 2020, 80:101869. [2] Xiaoxiao Du, et al. Numerical implementation for isogeometric analysis of thin-walled structures based on a Bézier extraction framework: nligaStruct. Thin-Walled Structures, 2022,180:109844
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    ThanCad is a 2dimensional cad, with limited 3d support and raster inclusion capability and emphasis in engineering. It is being written in Python and since it uses the Tkinter library, it is platform independent.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 10
    KediCAD

    KediCAD

    2D CAD software

    2D Cad software. Computer-aided technologies. CAD DXF standart part libraries. FEA(z88 based) Gambas
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    BrepCAD

    BrepCAD

    Open source 3D software based on opencascade(CAD

    The BrepCAD open source framework is adapted from the SimpleGui in pythonocc. It incorporates the beautiful ribbon style, which also uses the open source library QupyRibbon in Github. This framework can basically meet the needs of graduation design of college students and enterprise level lightweight CAD software development. Because it is based on the python language, the running efficiency cannot be compared with that of the c++version. But there is no bad language in the world. Only...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    grafx - Extensible Java Graphics Package

    grafx - Extensible Java Graphics Package

    Extensible Line-drawing & Polygon-filling Rasterization Libs for Java

    Line-drawing and polygon-filling rasterization algorithms in Java. Simple 2D package and more complex 3D package with Z-buffering. Texture mapping not supported at the moment. Color interpolation for lines, Gouraud shading for polygons fully supported. Floating point vertex coordinates, not integer. Pixel-level aliasing, not endpoint aliasing. Doesn't use Bresenham line style! Works with all Java versions. No external dependencies. Suitable for study in academic institutions,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    BoltGenerator

    BoltGenerator

    BoltGenerator is an automated CAD tool which produces 3D bolts.

    BoltGenerator is an automated CAD tool which produces 3D bolts per ISO and ASME specifications, built using OpenCASCADE and Qt technologies. Users select their desired thread, head type, and length. Upon export, a fully-featured CAD part is generated in real-time and written to the universal STEP format. The exported files are consistently named based on user selections, making creation and organization simple.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Pyslvs

    Pyslvs

    Open Source Planar Linkage Mechanism Simulation and Synthesis Software

    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    PotterDraw

    PotterDraw

    Design your own pottery for 3D printing in full color

    PotterDraw is a free 3D software application for designing and visualizing pottery. It’s useful for creating cylindrical shapes such as pots, flasks, vases, bowls, plates, cups, glasses, goblets, or anything similar. The outer wall of the pot is drawn using a spline, which consists of one or more curved or linear segments. The inner wall is generated automatically. PotterDraw can export files suitable for 3D printing. It can also map synthesized or user-specified textures onto the pot....
    Downloads: 35 This Week
    Last Update:
    See Project
  • 16
    CAELinux

    CAELinux

    Dedicated to computer-aided engineering Linux distribution

    CAELinux is an installable live (USB) Linux distribution dedicated to open source engineering with a focus on Computer Aided Engineering and Scientific Computing. Based on Ubuntu, it features a ready to use workstation environment for open source product development, makers and scientist with many CAD/CAM/CAE applications for mechanical design, stress analysis, heat transfer, flow simulation and CNC manufacturing / 3D printing as well as electronic design tools and a complete development...
    Leader badge
    Downloads: 259 This Week
    Last Update:
    See Project
  • 17
    jEPlus - Parametrics for E+ and TRNSYS

    jEPlus - Parametrics for E+ and TRNSYS

    An EnergyPlus shell for parametric studies and more ...

    Parametric analysis is often needed for exploring design options, especially when a global optimization method is not available, or the optimization result is in doubt. Parametric analysis can also be applied to all design variables simultaneously, which forms an exhaustive search that, providing that the search grid is fine enough, will guarantee a global optimum solution. In order to perform complex parametric analyses on multiple parameters with more than a handful of alternative values each...
    Leader badge
    Downloads: 46 This Week
    Last Update:
    See Project
  • 18
    Open Shoe Designer

    Open Shoe Designer

    Open-Source Shoemaking

    Shoe design software. Based on foot measurements or a foot scan. Generates a bone based or a last based model. Supports different styles of shoes. Pattern editor for the upper. Calculates flattening of the design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OpenMultiphysics

    OpenMultiphysics

    Application Integration for HPC Multiphysics

    The OpenMultiphysics project is the home for community-driven development of application integration technologies designed to aid in the design and implementation of multiphysics simulation capabilities. Design and development in this project is driven by the Consortium for Open Multiphysics. Feel free to visit us at our GitHub site as well: https://github.com/IllinoisRocstar/IMPACT
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    rattleCAD
    A graphical tool to design a bicycle (s) geometry and derive drawings from its configuration rattleCAD moved to www.rattleCAD.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Glass Shutters

    Glass Shutters

    Secondary glazing for sash windows

    Application for generating CAD scripts for drawing Glass Shutters for sash windows. Glass Shutters may be used as an alternative to double glazing where it is required to preserve the appearance of your traditional sash windows. The glass is toughened and has a coating which reflects heat back into the room while still letting in heat from the sun. The frameless panels are easily opened to allow access to the window. By choosing an appropriate style, the panel divisions can be made...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    COASTEXCEL

    A VBA enabled EXCEL spreadsheet to calculate water-wave properties

    COASTEXCEL is a Microsoft-Excel spreadsheet with Visual Basic for Applications (VBA) functions to calculate fundamental wave properties using linear wave theory, simple wave transformations, tidal elevations, tsunami travel time, wind wave growth parameters, design wave heights using Raleigh’s probability distribution, breakwater dimensions and longshore sediment transport rates.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23

    Techne (R) CAD/CAM

    2.5D CAD CAM emphasis on CAM and toolpaths

    A Windows only 2.5D CAD CAM application. The user experience tightly integrates the CAM aspects when doing design and layout. The target users will layout their design and then immediately generate CNC code. The goal is a design application closer to Adobe Illustrator than to AutoCAD. The user specifies machining aspects during object creation so that when the design/layout phase is completed the toolpath generation can occur automatically. What is 2.5D? Objects created are flat (2D...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 24
    Libre Mechanics

    Libre Mechanics

    Open Knowledge on engineering development.

    ... today. The four principal lines of work are: Design Analysis and Simulation Automation and Robotics Development
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 25

    Control Techniques Software

    CT Soft is software designed to be used with Control Techniques Drives

    CTSoft can be used for configuring the following drives: Digitax ST Base Digitax ST Indexer Digitax ST Plus Digitax ST EZMotion FXMP25 Field Controller Mentor MP Unidrive 'Classic' in open-loop, closed-loop vector and servo modes Unidrive SP open-loop, closed-loop vector servo modes and regen mode Commander SK drives Commander GP20 Drive in open-loop, closed-loop vector Unidrive ES open-loop, closed-loop vector and servo modes Unidrive PV CTSoft system requirements: Pentium...
    Downloads: 7 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next