o
odinpkg.dev
packages / library / Odin-Examples

Odin-Examples

a36f87flibrary

No description provided.

No license · updated 2 years ago

to build all the examples, run:

odin run .

to build them individually, use -file option

odin build "/<example.odin>" -file

Win32GUI-BasicWindow Opens a basic window with a WinMain

Win32GUI-PaintWindow Opens a window that owns it's own device context and draws background, sets text.

raylib-asteroids A slightly modified version of the raylib example asteroids game.

raylib-portable_window Odin port of the raygui example for portable window.