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

https://github.com/rofrol/felin

Small 2D rendering library for rust
https://github.com/rofrol/felin

Last synced: 6 months ago
JSON representation

Small 2D rendering library for rust

Awesome Lists containing this project

README

          

Felin

----

Felin is a very light and simple 2D graphics library written in rust and wgpu-rs, it can render instances, texture arrays and basic 2D meshes and `.ttf` fonts.

It is meant as a learning project for myself and perhaps other beginners.

To check the examples, clone the project and run command

```
cargo run --example slider
cargo run --example text

```