o
odin.langpkg.dev
packages / library / odin_lang_examples

odin_lang_examples

e606527library

Examples of code

Unlicense · updated 1 year ago

odin_lang_examples

Examples of odin code

Byte Array Drawing

An example of using a byte array to draw on the screen via the raylib library.

alt text

Byte Array Smooth Circle

Uses a byte array to draw a smooth circle on the screen via the raylib library. A regular raylib circle is drawn right beside it for comparison.

alt text