diff --git a/README.md b/README.md index f495778..63f90e2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # 3d-simple Very simple 3d engine in Python via Jupyter Lab +See resulting animations in the [lastfuture.de playground](https://playground.lastfuture.de/lf2/) + ## Scope I've made this project for finding out if I could create a simple 3d engine from basically scratch purely based on what I know about 3d graphics and what my intuition tells me. Turns out: Yes, apparently I can.