Showing 417 open source projects for "stl,voxel"

View related business solutions
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 1
    STL 3dit

    STL 3dit

    An STL model viewer, editor, and creator for manipulating STL files.

    This software allows a person to open, edit, create, modify, view, and save 3D STL models. It can also be used to extrude 2D images into 3D objects. You can also insert 3D closed primitives. The new STLX file format supports groups, materials, as wells as colors and generates much smaller files on average (compared to binary STL files). NOTE: This latest build targets only 64-bit Windows Operating Systems due to the necessity of being able to manage (and navigate) very large 3D models...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    tinyobjloader

    tinyobjloader

    Tiny but powerful single file wavefront obj loader

    Tiny but powerful single file wavefront obj loader written in C++03. No dependency except for C++ STL. It can parse over 10M polygons with moderate memory and time. tinyobjloader is good for embedding .obj loader to your (global illumination) renderer. We recommend to use master (main) branch. Its v2.0 release candidate. Most features are now nearly robust and stable (The remaining task for release v2.0 is polishing C++ and Python API).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    ImatiSTL

    Fix STL files for 3D printing

    ImatiSTL is a C++ library for applications that need to finely post-process raw polygon meshes represented by STL files. It is particularly useful in 3D printing scenarios: the repairing functions provided by ImatiSTL bridge the gap between printable meshes and real-world meshes with diverse potential defects and flaws (e.g. degenerate triangles, self-intersections, surface holes, ...). ImatiSTL provides both functions for local mesh repairing and methods for global remeshing. Local repairing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    ZET-CSV

    ZET-CSV is the C++ library for csv format.

    ZET-CSV is the C++ library for csv format. ZET-CSV uses STL library. Interface CSV container similar to the interface std::vector. You can use ZET-CSV (not as the library) with your code by rewriting the Makefile. ZET-CSV contains following csv extension: a different number of columns in the rows, literals \r, \n, \r\n indicate the end of the row.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 5

    ZET-JSON

    ZET-JSON is C++ library for json format.

    ZET-JSON is C++ library for json format. ZET-JSON uses STL library. You can use ZET- JSON (not as the library) with your code. ZET-JSON contains following json extension: the same object names in a container, a comma after the last object in a container, comments, string concatenation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    CFML fabric simulation engine

    3D drape simulation engine using particle based method

    This is free library for garment pattern design and 3D simulation by CFML (Computational Fibrous Materials Lab) group for textile engineers. Currently supports MS Windows environment only(compiled with Embacadero C++ Builder XE5). Details on the performance are submitted to the IJCST journal. Garment pattern data: courtesy of Kolon Group, Shinsegye Department Store, KRIFI.re.kr (former Sewtec), Prada and some more. Using the following open sources: - D. Pritchard.org, "freecloth",...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Lightweight Model Database

    Lightweight Model Database

    An easy to use and lightweight CAD model data management tool.

    This little Tool was developed in order to tidy up the CAD models and other documents in my 3D printing project folder. Full description and Manual, see: http://encorecad.de/index.php/3d-druck/lightweight-model-database-en
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    The Lean Mean C++ Option Parser

    A no-dependencies C++ program arguments parser

    The Lean Mean C++ Option Parser handles the program arguments (argc, argv). It supports the short and long option formats of getopt(), getopt_long() and getopt_long_only() but has a more convenient interface. It is a freestanding, header-only library with no dependencies, not even libc or STL. It comes with a usage message formatter that supports column alignment and line wrapping, making it ideal for localized messages with different lengths.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    PRINSOW

    PRINSOW

    STL viewer for 3D printing

    Free Open Source STL viewer (GNU GPL / No installation required) by El mehdi Abbou-ou-cherif. -------------------------------------------------------------------------- PRINSOW provides minimalistic but yet important features as given below. It is heavily based on VTK 6.1 and Qt 5.4.1 libraries. It is the first author contribution in the field of free software so any comment is welcomed. -------------------------------------------------------------------------- P.S. To use the software...
    Downloads: 1 This Week
    Last Update:
    See Project
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    For companies that need a load balancing solution

    SKUDONET is designed to enhance service quality with advanced load balancing capabilities. Allowing scale your infrastructure effortlessly while maintaining unwavering data security, ensuring the continuity of your operations.
    Learn More
  • 10
    STL-Viewer

    STL-Viewer

    Simple STL viewer

    Simple STL viewer I wrote this viewer because the lack of recent viewers able to display a STL file easily (commonly used with 3D printers) or display multiple files via a browsing panel.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    PyCAM
    Open Source CAM - Toolpath Generation for 3-Axis CNC machining
    Leader badge
    Downloads: 91 This Week
    Last Update:
    See Project
  • 12
    RapidJSON

    RapidJSON

    A fast JSON parser/generator for C++ with both SAX/DOM style API

    RapidJSON is a JSON parser and generator for C++. It was inspired by RapidXml. RapidJSON is small but complete. It supports both SAX and DOM style API. The SAX parser is only a half thousand lines of code. RapidJSON is fast. Its performance can be comparable to strlen(). It also optionally supports SSE2/SSE4.2 for acceleration. RapidJSON is self-contained and header-only. It does not depend on external libraries such as BOOST. It even does not depend on STL. RapidJSON is memory-friendly. Each...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    Quazaa Security Library

    Quazaa Security Library

    A Qt and STL based security library for filesharing clients.

    The Quazaa Security Library implements a security manager for filesharing clients. It allows creating and managing security rules and checking content against them. The different currently supported rule types are: ▪ Single IP rules ▪ IP range rules ▪ Country rules (can be disabled at compile time if undesired) ▪ Hash rules ▪ Keyword based rules (match any/all) ▪ Reguler expression content rules ▪ User agent rules
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    SFML Voxel Raycaster

    Simple voxel raycasting engine in SFML with multithreading support

    Voxel raycasting engine written in C++ drawed by SFML, curently in alpha preview state. Currently rays are computed by CPU and performance is low and far away from realtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    STL Exporter for Revit
    The STL Export Add-In for Revit is designed to produce a stereolithography file (STL) of your building model. We've moved to Github - https://github.com/Autodesk/revit-stl-extension
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 16
    BelgradeGlory

    BelgradeGlory

    Printable .stl file of the Belgrade Glory gun 2016

    .stl file download for 3D printing Go artgun.me for more info
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Asynchwave

    image analysis template library

    A research project, Asynchwave library is C++ code provided in a set of source C++ files. Its purpose is to provide a comprehensive set of classes and functions for 1.1. General purpose extendable image analysis on image segments of arbitrary shape. The organization is similar to STL: there are algorithms, collections, functional objects, iterators and adaptors. This architecture allows productive and flexible programming while keeping the code as fast as possible. 1.2. Gray wavefront...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Functy

    Functy

    Functy is a 3D graph drawing package that generates immediate results.

    Note: The Functy and libsymbolic code has now moved to GitLab: https://gitlab.com/flypig/functy https://gitlab.com/flypig/libsymbolic This project has been left here for archival purposes. Functy is a 3D graph drawing package. It allows Cartesian, spherical and parametric curve functions to be plotted and altered quickly and easily. This immediacy and the vivid results promote fun exploration of 3D function. Rendering is performed entirely on the GPU to improve visuals and...
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Spatial C++ Library

    Spatial C++ Library

    Library of generic, k-d tree multi-dimensional containers

    Spatial is a generic header-only C++ library providing multi-dimensional in-memory containers, iterators and functionals. Spatial is a general purpose library with good overall performance thanks to its self-balancing k-d tree containers. Spatial makes it easy to search for nearest neighbors, orthogonal ranges, or perform ordering of objects in any number of dimensions. Spatial's design borrows heavily from the STL, and strives to follow it's elegant interface; therefore Spatial's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SGL - Pascal Generic Library

    SGL - Pascal Generic Library

    An experimental generic library based on STL

    SGL was an experimental library I wrote to see what a STL style library would look like in Pascal. The code requires FreePascal 3.1.1 which is yet to be released as a binary. As the name says, the code is heavily based on generics (AKA templates), so is not polymorphic. The style of the code has been written to match STL, so I was able to copy/edit code from STL straight into SGL. Personally, I think this was a cool experiment, but isn't overly useful or better than more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    finFoil is an application to help amateur surfboard fin makers foil their fins properly. All downloads are moved to https://finfoil.io Check out the homepage for the latest news and tutorials: https://finfoil.io hrobeers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    BONDA3D Designer

    BONDA3D Designer

    3D Contents Moding Tool

    BONDA3D Designer is a world-class 3D modeling software which can be spread in the 3D computing environment affecting various industries. * Software for modeling and printing 3D objects. ­- Forward Engineering for three-dimensional modeling. ­- Various 3D modeling formats such as STL, OBJ, PLY, AMF, COLLADA, etc. ­- G-Code conversion with calculating the nozzle speed and the amount of compression, etc. ­- BONDA3D supports Layer Slicing less than 0.01mm ­- Visualization of objects...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ZIMA-CAD-Parts

    ZIMA-CAD-Parts

    Application for management of CAD files and projects

    ZIMA-CAD-Parts is a tool, develop by ZIMA-Engineering (www.zima-engineering.cz), used by design engineers for management of CAD files. It can manage local CAD projects with the possibility of connection with PDM system. It is also a source of library CAD parts. It works with local or remote data storage. It supports Pro/Engineer, CATIA, NX (UGS), SolidWorks, SolidEdge, Inventor and neutral formats, i.e. STEP, IGES, DWG, DXF, STL, BLEND and PDF. The application is written in C++/Qt...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    beam3d

    3d beam FEM structural analysis

    3D FEM structural analysis using the beam element. It works with macro preprocessor and system pipes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Aims of this Project are 1. Integrating various Vision, Machine learning library based on OpenCV. 2. Providing various function based on the integrated library. 3. Using OpenCV with template based STL like code
    Downloads: 0 This Week
    Last Update:
    See Project