From d873314c279be1582e28f3c90416c6b225b787fb Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 29 May 2018 00:52:08 +0200 Subject: Reviewed Windows resource file name --- projects/Notepad++/npes_saved.txt | Bin 11884 -> 11876 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'projects') diff --git a/projects/Notepad++/npes_saved.txt b/projects/Notepad++/npes_saved.txt index 89cca10c..fd62b75d 100644 Binary files a/projects/Notepad++/npes_saved.txt and b/projects/Notepad++/npes_saved.txt differ -- cgit v1.2.3 From fcef578c9ac01b2ff86a210f6c26f857702f741f Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 1 Jun 2018 11:36:31 +0200 Subject: Added Notepad++ NppExec scripts --- projects/Notepad++/npes_saved_mingw.txt | Bin 0 -> 6958 bytes projects/Notepad++/npes_saved_tcc.txt | Bin 0 -> 6986 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 projects/Notepad++/npes_saved_mingw.txt create mode 100644 projects/Notepad++/npes_saved_tcc.txt (limited to 'projects') diff --git a/projects/Notepad++/npes_saved_mingw.txt b/projects/Notepad++/npes_saved_mingw.txt new file mode 100644 index 00000000..27b10203 Binary files /dev/null and b/projects/Notepad++/npes_saved_mingw.txt differ diff --git a/projects/Notepad++/npes_saved_tcc.txt b/projects/Notepad++/npes_saved_tcc.txt new file mode 100644 index 00000000..c997f90f Binary files /dev/null and b/projects/Notepad++/npes_saved_tcc.txt differ -- cgit v1.2.3 From 179231504a892e3de98047d0b4b0f78578c519ef Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 19 Jun 2018 18:03:45 +0200 Subject: Create README.md --- projects/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 projects/README.md (limited to 'projects') 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!* -- cgit v1.2.3