Ray

Results 347 comments of Ray
trafficstars

Just removing .sfs files support.

@return2monki Actually I was planning to remove that button in next release. I'll see what to do with that...

Toggle button is being removed and added a shortcut, just in case.

Hi Micha, thanks for the answer! I'm using the compression `level 8`, I think it's the same used by `stbwi`. I checked the code and it defines a `max_chain =...

Hey @ghassanpl! Not working at the moment because I'm focused on raylib 1.8 but this side project is not abandoned! Thanks for the info! :)

Hi @evanwalsh! I'm afraid raylib-lua is broken right now, it was based on raylib 1.7 and lately I was working on the update to raylib 2.0 but it's not finished...

Hi @paines, sorry for the confusion with the old version, I hope it didn't take much time before you realised it. Just added a warning note in [README](https://github.com/raysan5/raylib-lua/blob/master/README.md). > Anyway,...

I'm afraid library has not been tested enough yet for production but I'm pleased if anyone is willing to give it a try and provide some feedback. I think most...

Function could returns several error code values to provide some diagnostic functionality. Some possible values are: - `RPNG_SUCCESS` - Image loaded/saved successfully. - `RPNG_ERROR_FILE_NOT_FOUND` - The requested file can not...

Hey @victorfisac! Still working on that! Actually, [SlideBars have been redesigned](https://raw.githubusercontent.com/raysan5/raygui/master/design/raygui_style_table_light_REV8.png) for better consistency and I'm planning to do some color tweaks; specially on [dark style](https://raw.githubusercontent.com/raysan5/raygui/master/design/raygui_style_table_dark_REV6.png). PBR support is almost...