How to install sdl3 library?

You don’t need to add a module import, that was before I saw how the breakout example just uses @cImport, I think you can continue with this:

Or you can do what

does and remove everything you don’t need.

I think that are basically two different styles of using the library.
The first is using callbacks and the breakout example is using a while loop.