https://github.com/roipeker/loom
https://github.com/roipeker/loom
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roipeker/loom
- Owner: roipeker
- Created: 2026-05-05T13:38:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-05T13:43:28.000Z (3 months ago)
- Last Synced: 2026-05-05T15:38:06.908Z (3 months ago)
- Language: Dart
- Size: 499 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```