diff options
| author | David Reid <[email protected]> | 2018-07-01 20:52:50 +1000 |
|---|---|---|
| committer | David Reid <[email protected]> | 2018-07-01 20:52:50 +1000 |
| commit | fec0a4f2e37e63cdbc531f6914a55442d520a104 (patch) | |
| tree | 546a30f60fbe76abb24a2514ba824ec210674c36 /projects | |
| parent | bce7a7b5765defcfb5692dc73e7251c8dd3e9fe2 (diff) | |
| parent | 7dedb84fd07f81cbe3f7c299b7e6e3f4e9959391 (diff) | |
| download | raylib-fec0a4f2e37e63cdbc531f6914a55442d520a104.tar.gz raylib-fec0a4f2e37e63cdbc531f6914a55442d520a104.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.txt | bin | 11884 -> 11876 bytes | |||
| -rw-r--r-- | projects/Notepad++/npes_saved_mingw.txt | bin | 0 -> 6958 bytes | |||
| -rw-r--r-- | projects/Notepad++/npes_saved_tcc.txt | bin | 0 -> 6986 bytes | |||
| -rw-r--r-- | projects/README.md | 16 |
4 files changed, 16 insertions, 0 deletions
diff --git a/projects/Notepad++/npes_saved.txt b/projects/Notepad++/npes_saved.txt Binary files differindex 89cca10c..fd62b75d 100644 --- a/projects/Notepad++/npes_saved.txt +++ b/projects/Notepad++/npes_saved.txt diff --git a/projects/Notepad++/npes_saved_mingw.txt b/projects/Notepad++/npes_saved_mingw.txt Binary files differnew file mode 100644 index 00000000..27b10203 --- /dev/null +++ b/projects/Notepad++/npes_saved_mingw.txt diff --git a/projects/Notepad++/npes_saved_tcc.txt b/projects/Notepad++/npes_saved_tcc.txt Binary files differnew file mode 100644 index 00000000..c997f90f --- /dev/null +++ b/projects/Notepad++/npes_saved_tcc.txt 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!* |
