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

https://github.com/roipeker/loom


https://github.com/roipeker/loom

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Loom

A stable, minimal 3D engine for Flutter. Backed by `Canvas.drawVertices` so it
runs on every Flutter target (web, mobile, desktop), with a `RenderBackend`
seam so a GPU backend can be slotted in later without breaking the public API.
Targets 3D map-style views, OBJ/glTF model viewing, raycasting, and camera
controls.

The repo root is the publishable `loom` library package; the demo gallery
lives in [`example/`](example/).

## Run the example

```bash
cd example
flutter pub get
flutter run -d macos # or -d chrome / your favorite device
```