Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irevenko/rectangle-animation
🦀 A Simple Animation using Piston Engine
https://github.com/irevenko/rectangle-animation
animation animation-demo animation-effects animations piston piston-engine piston-game-engine rectangle rectangles rust rust-lang rust-language rustlang
Last synced: about 15 hours ago
JSON representation
🦀 A Simple Animation using Piston Engine
- Host: GitHub
- URL: https://github.com/irevenko/rectangle-animation
- Owner: irevenko
- License: mit
- Created: 2020-04-13T19:19:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T18:32:43.000Z (over 4 years ago)
- Last Synced: 2024-10-12T15:20:58.780Z (about 1 month ago)
- Topics: animation, animation-demo, animation-effects, animations, piston, piston-engine, piston-game-engine, rectangle, rectangles, rust, rust-lang, rust-language, rustlang
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rectangle Animation 🦀
First Rust project using [Piston Engine](https://github.com/PistonDevelopers/piston)# Preview 🔍
# Quick Start 🚀
```git clone https://github.com/irevenko/rectangle-animation.git```
```cd rectangle-animation```
```cargo run```# What I Learned 🧠
* Basic Rules of Animation
* Rust Structures
* Generics# License 📑
(c) 2020 Ilya Revenko. [MIT License](https://tldrlegal.com/license/mit-license)