o
odin.langpkg.dev
packages / library / Billboard

Billboard

9fa3b3blibrary

A scrolling billboard built using Raylib and Odin. I wrote it for my stream so people know what's going on.

MIT · updated 8 months ago

Billboard

What is is?

A scrolling billboard built using Raylib and Odin. I wrote it for my stream so people know what's going on.

Dependencies

How to build

mkdir -p build
odin build . -out:build/billboard

Configuration

[window]
width = 800 # the width of the window
height = 200 # the height of the window

[text]
banner_text= "Hello, World!" # The text that will scroll in the window
font_size = 67 # the font size
font_path = "/usr/share/fonts/TTF/IosevkaNerdFont-Regular.ttf" # the path to the font you wish to use. If this is empty, a default will be used
font_spacing = 8.0 # The spacing between characters. Some fonts need some spacing to stop overlap