Showing 25 open source projects for "stl,voxel"

View related business solutions
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

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

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 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
  • 1
    Rapid YAML

    Rapid YAML

    Library to parse and emit YAML, and do it fast

    Or ryml, for short. ryml is a C++ library to parse and emit YAML, and do it fast, on everything from x64 to bare-metal chips without operating system. (If you are looking to use your programs with a YAML tree as a configuration tree with override facilities, take a look at c4conf). ryml parses both read-only and in-situ source buffers; the resulting data nodes hold only views to sub-ranges of the source buffer. No string copies or duplications are done, and no virtual functions are used. The...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    configor

    configor

    A light weight configuration library for C++

    A light weight configuration library for C++11.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    SimpleXlsxWriter

    C++ library for creating XLSX files for MS Excel 2007 and above.

    ... is written in C++ with using STL functionality and based on the ZIP library (included), which has a free license: http://www.codeproject.com/Articles/7530/Zip-Utils-clean-elegant-simple-C-Win32 This library is distributed under the terms of the zlib license: http://www.zlib.net/zlib_license.html
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 4
    zen::Xml

    zen::Xml

    Simple C++ XML processing

    Simple XML processing using C++14: -> header-only -> fully portable -> simple API -> powerful features -> high performance Overview: http://zenxml.sourceforge.net
    Downloads: 9 This Week
    Last Update:
    See Project
  • 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
  • 5
    Converter from the standard 3d STL format to LDRAW format.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    IVCon-TL 3D scene conversion tool

    IVCon-TL 3D scene conversion tool

    Converts between many 3D data formats

    IVCon-TL can read and write a variety of 3D graphics file formats, converting from one to the other. Supported formats include 3DS, ASE, BYU, DXF, GMOD, HRC, IV, OBJ, OFF, POV, SMF, STL/STLA/STLB, TEC, TRI/TRIA/TRIB, UCD, VLA, WRL/VRML, XGL and more.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7

    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
  • 8

    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
  • 9
    Editor for Diablo III *.stl files, written in QT
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 10
    Easy to use JSON encoder/decoder Handler for C++. Can be used to handle JSON stream or string message parsing, or even as a configuration file. Supports STL streams, files and simple strings. ** Source code has moved to GitHub https://github.com/sunsetbrew/jsonhandle
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    An STL format importer/exporter plugin script for Google SketchUp. Supports both binary and ASCII import and export.
    Leader badge
    Downloads: 59 This Week
    Last Update:
    See Project
  • 12
    OpenCTM
    OpenCTM is a file format, a software library and a tool set for compression of 3D triangle meshes. The geometry is compressed to a fraction of comparable file formats (3DS, STL, COLLADA...), and the format is accessible through a simple, portable API
    Leader badge
    Downloads: 177 This Week
    Last Update:
    See Project
  • 13
    Veda is a small xml parser and creator for xml files. Veda also has a xpath interface. It is written in c++ with use of STL library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    XMLSP - XML Stream Parser is a small & simple XML parser for C++. It uses STL for lists and strings. This tiny XML parser source code is less than 20kb in size. It support custom entities and special characters. Now with optional DOM support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    php-stl is a templating implementation similar to java's JSTL. This is a tag-based template engine with configurable classes to handle various tags. The templates are written in XML, which differs from the JSTL, but provides clean output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Lightweight include files adding reflection capabilities to C++. Generates SQL queries and serialization routines. STL-style iterations over class members. Compile-time / run-time reflection. Based on templates and meta-programming.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Small footprint C++ library to extract an XPath 1.0 expression from an XML tree. Uses the TinyXML project to parse XML trees and store intermediate results. Runs on any platform. Optional use of STL. Overhead less than 100KB, including TinyXML.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 18
    Platform-independent C-API library implementing the Record-JAR file format, with mappings to other languages/technologies, including C++, COM, D, .NET, Python, Ruby, and STL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Framework for persisting heirarchies of C++ objects to and from XML. Boost, The STL and Patterns are used extensively. All platforms which support Boost will be supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Framework for literate programming using XML written in C++. Boost, The STL and Patterns are used extensively. All platforms which support Boost will be supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a VSE - Visual Scene Editor. VSE is a tool for creating xml-based descriptions of 3D scenes for 3D computer games. It is written on C/C++, using MFC, STL and IrrLicht ( http://irrlicht.sourceforge.net/ ).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    That's "Deci" as in one-tenth... Based on the "80/20 rule", something like 1/10 of the code provides far more than half of the functionality. This is a partial, non-validating, and VERY SMALL STL-based C++ implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MinXL : Minimalist XML Library. A portable (STL-based) lightweight C++ library to process XML stream/file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    XMLNode is a library that represents the XML in an easy to use object model. It has STL adaptors to ease traversing and transforming the XML. XMLNode is geared towards data driven XML as opposed to document driven XML. It is still a work in progress.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Ninja INI is a simple, lightweight, and fast INI file reader & writer. It supports 3 levels (sections, keys, and containers), multiple keys with same name, parse command-line (argc & argv). Written in C++ with STL design and optional bindings to Lua.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next