diff options
| author | Ray <[email protected]> | 2019-08-20 13:15:10 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-20 13:15:10 +0200 |
| commit | 3414910809500f2d9cf2eb5b00df7ecba1dfa9b5 (patch) | |
| tree | 1c392a1c4cef3f3a3270a8607b8129c6b6210fde /projects/README.md | |
| parent | 2f42b0ce857ff07ad8a9b50e1a2c24bf0d8bf3c1 (diff) | |
| download | raylib-3414910809500f2d9cf2eb5b00df7ecba1dfa9b5.tar.gz raylib-3414910809500f2d9cf2eb5b00df7ecba1dfa9b5.zip | |
Update README.md
Diffstat (limited to 'projects/README.md')
| -rw-r--r-- | projects/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/projects/README.md b/projects/README.md index 4009a09b..c0fa2442 100644 --- a/projects/README.md +++ b/projects/README.md @@ -4,14 +4,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/) | n/a | example compiling and raylib source downloading/building if necessary | DONE [CodeBlocks](http://www.codeblocks.org/) | Linux, Windows | example compiling | DONE -[Geany](https://www.geany.org/) | Linux, Windows | - | INCOMPLETE +[Geany](https://www.geany.org/) | Linux, Windows | - | DONE [KDevelop](https://www.kdevelop.org/) | Linux, Windows, macOS | - | INCOMPLETE [Notepad++](https://notepad-plus-plus.org/) | Windows | source/example compiling | DONE +[Sublime Text](https://www.sublimetext.com/) | source and example | 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, macOS | example compiling | DONE +scripts | Windows, Linux, macOS | source and example | DONE *New IDEs config files are welcome!* |
