froge
froge
# PLEASE POST THIS IN THE DISCUSSION TAB UNDER "PROPOSALS" OR "IDEAS/REQUESTS" **Is your feature request related to a problem? Please describe.** There's no x86_64 elf freestanding target yet and...
Beause the applet window spawns far below the main panel, when you try to move the cursor onto it it disappears because the window behind it gets focused.  This...
Trying to write some raylib bindings i have discovered that having a single c-define in your library generates a compiler error: code: ```scheme ;; raylib/main.sld (define-library (raylib main) (export init-window)...