Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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}
}
```