summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2018-06-20 00:52:29 +0200
committerRay <[email protected]>2018-06-20 00:52:29 +0200
commitd6f56c0d5c96153172e0cc579316cd43d5350427 (patch)
tree7010f5894a3ce0df78d3e4b3f3ca72f896fff18e
parent75ba5aca551d2b16fa75ba31e616b009ac5dde6a (diff)
parent179231504a892e3de98047d0b4b0f78578c519ef (diff)
downloadraylib-d6f56c0d5c96153172e0cc579316cd43d5350427.tar.gz
raylib-d6f56c0d5c96153172e0cc579316cd43d5350427.zip
Merge branch 'master' of https://github.com/raysan5/raylib
-rw-r--r--projects/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/projects/README.md b/projects/README.md
new file mode 100644
index 00000000..bba9fa12
--- /dev/null
+++ b/projects/README.md
@@ -0,0 +1,16 @@
+## raylib PROJECT TEMPLATES
+
+This folder contains raylib templates for some common IDEs.
+
+IDE | Platform | Template type | State
+----| ---------| ------------- | -----
+[Builder](https://wiki.gnome.org/Apps/Builder) | Linux | example compiling | DONE
+[CodeBlocks](http://www.codeblocks.org/) | Linux, Windows | - | INCOMPLETE
+[Geany](https://www.geany.org/) | Linux, Windows | - | INCOMPLETE
+[KDevelop](https://www.kdevelop.org/) | Linux, Windows, macOS | - | INCOMPLETE
+[Notepad++](https://notepad-plus-plus.org/) | Windows | source/example compiling | DONE
+[VS2015](https://www.visualstudio.com) | Windows | source/example compiling | DONE
+[VS2017](https://www.visualstudio.com) | Windows | source/example compiling | DONE
+[VSCode](https://code.visualstudio.com/) | Windows | - | INCOMPLETE
+
+ *New IDEs config files are welcome!*