DevGirl-Team / tamagokill

Tamagochi, mais version Mirror universe ; Le but n'est pas de le tenir en vie, mais de le tuer. Projet open-source avec la communauté sur Twitch. Pour fêter les 4k followers.
MIT License
27 stars 5 forks source link

👾 Generate procedural, pixel art tamagos ! #20

Open ferdodo opened 3 weeks ago

ferdodo commented 3 weeks ago

image

I took the day to experiment some tools to create some procedural pixel art with Rust.

The goal was to make a proof of concept to generate infinite tamagos without effort.

I managed to finish it in one day, hardest part was bitmap decoding and some problems with github actions (╯'□')╯︵ ┻━┻

A few options are available:

You can find the Live Demo here: https://ferdodo.github.io/procedural-tamago-sprite

And the code source of my project here: https://github.com/ferdodo/procedural-tamago-sprite