Showing 55 open source projects for "framework-3-offline"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    GeomSS
    GeomSS is a geometry modeling and scripting system in Java. Write scripts that create and analyze complex geometry including NURBS curves and surfaces. This is especially useful for tasks that must be repeated with small or parametric variations.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    RHEIN for MicroStation

    RHEIN for MicroStation

    3D/2D Concrete Reinforcement in Bentley MicroStation

    https://github.com/LeonidWiebe/Rhein
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Open Shoe Designer

    Open Shoe Designer

    Open-Source Shoemaking

    Shoe design software with an manufacturing-first approach. It separates design, form and measurements. Each can be modified without interfering with the others. The engine in the background combines all three and produces the last, the sole and the flattened pattern to be cut and sewn (or glued) together.
    Downloads: 0 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
    MaxFEM

    MaxFEM

    Software for electromagnetic simulation

    MaxFem is an open software package for electromagnetic simulation by using finite element methods. The package can solve problems in electrostatics, direct current, magnetostatics and eddy-currents. Since version 0.4.0, MaxFEM requires Python 3. We have moved the installers to the MaxFEM website (see below). In order to improve MaxFEM, we will require you to fill out a simple form before downloading them.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    TexGen
    ..."Modelling the geometry of textile reinforcements for composites: TexGen", Chapter 8 in "Composite reinforcements for optimum performance (Second Edition)", ed. P Boisse, Woodhead Publishing Ltd, 2021, ISBN: 978-0-12-819005-0. https://doi.org/10.1016/B978-0-12-819005-0.00008-3 Lin, H., Brown, L. P. & Long, A. C. 2011. Modelling and Simulating Textile Structures using TexGen. Advanced Materials Research, 331, 44-47. To reference version 3.13.0 please use: Louise Brown, mike-matveev, & georgespackman. (2023). louisepb/TexGen: TexGen v3.13.1 (v3.13.1). Zenodo. https://doi.org/10.5281/zenodo.8221491
    Leader badge
    Downloads: 132 This Week
    Last Update:
    See Project
  • 7
    NLIGA

    NLIGA

    Open source Matlab code for nonlinear isogeometric analysis

    A unified framework, NLIGA (Non-Linear Isogeometric Analysis), is developed for mainly solving two and three-dimensional nonlinear problems on the MATLAB platform by using isogeometric analysis (IGA). Nonlinear hyperelastic and elastoplastic materials are primarily considered at this stage. Newton-Raphson method is used to solve the nonlinear governing equations.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8

    Frame3DD

    Static and Dynamic Structural Analysis of 2D and 3D frames.

    FRAME3DD is a program for the static and dynamic structural analysis of two- and three-dimensional frames and trusses with elastic and geometric stiffness.
    Leader badge
    Downloads: 63 This Week
    Last Update:
    See Project
  • 9

    cppcam

    cppcam is a 3D CAD app for drafting G-Code toolpaths for CNC Routers

    Use cppcam to generate great art with your CNC router. 1. import model 2. position model with resize or align 3. Add toolpaths as needed and configure each with: a. set tool size b. set stock area (work area) c. configure the path(s) for the chosen toolpath type
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    Mach3 Threading Helper

    Mach3 Threading Helper

    Helps with the Mach3 CNC Threading functionality

    ...So, essentially just select your thread, calculate it, copy & paste the result to a GCode file, hit "Cycle start" and you get exactly what you want. Also included is a little tool to calculate the pitch diameter of a thread based on a measurement with three wires. Supports the threading standards M, G, R, BSW, BSF, UNC, UNF, UNEF and tapered Pipe R/Rc and Metrical threads. New: NPSM, NPT, NPTF, NPSC, NPSF. Includes an improved version of the Mach3 M1076.m1s threading macro and a matching screenset. Try also the Feed Calculator: www.sourceforge.net/p/feedcalculator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Side Cutters

    Side Cutters

    Free CAD software

    ...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: 0 This Week
    Last Update:
    See Project
  • 12

    Quadtree Demo

    Demonstrates a quadtree for spatial indexing of triangles

    ...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: 2 This Week
    Last Update:
    See Project
  • 13

    kAtomics

    Geometric kernel for CAD programs using an atomic approach

    This kernel uses a discrete approach where the geometry is split into "atoms" at a fixed resolution (e.g. 1µm). The aim is to make full use of the parallel processing capabilities of modern graphics hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    GGGears
    This application is intended to be a tool for easy, almost automatic, creation and calculation of gear transmission finite element models. It consists of a geometry and mesh generator based on GMSH and a finite element model based on GETFEM++.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Wuweido 3D CAD

    Wuweido 3D CAD

    Free 3D Mobile CAD

    ...Draft creation tools: Line, Poly Line, Arc, Spline, Circle, Ellipse, Rectangle, Regular Polygon. 2. Primitive Solid creation tools: Box, Cone, Truncated Cone, Cylinder, Sphere, Torus, Wedge, Truncated Wedge, Pyramid, Truncated Pyramid. 3. Sweep modeling tools: Extrude, Revolve, Loft, Pipe, Path 4. Boolean operation tools: Intersect, Subtract, Union, Xor, Fuse 5. Transform tools: Move, Rotate, Mirror, Scale
    Downloads: 8 This Week
    Last Update:
    See Project
  • 16
    Pack-Print-Cut

    Pack-Print-Cut

    Packing two dimensional rectangular elements at orthogonal table

    Program was created for optimized packing of two dimensional rectangular elements at orthogonal table with main purpose of printing cutting sheets that can be used for cutting material at production in wood and panel furniture manufacturing. It is developed upon authors several years of experience at woodworking, and actual carpenters needs when such software is in question. In spite its look it is fully functional peace of software , with all necessary elements needed for generating...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Chemical Equation Balancer

    Chemical Equation Balancer

    Balances Chemical Equation

    Balances any complex chemical equation easily. Version: v 1.0 and v 2.0 both are available.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    StarBatch

    StarBatch

    AutoCad 2014 - AutoCad 2020 batch lisps process

    Starbatch is a batch lisp program for Autodesk Autocad drawings. Using StarBatch you can automate AutoCAD to save you time and money. Batch your favourite Lisp's while you complete other tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    ZCAD

    Simple CAD program

    Project moved to https://github.com/zamtmn/zcad
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    pyGear

    pyGear

    Precise gear geometry generator for spur and helical gears

    A python gear generator that serves as CAE/CAD-preprocessor for involute gears based on pythonOCC. It allows for the computation of dynamic properties and the creation of exact geometries from a minimal input set. PyGear can simulate the tool geometry and kinematics of standard gear hobbing tools to generate precise flank, tooth root and tip geometries.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    CNC Master
    A small program for quickly generation of g-code. It can generate circular pockets, square pockets, etc. Now it can generate program from DXF. You can support a development with donation on my paypal page www.paypal.me/alexdevisa Небольшая программа для генерации G-кода. Может генерировать различные карманы, а так же поддерживает генерацию G-кода из файла DXF. Поддержать проект можно пожертвованием любой суммы на моей странице paypal - www.paypal.me/alexdevisa
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 22

    groundcad

    CAD 2D for Land Surveying and Civil

    Operating System : Windows - Linux - Mac OS Drawing 2D Point Line Polygon Rectangle Circle Ellipse Text,Image with thickness,color,hatch... Drawing commands : rotation,scale,explode... Labeling Point Line Polygon Rectangle Circle (Name Code Comment XYZ Length Angle Area Radius ...) Area Calculation by points or by object. Import-Export module : Image bmp,jpg,png CSV TXT SVG DXF R12 SOKKIA SDR33 TOPCON FC4 GTS7 XML LANDXML LEICA GSI8 GSI16
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    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: 0 This Week
    Last Update:
    See Project
  • 24
    PyCAM
    Open Source CAM - Toolpath Generation for 3-Axis CNC machining
    Leader badge
    Downloads: 56 This Week
    Last Update:
    See Project
  • 25
    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
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB