選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

18 行
903 B

  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!*