menehune23 / projection

A lightweight 3D-2D projection library for use with screens on Arduino

Home Page:http://coeurdecode.com/projects/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

projection

Projection logo

A simple 3D-2D projection library for small screens on Arduino

getting started

To get started:

working with OBJ files

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.

About

A lightweight 3D-2D projection library for use with screens on Arduino

http://coeurdecode.com/projects/

License:MIT License


Languages

Language:C++ 78.0%Language:HTML 22.0%