Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mosure/bevy_flame
bevy flame model viewer
https://github.com/mosure/bevy_flame
bevy flame onnx
Last synced: 2 months ago
JSON representation
bevy flame model viewer
- Host: GitHub
- URL: https://github.com/mosure/bevy_flame
- Owner: mosure
- License: mit
- Created: 2024-05-03T23:44:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T16:02:11.000Z (8 months ago)
- Last Synced: 2024-09-27T07:03:35.944Z (3 months ago)
- Topics: bevy, flame, onnx
- Language: Rust
- Homepage: https://mosure.github.io/bevy_flame/?show_fps=true
- Size: 90.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bevy_flame 😊
[![test](https://github.com/mosure/bevy_flame/workflows/test/badge.svg)](https://github.com/Mosure/bevy_flame/actions?query=workflow%3Atest)
[![GitHub License](https://img.shields.io/github/license/mosure/bevy_flame)](https://raw.githubusercontent.com/mosure/bevy_flame/main/LICENSE)
[![crates.io](https://img.shields.io/crates/v/bevy_flame.svg)](https://crates.io/crates/bevy_flame)bevy flame model viewer plugin, view the [live demo](https://mosure.github.io/bevy_flame/?show_fps=true)
![Alt text](docs/bevy_flame_no_texture.gif)
## compatible bevy versions
| `bevy_flame` | `bevy` |
| :-- | :-- |
| `0.1` | `0.13` |## credit
```
@article{FLAME:SiggraphAsia2017,
title = {Learning a model of facial shape and expression from {4D} scans},
author = {Li, Tianye and Bolkart, Timo and Black, Michael. J. and Li, Hao and Romero, Javier},
journal = {ACM Transactions on Graphics, (Proc. SIGGRAPH Asia)},
volume = {36},
number = {6},
year = {2017},
pages = {194:1--194:17},
url = {https://doi.org/10.1145/3130800.3130813}
}
```