shithub: 3dee

Download patch

ref: 0a4587756179530fd3913a26e80277d1e4b7c2d7
parent: c507874d88a54e8c0b35d900968b722181443522
author: rodri <rgl@antares-labs.eu>
date: Sun Jun 15 20:05:04 EDT 2025

add TODO.md

--- /dev/null
+++ b/TODO.md
@@ -1,0 +1,34 @@
+# General
+
+- [ ] Write a toobj(1) tool
+- [ ] Write gltf/togltf(1) tools (needs a libgltf)
+- [ ] Write tools to manipulate geometry
+	- [ ] Tools to modify existing geometry
+	- [ ] Tools to create geometry parametrically
+	- [ ] CSG tools (?)
+- [ ] CAD tools
+- [ ] FEA tools
+- [ ] CFD tools
+
+# med
+
+- [ ] Implement a half-edge structure
+- [ ] Find a good way to show info about selected vertices
+- [ ] Add a texture/UV mapping tool
+
+# solar
+
+- [ ] Find textures for the planets
+	- [ ] Uranus
+	- [ ] Neptune
+	- [ ] Pluto
+- [ ] Track body orientation
+- [ ] Add a minimap to get a global picture and see orbits
+- [ ] Add more interesting facts to the planet infoboxes
+
+# plot3
+
+- [ ] Implement a subset of the plot(6) commands
+- [ ] Add text to the scales
+	Could be done with quads and textures using string(2), or with vector fonts.
+- [ ] Add surface rendering (triangles + quads should suffice)
--