Animated doodles crafted using the doodlekit
.
Whether you're a nostalgic coder or a modern enthusiast, doodlekit
allows you to craft captivating GIF animations with ease.
scenes := []doodlekit.Scene{
clear.Scene(0),
glitters.Scene(),
xmastree.Scene(),
}
doodlekit.NewLoop("glitters-xmastree",
doodlekit.OutDir("_doodles"),
doodlekit.StopAfter(15),
).Run(scenes)
Check out the complete doodles gallery here!
Let everyone enjoy the amazing doodles you create with DoodleKit! Share your animations on X (formerly Twitter) using the hashtag #doodlekit.
Check out my latest doodle created with https://github.com/lucasepe/doodlekit ! 🎨✨
#doodlekit #golang #doodles #creativecoding
By sharing your creations, you can inspire others!
Contributions from the community are super welcome! If you create a cool doodle using doodlekit
, please share it!.
Here's how you can contribute:
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-doodle
) - Commit your changes (
git commit -m 'Add Amazing Doodle'
) - Push to the branch (
git push origin feature/amazing-doodle
) - Open a pull request
This project is licensed under the BSD 2-Clause License. See the LICENSE file for details.