Making Applicant Hell, a game about applying to jobs.
Still finding my footing in this world.
prefer mastodon: https://mastodon.gamedev.place/@liltwisp
```odin
import rl "vendor:raylib"
InitWindow :: rl.InitWindow
```
but the last time I tried to automate that I ran into a compiler assert.
```odin
import rl "vendor:raylib"
InitWindow :: rl.InitWindow
```
but the last time I tried to automate that I ran into a compiler assert.
Happily, the compiler is just a program and is therefore at our mercy. Copy-paste the entire Raylib library from your Odin install into your package's namespace and be on your way.
(Some assembly required.)
Happily, the compiler is just a program and is therefore at our mercy. Copy-paste the entire Raylib library from your Odin install into your package's namespace and be on your way.
(Some assembly required.)