An open API service indexing awesome lists of open source software.

https://github.com/arnovanliere/object_3d

Simple Flutter 3D renderer for .obj files.
https://github.com/arnovanliere/object_3d

3d flutter obj

Last synced: 11 months ago
JSON representation

Simple Flutter 3D renderer for .obj files.

Awesome Lists containing this project

README

          

Basic copy of [flutter_3d_obj](https://github.com/hemanthrajv/flutter_3d_obj) with some changes
to make it more performant (such as parsing the object only once instead of every render and
grouping the vertices into one single draw call). It is also a null-safe library now.

## Preview

![Failed to load Screenshot](./screenshots/screenshot.png)
![Failed to load Screenshot](./screenshots/fresnel.png)
See more in [/screenshots](./screenshots/).

## Credits
- All credits for the initial library go to [hemanthrajv](https://github.com/hemanthrajv/flutter_3d_obj).
- Gesture feedback, optimization, and face coloring customization are thanks to [TheMaverickProgrammer](https://github.com/TheMaverickProgrammer) in collaboration with [DBL](https://github.com/InstrinsicAutomations).