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

odin-raylib-example

191cdfelibrary

A simple example of odin with raylib 5.0

MIT · updated 2 years ago

Odin and Raylib example

How to run

run: odin run .

How to debug

  • make sure you have the C/C++ extension pack (VsCode extension) installed
  • click on the debug tab in vs-code, then click on the debug button at the top (or press F5)

FAQ

Q: When I start debugging, I get the following error popup: Configured debug type 'cppvsdbg' is not supported.

A: Make sure you have the C/C++ extension pack installed. If it is already installed, try reinstalling it.