odin-sdl2 icon indicating copy to clipboard operation
odin-sdl2 copied to clipboard

Odin bindings to SDL 2.0.5

Results 2 odin-sdl2 issues
Sort by recently updated
recently updated
newest added

Hi, I've never programmed a single line of Odin, but I wish to add it to my collection of examples for using SDL2 for many different programming languages: [sdl2-examples](https://github.com/xyproto/sdl2-examples) How...

Originally, cloning `master` and running the test cases would show errors: ``` test/ B:/odin-sdl2/test/test_sdl_image.odin(1:1) Syntax Error: Expected 'package', got 'using' B:/odin-sdl2/test/test_sdl_ttf.odin(1:1) Syntax Error: Expected 'package', got 'using' B:/odin-sdl2/test/test_sdl.odin(3:14) Syntax Error:...