pteich / popgrid

Generative Art Experiment with Odin and Raylib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generative Art Experiment with Odin and Raylib

The code is a small experiment to get started with Odin. It uses Raylib to create a Pop Art inspired color grid with different opacities that changes after specific time.

A settings dialog is provided using Raylib GUI to change some aspects like the number of tiles and change frequency.

popgrid

popgrid.mp4

Run

You need a working Odin toolchain from https://odin-lang.org.

After this just use:

odin run ./src -out:popgrid

This compiles to a binary called popgrid and executes it.

Controls

Press or left mouse button to start from the menu. In normal mode, press to access the settings screen.

Credits

Original idea by https://codeberg.org/proto-0/raylib_experiments/src/branch/main/pop_grid

About

Generative Art Experiment with Odin and Raylib


Languages

Language:Odin 100.0%