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.

16 lines
831 B

6 years ago
  1. ## raylib PROJECT TEMPLATES
  2. This folder contains raylib templates for some common IDEs.
  3. IDE | Platform | Template type | State
  4. ----| ---------| ------------- | -----
  5. [Builder](https://wiki.gnome.org/Apps/Builder) | Linux | example compiling | DONE
  6. [CodeBlocks](http://www.codeblocks.org/) | Linux, Windows | - | INCOMPLETE
  7. [Geany](https://www.geany.org/) | Linux, Windows | - | INCOMPLETE
  8. [KDevelop](https://www.kdevelop.org/) | Linux, Windows, macOS | - | INCOMPLETE
  9. [Notepad++](https://notepad-plus-plus.org/) | Windows | source/example compiling | DONE
  10. [VS2015](https://www.visualstudio.com) | Windows | source/example compiling | DONE
  11. [VS2017](https://www.visualstudio.com) | Windows | source/example compiling | DONE
  12. [VSCode](https://code.visualstudio.com/) | Windows | - | INCOMPLETE
  13. *New IDEs config files are welcome!*