From 1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Sun, 15 Oct 2023 21:28:29 -0300 Subject: A lot has certainly happened! --- raylib/projects/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 raylib/projects/README.md (limited to 'raylib/projects/README.md') diff --git a/raylib/projects/README.md b/raylib/projects/README.md new file mode 100644 index 0000000..af24f15 --- /dev/null +++ b/raylib/projects/README.md @@ -0,0 +1,18 @@ +## raylib PROJECT TEMPLATES + +This folder contains raylib templates for some common IDEs. + +IDE | Platform(s) | Source | Example(s) +----| ------------| :-------: | :-----: +[4coder](http://4coder.net/) | Windows | ❌ | ✔️ +[Builder](https://wiki.gnome.org/Apps/Builder) | Linux | ❌ | ✔️ +[CMake](https://cmake.org/) | Windows, Linux, macOS, Web | ✔️ | ✔️ +[CodeBlocks](http://www.codeblocks.org/) | Windows, Linux, macOS | ❌ | ✔️ +[Geany](https://www.geany.org/) | Windows, Linux | ✔️ | ✔️ +[Notepad++](https://notepad-plus-plus.org/) | Windows | ✔️ | ✔️ +[SublimeText](https://www.sublimetext.com/) | Windows, Linux, macOS | ✔️ | ✔️ +[VS2019](https://www.visualstudio.com) | Windows | ✔️ | ✔️ +[VSCode](https://code.visualstudio.com/) | Windows, macOS | ❌ | ✔️ +scripts | Windows, Linux, macOS | ✔️ | ✔️ + + *New IDEs config files are welcome!* -- cgit v1.2.3