Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Top 21 C++ Stl Projects
-
assimp
The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
Project mention: The Asset-Importer-Lib Minor Release Version 5.3.0 is out | /r/GraphicsProgramming | 2023-09-26 -
EA Standard Template Library
EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
Hoogle is really amazing!
Inspired by it, I implemented something similar for FunctionalPlus (a functional-programming library for C++): https://www.editgym.com/fplus-api-search/
I'd love to see more projects taking this path too. :)
-
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
Project mention: A convenient C string API, friendly alongside classic C strings. | /r/programming | 2022-12-03
The inability, or brittleness, to embed NUL bytes into the string, for once. Zeroed bytes can be valid as an internal bytes of a longer encoded character. And the inefficiency of tempting every caller to rederive the string length on every use, leading to such bugs as quadratic parsing behavior with sscanf. The extra register for an explicit length is a very minute price to pay compared to that.
-
DicomToMesh
A command line tool to transform a DICOM volume into a 3d surface mesh (obj, stl or ply). Several mesh processing routines can be enabled, such as mesh reduction, smoothing or cleaning. Works on Linux, OSX and Windows.
I am using this to generate the mesh. https://github.com/AOT-AG/DicomToMesh
-
-
-
-
-
-
h5cpp
C++17 templates between [stl::vector | armadillo | eigen3 | ublas | blitz++] and HDF5 datasets
-
-
ParallelReductionsBenchmark
Thrust, CUB, TBB, AVX2, CUDA, OpenCL, OpenMP, SyCL - all it takes to sum a lot of numbers fast!
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
C++ Stl related posts
- EA Standard Template Library Design
- Cross-platform file mapping
- What middleware would you like
- [FNV] Vortex vs Mod Loader 2
- [FO4]A small guide about modding Fallout 4 on Steam Deck
- Are there any books or tutorials that teach C-Styled C++?
- Steam Deck Windows Dual Boot
-
A note from our sponsor - Onboard AI
getonboard.dev | 2 Dec 2023
Index
What are some of the best open-source Stl projects in C++? This list will help you:
Project | Stars | |
---|---|---|
1 | assimp | 9,749 |
2 | EA Standard Template Library | 7,447 |
3 | Slic3r | 3,166 |
4 | FunctionalPlus | 1,905 |
5 | hypervisor | 1,287 |
6 | mayo | 1,029 |
7 | stdgpu | 1,019 |
8 | rapidyaml | 473 |
9 | DicomToMesh | 376 |
10 | stlkrn | 355 |
11 | winlamb | 309 |
12 | ArduinoSTL | 299 |
13 | fifo_map | 166 |
14 | crtsys | 164 |
15 | h5cpp | 137 |
16 | BackportCpp | 64 |
17 | ParallelReductionsBenchmark | 58 |
18 | CPP-Exercises | 12 |
19 | md4qt | 12 |
20 | cpp-clamp-cast | 5 |
21 | Img2STL | 3 |