raylib.com icon indicating copy to clipboard operation
raylib.com copied to clipboard

raylib webpage

Results 19 raylib.com issues
Sort by recently updated
recently updated
newest added

On the home page of [raylib.com](https://raylib.com) the link to `raylib Discord Community` and a link to the `60+ bindings` are unstyled, so you only know they are links when you...

Found a typo in the cheatsheet and wanted to fix it. My only question is how do I regenerate the .pdf? The tool in cheatsheet/tool/generate_cheatsheet_code.py only regenerates the .c files,...

Currently, degrees parameter of ImageRotate function is an int. Is it possible to change it as a float ? In fact, the parameter is converted directly into radians, so I...

The HTML and CSS changes keep the width inside the page without scaling, allow text wrapping, and avoid page breaks inside sections as much as possible. I moved the section...

The link to the PDF version on the [cheatsheet page](https://www.raylib.com/cheatsheet/cheatsheet.html) points to a non-existing file [raylib_cheatsheet_v5.0.pdf](https://www.raylib.com/cheatsheet/raylib_cheatsheet_v5.0.pdf)

I have changed a few things about the website. Cheatsheet no longer uses jQuery, has jump-to links. Cheatsheet is now fully mobile responsive. 404 page is completely re-done, to fit...

This (draft) pull request adds the Korean translation of the raylib API cheatsheet page. ## To-do list - [ ] `module: rcore` - [ ] `module: rshapes` - [ ]...

- [x] Move existing files to appropriate folders - [x] Generate csv files for python to pull from - [x] Add app.py to handle reading csv - [x] Use Jinja...

At the end of the readme there is a link to see the LICENSE : I am using firefox and seeing this file on github. The link redirected me to...

**Problem:** -there was no way to quickly go back to the top of the page on mobile or desktop with a simple click. **Solution:** -added a go to top of...