From 03c85cd1404c75578a52a0dde4baa97f8cb7f2c9 Mon Sep 17 00:00:00 2001 From: Alina Marquardt Date: Tue, 22 Oct 2024 19:36:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.