3D graphics

Status
Not open for further replies.

JarkkoL

Well-known member
Hi,

Is there a low-level 3D graphics library for Arduino (along the lines of DirectX/Vulkan/Metal/etc.) to render 3D graphics? I checked around and found only quite primitive 3D rendering projects, but maybe my Google-fu isn’t the strongest. What's the current state of the art in 3D graphics on Arduino/Teensy?

I’m looking for high performance perspective correct triangle rasterization with depth testing & clipping to handle complex 3D geometry, texture mapping, MRT offscreen rendering, framebuffer blending and custom vertex/pixel/compute shaders to implement various 3D effects. I believe Teensy 4 should be able to handle decent 3D graphics.

Thanks, Jarkko
 
Status
Not open for further replies.
Back
Top