File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -12,39 +12,6 @@ The fastest and most intuitive library to manipulate STL files (stereolithograph
12
12
🌟 :fist_raised : Please consider starring and sponsoring the GitHub repo to show your support! :fist_raised : 🌟
13
13
![ GitHub Sponsor] ( https://img.shields.io/github/sponsors/Innoptech?label=Sponsor&logo=GitHub )
14
14
15
- ## Index
16
- 1 . ** Performance**
17
- - [ Performance Benchmark] ( #performances-benchmark )
18
-
19
- 2 . ** Python Usage**
20
- - [ Install] ( #install )
21
- - [ Read and Write STL Files] ( #read-and-write-from-a-stl-file )
22
- - [ Rotate, Translate, and Scale Meshes] ( #rotate-translate-and-scale-a-mesh )
23
- - [ Convert Between Triangles and Vertices/Faces] ( #convert-triangles-arrow_right-vertices-and-faces )
24
- - [ Find Connected Components] ( #find-connected-components-in-mesh-topology-disjoint-solids )
25
- - [ Use with PyTorch] ( #use-with-pytorch )
26
- - [ Handling Large STL Files] ( #read-large-stl-file )
27
-
28
- 3 . ** C++ Usage**
29
- - [ Read STL from File] ( #read-stl-from-file )
30
- - [ Write STL to File] ( #write-stl-to-a-file )
31
- - [ Serialize STL to Stream] ( #serialize-stl-to-a-stream )
32
- - [ Convert Between Triangles and Vertices/Faces] ( #convert-triangles-arrow_right-vertices-and-faces-1 )
33
- - [ Find Connected Components] ( #find-connected-components-in-mesh-topology )
34
-
35
- 4 . ** C++ Integration**
36
- - [ Smart Method with CMake] ( #smart-method )
37
- - [ Naïve Method] ( #naïve-method )
38
-
39
- 5 . ** Testing**
40
- - [ Run Tests] ( #test )
41
-
42
- 6 . ** Requirements**
43
- - [ C++ Standards] ( #requirements )
44
-
45
- 7 . ** Disclaimer**
46
- - [ STL File Format Limitations] ( #disclaimer-stl-file-format )
47
-
48
15
49
16
# Performances benchmark
50
17
Discover the staggering performance of OpenSTL in comparison to [ numpy-stl] ( https://github.com/wolph/numpy-stl ) ,
You can’t perform that action at this time.
0 commit comments