Skip to content

Commit ddc46aa

Browse files
docs: Update README.md
1 parent 2db120d commit ddc46aa

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

README.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -12,39 +12,6 @@ The fastest and most intuitive library to manipulate STL files (stereolithograph
1212
🌟 :fist_raised: Please consider starring and sponsoring the GitHub repo to show your support! :fist_raised: 🌟
1313
![GitHub Sponsor](https://img.shields.io/github/sponsors/Innoptech?label=Sponsor&logo=GitHub)
1414

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-
4815

4916
# Performances benchmark
5017
Discover the staggering performance of OpenSTL in comparison to [numpy-stl](https://github.com/wolph/numpy-stl),

0 commit comments

Comments
 (0)