commit b6327dd75461f61f6e0f73d014dc56aeec0cbe83 parent 42ed9c9598bbd2241d089eb41b3f9488db9aa0ac Author: Martin Kloeckner <mjkloeckner@gmail.com> Date: Sun, 10 Aug 2025 18:53:08 -0300 add `README.md` Diffstat:
| A | README.md | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md @@ -0,0 +1,5 @@ +# Rotating Teapot Example in WebGL + +```console +$ python -m http.server +```
