mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-24 07:08:56 +00:00
* First draft of UWP rework. * Read desc - Moved UWP specific functions to uwp_events.h - Removed BaseApp. - Implemented example UWP lifecycle. * Added GIF recording and screenshot support. * Character inputs and filesystem stuff * Fix game closing on Xbox when B is pressed. * Fix the gamepad binding hack * Add as many keys as I believe are possible. * Implemented mouse locking of a sort. * Remove rogue todo, the rest are for a game dev using this example. * Implemented touch how I "think" it should work. I cant test this. * Review.
raylib PROJECT TEMPLATES
This folder contains raylib templates for some common IDEs.
| IDE | Platform | Template type | State |
|---|---|---|---|
| 4coder | Windows | example compiling | DONE |
| Builder | Linux | example compiling | DONE |
| CMake | Windows, Linux, macOS | source/example compiling | DONE |
| CodeBlocks | Windows, Linux | example compiling | DONE |
| Geany | Windows, Linux | source/example compiling | DONE |
| Notepad++ | Windows | source/example compiling | DONE |
| SublimeText | Windows, Linux, macOS | source/example compiling | DONE |
| VS2017 | Windows | source/example compiling | DONE |
| VSCode | Windows, macOS | example compiling | DONE |
| scripts | Windows, Linux, macOS | source/example compiling | DONE |
New IDEs config files are welcome!