aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorDavid Reid <mackron@gmail.com>2018-07-05 22:33:16 +1000
committerDavid Reid <mackron@gmail.com>2018-07-05 22:33:16 +1000
commit1d354bc7045f14ed47c153c031d68641a80fc6fe (patch)
tree9affe50bcb06515d6cbd123df37b6a30a4c7518a /projects
parent63cf43b72947e80791c2a74d98a20e4a96c9af9e (diff)
parent7c362370488d740ec89cbdd0803b85ee8336711e (diff)
downloadraylib-1d354bc7045f14ed47c153c031d68641a80fc6fe.tar.gz
raylib-1d354bc7045f14ed47c153c031d68641a80fc6fe.zip
Merge branch 'master' of https://github.com/raysan5/raylib into dr/mini_al
Diffstat (limited to 'projects')
-rw-r--r--projects/Notepad++/npes_saved.txtbin11884 -> 11876 bytes
-rw-r--r--projects/Notepad++/npes_saved_mingw.txtbin0 -> 6958 bytes
-rw-r--r--projects/Notepad++/npes_saved_tcc.txtbin0 -> 6986 bytes
-rw-r--r--projects/README.md16
4 files changed, 16 insertions, 0 deletions
diff --git a/projects/Notepad++/npes_saved.txt b/projects/Notepad++/npes_saved.txt
index 89cca10c..fd62b75d 100644
--- a/projects/Notepad++/npes_saved.txt
+++ b/projects/Notepad++/npes_saved.txt
Binary files differ
diff --git a/projects/Notepad++/npes_saved_mingw.txt b/projects/Notepad++/npes_saved_mingw.txt
new file mode 100644
index 00000000..27b10203
--- /dev/null
+++ b/projects/Notepad++/npes_saved_mingw.txt
Binary files differ
diff --git a/projects/Notepad++/npes_saved_tcc.txt b/projects/Notepad++/npes_saved_tcc.txt
new file mode 100644
index 00000000..c997f90f
--- /dev/null
+++ b/projects/Notepad++/npes_saved_tcc.txt
Binary files differ
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!*