Skip to content

Animated doodles crafted using the doodlekit package

License

Notifications You must be signed in to change notification settings

lucasepe/doodles

Repository files navigation

doodles

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)

Glitters     +     XmasTree     =     Glitters, XmasTree

Gallery

Check out the complete doodles gallery here!

Share Your Doodles

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!

Contributing

Contributions from the community are super welcome! If you create a cool doodle using doodlekit, please share it!.

Here's how you can contribute:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-doodle)
  3. Commit your changes (git commit -m 'Add Amazing Doodle')
  4. Push to the branch (git push origin feature/amazing-doodle)
  5. Open a pull request

License

This project is licensed under the BSD 2-Clause License. See the LICENSE file for details.

Releases

No releases published

Packages

No packages published