• MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    openCDT

    openCDT

    openCDT is a conceptual design tool for aircraft design

    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Traglast is a free finite-element-solver ( also known as FEM for finite element method) for linear static 2D problem. It provides also an algorithm to calculate boundary plastic loads of steal structures. Traglast supports a simple GUI.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    Alternative Logic Sets CAD

    ALST is a CAD for all imaginable logic systems (binary, ternary, etc)

    This project is available in the source code form (CodeEye' MixFile) only.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    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: 1 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    CAD Scripts project is designed to automate the work of CAD Softwares. Here you will find scripts/softwares which help to do tasks easily. E.g- Specify coordinates of figures in input file and get output dxf file without actually drawing anything.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    A collection of extensions / add-ons to cad programs. The name is a mash of the words Cad-Addons. Mostly intended as extensions to AutoCAD, but as most use the AutoLisp scripting language many clone products are capable of using them also.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Fachwerk3D
    Fachwerk3D calculates three-dimensional strut-and-tie models used by structural engineers for analysing and designing reinforced concrete structures. The program only uses the equilibrium conditions, thus it is not assuming elastic behaviour.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    GDSread

    GDSread reads and converts Calma GDS stream files .

    GDSread is a simple command line utility written in Free Pascal. GDSread can read and convert a Calma GDS stream file and output an ASCII formatted list file and a new GDS file with updated timestamp. If specified - it can modify the output GDS database by scaling it and/or replace cell names. Check out readme.rtf.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    Involute Gears DXF

    Open DXFs with QCad

    Program draws a gears tooth for reference profile and Fellows manufacturing. Open dxfs with qcad or Solid Works, ec but not with AutoCad. Autodesk has remouved support for enteties only format.It compiles well with OpenWatcom 1.9 c++ compiler.
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10

    Linux TinyCad

    Linux tiny CAD for educational purposes

    Linux TinyCad, or LiniCad, is a tiny CAD used for educational purposes. It is written in Python/Tk and its goals are to be as programmatically easy and small as possible.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    PyAMS

    PyAMS

    PyAMS (Python for Analog and Mixed Signals) CAD approach

    PyAMS (Python for Analog and Mixed Signals) is used to simplify modeling analog elements and simulate electronic circuit The objectives of PyAMS is: - Drawing circuit by schematic (CAD approach); - Simulating the circuit; - Creating new symbols for models; - Creating new models of electrical elements by using Python language with pyams_lib; - Presenting simulation results in waveform or in probe; - PyAMS is developed with Python 3+, ElectronJS and NodeJs - Licensed under: PyAMS is free to use. GPLv3 . - Open source.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    PyMathProg

    An easy and flexible mathematical programming environment for Python.

    PyMathProg is a Python reincarnation of AMPL and GNU MathProg modeling language, implemented in pure Python, connecting to GLPK via swiglpk. Create, optimize, report, change and re-optimize your model with Python, easily integrate database, plotting, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    Quadtree Demo

    Demonstrates a quadtree for spatial indexing of triangles

    This C++ demo allows users to interactively explore a quadtree's behavior. For this purpose the demo uses a quadtree data structure based on axis-aligned bounding boxes to speed up the search for triangles in a mesh. Depending on a search point all triangles of a quadtree's region are retrieved and relevant information about the search is shown. Quadtree creation can be parametrized by three parameters: - Maximum tree depth. - Maximum number of triangles per region. - Percentage of total number of triangles per region. The OpenGL graphics library is used to render the results, regions as well as the underlying triangle mesh. Navigation (e.g. zooming, moving) is available by keyboard and mouse. Example meshes are provided in wavefront *.obj format and can be opened from inside the program.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Side Cutters

    Side Cutters

    Free CAD software

    # Side Cutters Free CAD Software\ *The millimetre you see is the millimetre you get* ## Aim This software should be free. The aim of this project is to create a multi platform app while starting from a windows platform. It should create electrical drawings automatically and export them as bookmarked printable datafile (pdf). ## How? The software is licensed GPL/LGPL version 2. The Compiler is gcc 11.2.0, not Microsoft Visual Studio and the project is written in C, not in C#. Windows operating system functionality is never used, and the application is not on the Windows API but the GTK 3 API. This project will have no build system other than a simple *batch* or *bash* file. Its only dependency will be GTK 3. ## A table The user of the program will select components and edit the connections between them. This is done in a **table** He will press the *Generate* button with the *Side Cutter* icon and all the drawing's pages are generated automatically.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    A Simple 2D CAD/CAM application (currently Windows-only) Cuts simple shapes (pockets, mostly) and simplified gears. It has a geometry mode that allows geometry defined by lines and arcs. It also generates geometry from any OpenType-style font!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Computational implementation of 3D shape grammar for AutoCAD. For creation and use of shape grammars, with canonical shape representation, instance matching with shape emergence, full grammar rules derivation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    6Genci V2

    6Genci V2

    This program calculate hexagon coordinats for CNC Mill.

    This program calculates the necessary coordinates for machining 6 corner pieces in the diameter determined for the CNC Vertical machining center.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Abaqus Job Tracker

    Abaqus Job Tracker

    Track an Abaqus job to show the progress of the Step solution

    Reads the .STA file from the specified folder and track the associated Abaqus job to show the progress of the Step solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Advanced Simulation Library

    Free multiphysics simulation software package

    Advanced Simulation Library (ASL) is a free and open source multiphysics simulation software package. Its computational engine is based, among others, on the Lattice Boltzmann Methods (http://en.wikipedia.org/wiki/Lattice_Boltzmann_methods) and is written in OpenCL (http://en.wikipedia.org/wiki/OpenCL) which enable extraordinarily efficient deployment (http://asl.org.il/benchmarks) on a variety of massively parallel architectures, ranging from inexpensive FPGAs, DSPs and GPUs up to heterogeneous clusters and supercomputers. The engine is hidden entirely behind C++ classes, so that no OpenCL knowledge is required from application programmers. ASL can be utilized to model various coupled physical and chemical phenomena and employed in a multitude of fields: computational fluid dynamics, virtual sensing, industrial process data validation and reconciliation, image-guided surgery, computer-aided engineering, high-performance scientific computing, etc..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Animator Session Wrapper

    Animator Session Wrapper

    Easy animator session file manipulation

    Session wrapper is a tool which makes using animator session file easier. This allows a reusable session file to be run multiple time and also allow easy selection of the variable values. This tool is still in development phase and still a lot of updates are to come with upcoming versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Animator Toolbar Manager

    Animator Toolbar Manager

    Application to manage userdefined animator toolbars

    This program can read the Animator XML files and allow for an easy modification of the animator user toolbars
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Application File Bucket

    Application File Bucket

    Small application to open multiple file with a pre-processor

    This application is to open multiple files in one pre-processor using a single click.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ArchNURBS

    ArchNURBS

    NURBS-based elastic and limit analysis of masonry arches in MATLAB

    ArchNURBS is a MATLAB tool for the analysis of planar curved structures, with a particular attention to masonry arches. As in CAD softwares, the geometry of the model is defined by a NURBS representation of the structure. Indeed, the user can upload geometries imported from a CAD environment. Based on such a representation, ArchNURBS performs the elastic isogeometric finite element analysis and the collapse limit analysis of the structure. It is possible to include in the analysis the presence of Fiber-Reinforced Polymers (FRP) extrados and intrados strips. A comprehensive descritpion of ArchNURBS is given in "ArchNURBS: NURBS-Based Tool for the Structural Safety Assessment of Masonry Arches in MATLAB", A. Chiozzi, M. Malagu', A. Tralli and A.Cazzani, J. Comput. Civil Eng., 2015. (http://ascelibrary.org/doi/abs/10.1061/%28ASCE%29CP.1943-5487.0000481) ArchNURBS has been developed thanks to a collaboration between the University of Ferrara (Italy) and the University of Cagliar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A .Net (c#) module to interop with Autodesk AutoCAD using AutoCAD .Net API (ObjectARX wrapper classes)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Biomecanica Computacional U-America
    Investigacion de diseño avanzado en biomecanica computacional con elementos finitos usando herramientas de software-libre.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB