Simple 3D graphics

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
MasterOfGizmo
Posts: 50
Joined: Sun Nov 29, 2020 8:17 pm

Simple 3D graphics

Post by MasterOfGizmo » Fri Sep 30, 2022 9:25 am

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.

Post Reply