Skip to content

Commit 6cad25b

Browse files
committed
add back links as notes
1 parent 6a87b24 commit 6cad25b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,14 @@ Trimesh includes an optional `pyglet<2` based viewer for debugging and inspectin
165165
* `m` maximizes the window
166166
* `q` closes the window
167167

168-
If called from inside a `jupyter` or `marimo` notebook, `mesh.show()` displays an in-line preview using `three.js` to display the mesh or scene.
168+
If called from inside a `jupyter` or `marimo` notebook, `mesh.show()` displays an in-line preview using `three.js` to display the mesh or scene.
169+
170+
## Additional Notes
171+
172+
- Check out some cool stuff people have done in the [GitHub network](https://github.com/mikedh/trimesh/network/dependents)
173+
- Generally API changes should have a one-year period of [printing a `warnings.DeprecationWarning`](https://trimesh.org/contributing.html#deprecations) unless it's not possible for some reason.
174+
- Docker containers are available on Docker Hub as [`trimesh/trimesh`](https://hub.docker.com/r/trimesh/trimesh/tags) and there's a [container guide](https://trimesh.org/docker.html) in the docs.
175+
- If you're choosing which format to use, you may want to try [GLB](https://trimesh.org/formats.html) as a fast modern option.
176+
177+
178+

0 commit comments

Comments
 (0)