Knightro63 / flutter_angle

Flutters Almost Native Graphics Layer Engine.
4 stars 1 forks source link

flutter_angle

Pub Version analysis License: MIT

A graphics library for dart (based on angle) that allows users to view more complex rendering projects like 3D objects and more complex shaders.

Features

Gif of angle working.

This is a dart conversion of flutter_web_gl originally created by @escamoteur and @kentcb.

Requirements

MacOS

iOS

Android

Web

Linux

Getting started

To get started add flutter_angle to your pubspec.yaml file.

Usage

This project is a simple rendering engine for flutter to view 3D models and complex shaders.

Example

Find the example for this API here.

Contributing

Contributions are welcome. In case of any problems look at existing issues, if you cannot find anything related to your problem then open an issue. Create an issue before opening a pull request for non trivial fixes. In case of trivial fixes open a pull request directly.