-
Hello I have a project where i need to compile the raylib-cpp with cmake under linux and windows, no error on linux but windows it's different. I use Cmake to compile the project.
```
C:\Users\Hug…
-
I noticed that raylib-cpp is not available in the vcpkg registry. I believe it would be beneficial for many users if this library could be added to vcpkg.
-
### Describe the bug
* env: Visual Studio 2022
* os: Windows 11
* compiler: clang
* conan version: 2.6
* conan profile:
```
[settings]
arch=x86_64
build_type=Debug
compiler=clang
…
-
This is just an idea, borrowed from [Raylib-CPP](https://github.com/RobLoach/raylib-cpp), to turn some Raylib structs into classes.
I don't think all of them should be. `Vector2`, `Vector3`, and `R…
-
I haven't looked at the code yet, only tested on my Mac, and it Segfaults when I press escape to close the game. Here is what's printed on the console:
```
raylib-cpp-cmake-template(6419,0x1dc7d5e…
-
Pretty all class of raylib-cpp have no constructor allowing that:
```
class ObjectName
{
public:
ObjectName();
~ObjectName();
void Load(const char* path);
void Draw(raylib::Vector3 pos);…
-
It fails compiling under Ubuntu 20 with
```
[ 94%] Built target lua
[ 97%] Linking CXX executable raylib-lua-sol
/usr/bin/ld: ../liblua.a(loslib.c.o): in function `os_tmpname':
loslib.c:(.text+0…
-
## Expected Behavior
To build hello-world example
## Current Behavior
Build failure
## Possible Solution
Fix glfw not being downloaded inside raylib/lib/external
## Steps t…
-
raylib already has one [https://conan.io/center/raylib](https://conan.io/center/raylib) it would be great if, raylib-cpp has one too. I am willing to contribute
-
i tried your code in 2 platforms. it correctly runs in linux with 60 fps. but when I tried your code in windows the fps downs about 4.
btw i also changed this lines because i had got an error in Win…