Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hemanthrajv/flutter_3d_obj
Renders a wavefront .obj on to a canvas.
https://github.com/hemanthrajv/flutter_3d_obj
Last synced: 2 months ago
JSON representation
Renders a wavefront .obj on to a canvas.
- Host: GitHub
- URL: https://github.com/hemanthrajv/flutter_3d_obj
- Owner: hemanthrajv
- License: bsd-2-clause
- Created: 2017-09-07T10:13:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T16:21:43.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:05:48.830Z (5 months ago)
- Language: Dart
- Size: 1.66 MB
- Stars: 151
- Watchers: 6
- Forks: 29
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flutter - 3D Object - Renders a wavefront .obj on to a canvas by [Hemanth Raj](https://www.linkedin.com/in/hemanthrajv). (Components / UI)
README
# flutter_3d_obj
A flutter package to render wavefront obj files on a canvas.
## Usage
To use this package, add flutter_3d_obj to your pubspec.yaml file.
Then import the package to use it.### Example Usage
The following example basic usage of package.
```
...
child: new Object3D(size:'/size of canvas/',
path:'/path of file/',
asset: true'/set true to load file from assets/'),
...
```
If SD-card path provided, ensure SD-card permissions are available.### Example
To run the example.
```
* git clone https://github.com/hemanthrajv/flutter_3d_obj.git
* cd /path to cloned dir/
* cd example
* flutter run
```
#### Screenshot:
![Failed to load Screenshot][logo][logo]: https://github.com/hemanthrajv/flutter_3d_obj/blob/master/screenshot.png
## Built With
* [Flutter](https://flutter.io) - A framework for building crossplatform mobile applications with native look and feel.
## Author
**Hemanth Raj**
[StackOverflow](https://stackoverflow.com/users/8708524/hemanth-raj)## Getting Started
For help getting started with Flutter, view online [documentation](http://flutter.io/).