You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
903 B

6 years ago
3 years ago
3 years ago
3 years ago
6 years ago
  1. ## raylib PROJECT TEMPLATES
  2. This folder contains raylib templates for some common IDEs.
  3. IDE | Platform(s) | Source | Example(s)
  4. ----| ------------| :-------: | :-----:
  5. [4coder](http://4coder.net/) | Windows | ❌ | ✔️
  6. [Builder](https://wiki.gnome.org/Apps/Builder) | Linux | ❌ | ✔️
  7. [CMake](https://cmake.org/) | Windows, Linux, macOS, Web | ✔️ | ✔️
  8. [CodeBlocks](http://www.codeblocks.org/) | Windows, Linux, macOS | ❌ | ✔️
  9. [Geany](https://www.geany.org/) | Windows, Linux | ✔️ | ✔️
  10. [Notepad++](https://notepad-plus-plus.org/) | Windows | ✔️ | ✔️
  11. [SublimeText](https://www.sublimetext.com/) | Windows, Linux, macOS | ✔️ | ✔️
  12. [VS2019](https://www.visualstudio.com) | Windows | ✔️ | ✔️
  13. [VSCode](https://code.visualstudio.com/) | Windows, macOS | ❌ | ✔️
  14. scripts | Windows, Linux, macOS | ✔️ | ✔️
  15. *New IDEs config files are welcome!*