Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 493 Bytes

readme.md

File metadata and controls

19 lines (12 loc) · 493 Bytes

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.