A simple 3D-2D projection library for small screens on Arduino
To get started:
- Download this project. Once downloaded, you can unzip it and import the "Projection" subfolder into your Arduino environment. It contains well-documented library source files as well as example code for MicroView.
- Or, clone this project.
In the "Projection" folder is a simple converter tool, ObjConverter.html, that will convert a simple OBJ file to C++ code that you can copy into your source file. It should run in most modern browsers (no internet required). See the example "ModelFromOBJFile" to see how to work with the generated code.
For a free 3D modeling program that can export to the OBJ format, see Blender.