-
### Problem
The `*pixels` array allocated in `render.cpp` never gets freed.
Using `freeParray()` produces a double free error.
Maybe the UnloadTexture frees the array bcz it loads texture usin…
-
Hi!
I'm on windows 10 x64 home edition, installed fresh emscripten from git and activated `latest`.
```
PS C:\HaxeToolkit\haxe\lib\raylib-hx\git\examples\models_loading_gltf_animations> haxe buil…
-
I'm attempting to use Tileson to open and display a map using raylib. Right now all the program does is include the libraries and display a window.
```C++
#include
#include "tileson.hpp"
int …
-
Ótima engine! Parabéns pela iniciativa.
Gostaria de contribuir com o projeto e notei que atualmente utiliza allegro 4 que infelizmente nao é compilável com Mac M1/2 com processadores ARM e surgiu u…
-
I'm Writing small game engine with wren binding support(love wren language very mutch, binding raylib to wren...)
My wren.inc codes:
```
foreign class Color{
foreign r
foreign r=(val)
…
-
These following packages exist in kiss community upstream, but do not depend on X, which brings no reason to belong here as well:
* libslirp
* tiff
These following packages do not exist in kiss…
-
When loading 2 raylib::Music files, and waiting on a if (!currentMusic.IsPlaying()) to switch to music2 using the same pointer. The Music file does not update correctly.
Draft example:
raylib::Mus…
-
I am on Pop!OS 20.04 (very similar to same version of Ubuntu)
I have latest raylib installed, and `pkg-config --cflags --libs raylib` returns this (correctly):
```
-I/usr/local/include -L/usr/l…
-
`Linux Mint 21`
`odin version dev-2023-10:cffa035c`
It will search in path where it runs instead of system path.
```odin
foreign import lib "system:libname.so" // behaves like 'foreign import li…
-
Can't run on Mac OS Sonoma
INFO: FONT: Default font loaded successfully (224 glyphs)
INFO: SYSTEM: Working Directory: /Users/lucassousa
WARNING: FILEIO: [resources/profile-picture.png] Failed to …