Ray
Ray
Hi @dbriemann! As you stated in the README, It would be GREAT a simple particle editor using [raygui](https://github.com/raysan5/raygui)! Just note that, despite being functional, raygui is still a work in...
Related issues: https://github.com/raysan5/raylib/issues/485 and https://github.com/raysan5/raylib/issues/486 As stated by another user by mail, those issues seem related to: > ...when you call reset the code is still running in the thread......
Hi! When trying to compress a `4096x4096 RGBA (32bit per pixel)` image I noticed it was quite slow (about **14 seconds** on my old `[email protected]`, `8GB RAM`), compiled in release...
I saw no version is assigned to any of the libraries. I know it's just a formalism but it would be nice to have a version assigned.
`raylib-lua` pograms launcher could be improved in several ways, here it is a list of some ideas: - [ ] Show `TraceLog()` output or save to .log file - [...
[rLuaLauncher](https://github.com/raysan5/raylib-lua/tree/master/tools/rLuaLauncher) is a `raylib-lua` files launcher. Right now it's very basic, just runs drag & drop files but functionality can be extended. First improvement of the tool: support **hot-reload** of...
*Moved issue from https://github.com/raysan5/raylib/issues/204* When trying to use `GenTextureMipmaps()` in example [`text_ttf_loading.lua`](https://github.com/raysan5/raylib/blob/master/examples/text_ttf_loading.lua), it throws the following error: `ERROR: Lua Error: text_ttf_loading.lua:29: attempt to index a SpriteFont value (local 'font')` It...
*Moved issue from https://github.com/raysan5/raylib/issues/204* Some functions are not working properly because they need to manage big arrays of data. Involved functions are: ```c Image LoadImageEx(Color *pixels, int width, int height);...
Screen-to-world and world-to-screen related functions look a bit inconsistent in naming at this moment, they should be reviewed. Recently, `GetViewRay()` (temporal name) was added (https://github.com/raysan5/raylib/pull/3709) to allow screen-to-world ray retrieval,...
### Issues on multiple platforms - [x] **REVIEW: `core_3d_camera_free`**. Displayed controls do not match and camera behaves strangely. ### Issues on `PLATFORM_DESKTOP`, **macOS** (and maybe other platforms/OSs) - [x] **REVIEW:...