o
odinpkg.dev
packages / library / odin-raylib-drop

odin-raylib-drop

615d7b9library

Using Raylib with Odin to recreate Drop from LibGDX tutorial

MIT · updated 1 week ago

Odin Raylib Drop

This is my test repository for Odin language and Raylib combination.

How to run and develop

  1. Install Odin compiler and ideally Odin language server
  2. Use odin run . just to run the code. You can use odin build . to compile the code.

Limitations

I intend to cover basic code and nothing much. The code may not be ideal Odin code.

License

The code is licensed under MIT license. The assets are taken from LibGDX tutorial.