raylib/projects/README.md

18 lines
971 B
Markdown
Raw Normal View History

2018-06-19 19:03:45 +03:00
## 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
2018-07-30 13:24:04 +03:00
[CMake](https://cmake.org/) | n/a | example compiling and raylib source downloading/building if necessary | DONE
2018-07-13 20:58:36 +03:00
[CodeBlocks](http://www.codeblocks.org/) | Linux, Windows | example compiling | DONE
2018-06-19 19:03:45 +03:00
[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
2018-11-15 01:24:38 +03:00
[VSCode](https://code.visualstudio.com/) | Windows, macOS | example compiling | DONE
2018-06-19 19:03:45 +03:00
*New IDEs config files are welcome!*