diff options
| author | raysan5 <[email protected]> | 2019-08-20 19:33:05 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2019-08-20 19:33:05 +0200 |
| commit | bf0db83134a0b4298c471622e44200f664489cbf (patch) | |
| tree | ff67333016ca9ca01bbba26caa15e459a1d525ea /projects | |
| parent | ef3b01dffc964c04b83d08211ff133e22af6059b (diff) | |
| parent | 64575e711b1fc6196c676a22c42ac436fd767d9e (diff) | |
| download | raylib-bf0db83134a0b4298c471622e44200f664489cbf.tar.gz raylib-bf0db83134a0b4298c471622e44200f664489cbf.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'projects')
| -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..2f0e0f3d 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/) | Windows, Linux, macOS | 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!* |
