raylib/projects
Jeffery Myers 62f5382d56
[AUDIO] Add an example of how to use LoadSoundAlias (#3223)
* Add a function to clone a sound and share data with another sound.

* rename items based on feedback

* PR Feedback, use custom unload for sound alias, not variant of normal sound unloading

* sound_multi example
2023-08-04 17:14:04 +02:00
..
4coder Update year to 2023 2023-01-01 19:07:58 +01:00
Builder Update README.md 2021-07-05 11:52:13 +02:00
CMake update cmake example project (#3062) 2023-05-14 21:15:32 +02:00
CodeBlocks Review projects details for raylib 4.2 2022-08-06 19:23:36 +02:00
Geany Added ImageRotate (#3078) 2023-05-24 09:22:51 +02:00
Notepad++ Added ImageRotate (#3078) 2023-05-24 09:22:51 +02:00
SublimeText Added Sublime Text 3 project template 2018-08-15 11:38:38 +01:00
VS2019-Android Build Android App with Visual Studio 2019 (#2013) 2021-09-27 17:57:06 +02:00
VS2022 [AUDIO] Add an example of how to use LoadSoundAlias (#3223) 2023-08-04 17:14:04 +02:00
VSCode Fix vs code project (#3048) 2023-05-07 20:22:37 +02:00
scripts Review projects details for raylib 4.2 2022-08-06 19:23:36 +02:00
README.md cmake: Update CMake project template with docs and web (#2274) 2022-01-10 08:55:32 +01:00

README.md

raylib PROJECT TEMPLATES

This folder contains raylib templates for some common IDEs.

IDE Platform(s) Source Example(s)
4coder Windows ✔️
Builder Linux ✔️
CMake Windows, Linux, macOS, Web ✔️ ✔️
CodeBlocks Windows, Linux, macOS ✔️
Geany Windows, Linux ✔️ ✔️
Notepad++ Windows ✔️ ✔️
SublimeText Windows, Linux, macOS ✔️ ✔️
VS2019 Windows ✔️ ✔️
VSCode Windows, macOS ✔️
scripts Windows, Linux, macOS ✔️ ✔️

New IDEs config files are welcome!