stl
There are 1484 repositories under stl topic.
huihut/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
Alinshans/MyTinySTL
Achieve a tiny STL in C++11
assimp/assimp
The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
electronicarts/EASTL
EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
tangtangcoding/C-C-
程序员相关电子书资料免费分享,欢迎关注个人微信公众号:编程与实战
slic3r/Slic3r
Open Source toolpath generator for 3D printers
CadQuery/cadquery
A python parametric CAD scripting framework based on OCCT
jscad/OpenJSCAD.org
JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
sonic2kk/steamtinkerlaunch
Linux wrapper tool for use with the Steam client for custom launch options and 3rd party programs
Dobiasd/FunctionalPlus
Functional Programming Library for C++. Write concise and readable C++ code.
fougue/mayo
3D CAD viewer and converter based on Qt + OpenCascade
Bhupesh-V/30-seconds-of-cpp
30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
the3deer/android-3D-model-viewer
Android OpenGL 2.0 application to view 3D models. Published on Play Store
Bareflank/hypervisor
lightweight hypervisor SDK written in C++ with support for Windows, Linux and UEFI
stotko/stdgpu
stdgpu: Efficient STL-like Data Structures on the GPU
liyue201/gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
OpenAstroTech/OpenAstroTracker
3D printed DSLR tracking mount
braindefender/KLP-Lame-Keycaps
Sculpted and curved keycaps for Kailh Choc and MX switches
thi-ng/geom
2D/3D geometry toolkit for Clojure/Clojurescript
SilverMaple/STLSourceCodeNote
SGI STL source code analysis and note from 《STL源码剖析》 by 侯捷(包含电子书、源码注释及测试代码)
manyfold3d/manyfold
A self-hosted digital asset manager for 3d print files.
CadQuery/CQ-editor
CadQuery GUI editor based on PyQT
aliakseis/LIII
multi-platform bittorrent client
FNNDSC/ami
AMI Medical Imaging (AMI) JS ToolKit
wolph/numpy-stl
Simple library to make working with STL files (and 3D objects in general) fast and easy.
samchon/tstl
TypeScript-STL (Standard Template Library, migrated from C++)
asticode/go-astisub
Manipulate subtitles in GO (.srt, .ssa/.ass, .stl, .ttml, .vtt (webvtt), teletext, etc.)
biojppm/rapidyaml
Rapid YAML - a library to parse and emit YAML, and do it fast.
revarbat/BOSL
The Belfry OpenScad Library - A library of tools, shapes, and helpers to make OpenScad easier to use.
karansaxena/STL_Cheat_Sheets
C++ STL Cheat Sheets.
deadsy/sdfx
A simple CAD package using signed distance functions
eidelen/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.
sgenoud/replicad
The library to build browser based 3D models with code.
MiroKaku/ucxxrt
The Universal C++ RunTime library, supporting kernel-mode C++ exception-handler and STL.
jxy-s/stlkrn
C++ STL in the Windows Kernel with C++ Exception Support
zsmj2017/MiniSTL
Tiny STL based on SGI STL