Jesse Sher
Jesse Sher
how do i compile my raylib code to web assembly?
## OS WSL ubuntu ## Error error: failed to run custom build command for `raylib-sys v3.7.0` Caused by: process didn't exit successfully: `/mnt/d/rust_raylib/target/debug/build/raylib-sys-fe29fa56cc868ddf/build-script-build` (exit status: 101) --- stdout CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu =...
please help when i use pyinstaller i convert without any problems but when i run it i get this error ``` Traceback (most recent call last): File "game.py", line 1,...
When I try use the parser it just gives an error saying “Invalid Syntax: Expected '->' or NEWLINE File , line 1” 
## Description Corrected several typos in `physac.h` for improved readability: - `simluate` → `simulate` - `Unitializes` → `Uninitializes` - `Caculate` → `Calculate` These fixes enhance the clarity and professionalism of...
This merge request adds support for rounded GUI elements by introducing two new functions: - **`GuiDrawRectangleRounded`** Draws a filled and bordered rounded rectangle using Raylib’s `DrawRectangleRounded` and `DrawRectangleRoundedLines`. - Parameters...