summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2021-07-05 11:52:31 +0200
committerGitHub <[email protected]>2021-07-05 11:52:31 +0200
commit0c78b8d182692cbc6fac9182f59462dee36259d1 (patch)
treec5473637e1f97fd6ff0a1ebfac1dc53b79ff46bc
parent4e79e23a206f622c3e88fd73ef7773720490787c (diff)
downloadraylib-0c78b8d182692cbc6fac9182f59462dee36259d1.tar.gz
raylib-0c78b8d182692cbc6fac9182f59462dee36259d1.zip
Update README.md
-rw-r--r--projects/README.md25
1 files changed, 12 insertions, 13 deletions
diff --git a/projects/README.md b/projects/README.md
index 7dca035c..980bedda 100644
--- a/projects/README.md
+++ b/projects/README.md
@@ -2,18 +2,17 @@
This folder contains raylib templates for some common IDEs.
-IDE | Platform | Template type | State
-----| ---------| ------------- | -----
-[4coder](http://4coder.net/) | Windows | example compiling | DONE
-[Builder](https://wiki.gnome.org/Apps/Builder) | Linux | example compiling | DONE
-[CMake](https://cmake.org/) | Windows, Linux, macOS | source/example compiling | DONE
-[CodeBlocks](http://www.codeblocks.org/) | Windows, Linux | example compiling | DONE
-[Geany](https://www.geany.org/) | Windows, Linux | source/example compiling | DONE
-[Notepad++](https://notepad-plus-plus.org/) | Windows | source/example compiling | DONE
-[SublimeText](https://www.sublimetext.com/) | Windows, Linux, macOS | source/example compiling | DONE
-[VS2017](https://www.visualstudio.com) | Windows | source/example compiling | DONE
-[VS2019](https://www.visualstudio.com) | Windows | source/example compiling | DONE
-[VSCode](https://code.visualstudio.com/) | Windows, macOS | example compiling | DONE
-scripts | Windows, Linux, macOS | source/example compiling | DONE
+IDE | Platform(s) | Source | Example
+----| ------------| :-------: | :-----:
+[4coder](http://4coder.net/) | Windows | ❌ | ✔️
+[Builder](https://wiki.gnome.org/Apps/Builder) | Linux | ❌ | ✔️
+[CMake](https://cmake.org/) | Windows, Linux, macOS | ✔️ | ✔️
+[CodeBlocks](http://www.codeblocks.org/) | Windows, Linux | ❌ | ✔️
+[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!*