Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 739 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 739 Bytes

Carousel

A minimalist spinning wheel to help make decisions. Add options and let fate choose!

Try It

Visit carousel.naox.io

Building

Requires raylib and raygui.

make        # Native build
make web    # Web build (requires emscripten)

Features

  • Add, edit and delete options
  • Smooth spinning animation
  • Randomly colored sections
  • Saves your options
  • Works offline

How to Use

  1. Type an option and press Enter to add it
  2. Click the wheel to spin
  3. Edit or delete options using the buttons
  • Up to 20 options supported

License

BSD 3-Clause. See LICENSE.

Credits

Built with raylib and raygui.