racket-raylib
racket-raylib copied to clipboard
Semi-automatically generated Raylib bindings for Racket.
Problem is probably my code, but I chose [this polygon shapes example](https://www.raylib.com/examples/shapes/loader.html?name=shapes_basic_shapes) to start playing around. The web example rotates the hexagon to the left. My version rotates to the...
Can you add the library for ARM64 so this works on newer Macs?
Bindings are semi-auto-generated, so it shouldn't be overly difficult. The things I was hung up on: - [ ] Codegen for raymath - [ ] Reviewing changes for raylib-2d
Hello. For a bit of background and context: For years I have really liked the expressiveness of Racket though I've only used it off and on but it hasn't seemed...