19 lines
1.0 KiB
Markdown
19 lines
1.0 KiB
Markdown
## raylib PROJECT TEMPLATES
|
|
|
|
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/) | Windows, Linux, macOS | source/example compiling | DONE
|
|
[CodeBlocks](http://www.codeblocks.org/) | Windows, Linux | example compiling | DONE
|
|
[Geany](https://www.geany.org/) | Windows, Linux | source/example compiling | DONE
|
|
[Notepad++](https://notepad-plus-plus.org/) | Windows | source/example compiling | DONE
|
|
[SublimeText](https://www.sublimetext.com/) | Windows, Linux, macOS | 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/example compiling | DONE
|
|
|
|
*New IDEs config files are welcome!*
|