Cameron Reikes

Results 32 issues of Cameron Reikes

When building for the web, a different cmake command must be run: https://emscripten.org/docs/compiling/Building-Projects.html

After following the readme and doing ``` nimble install nimraylib_now ``` Then trying to run a nim file with just ```nim import nimraylib_now ``` in it With ``` nim c...

help wanted
windows
windows11

A per this issue and its comments on the godot repository: https://github.com/godotengine/godot/issues/28736 The documentation on how to build the android version of godot here: https://godot.readthedocs.io/en/stable/development/compiling/compiling_for_android.html is wildly incorrect, making it...

enhancement

Hello world fails with this error: `The application was unable to start correctly (0xc000007b). Click OK to close the application` building with `nim r --threads:on hello.nim` without --threads:on it works...

OS/Arch specific

E.x: ![image](https://user-images.githubusercontent.com/28424206/101086050-298ce280-3565-11eb-9e51-0ba802bf7547.png)

enhancement

After running `gnome-pomodoro` in the terminal, it waits for a few seconds then prints this: ```Failed to register: Timeout was reached``` Then exits

enhancement
help wanted
good first issue

``` Traceback (most recent call last): File "main.py", line 1, in import raylibpy as r File "/home/creikey/Documents/grayviewer/env/lib/python3.8/site-packages/raylibpy/__init__.py", line 71, in _rl = CDLL(os.path.join(RAYLIB_BIN_PATH, _lib_filename[_platform])) File "/home/creikey/.pyenv/versions/3.8.5/lib/python3.8/ctypes/__init__.py", line 373, in __init__...