Page 1 of 1

Simple 3D graphics

Posted: Fri Sep 30, 2022 9:25 am
by MasterOfGizmo
Having seen a bunch of awfully slow graphics demos on Youtube I was wondering if stock micropyton is able to do simple 3D graphics in an acceptable manner. It can:

https://youtube.com/shorts/EcZD9xHFwBc

The display driver and the graphics routines as well as the 3d stuff is written in Micropython. There's not much optimization and e.g. the 3D is using float maths and trigonometrics from the standard math module.