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
- Host: GitHub
- URL: https://github.com/rofrol/felin
- Owner: rofrol
- License: apache-2.0
- Created: 2020-01-13T20:47:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T20:48:16.000Z (over 6 years ago)
- Last Synced: 2025-09-29T16:02:58.773Z (10 months ago)
- Homepage:
- Size: 8.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```