raylib/projects
Karim 21469e92b0
Image convolution function ImageKernelConvolution (#3528)
* Added image convultion ImageKernelConvolution

* comment changes

* spelling changes and change to kernel size

* removed kernel normalization inside function

* fix to formating
2023-11-18 20:05:45 +01: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 Remove PLATFORM_RPI (#3232) 2023-09-07 17:42:28 +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++ Image convolution function ImageKernelConvolution (#3528) 2023-11-18 20:05:45 +01: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 REVIEWED: Added new examples to VS2022 solution 2023-11-08 17:41:08 +01:00
VSCode Remove PLATFORM_RPI (#3232) 2023-09-07 17:42:28 +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!