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.

20 rivejä
1.2 KiB

6 vuotta sitten
5 vuotta sitten
6 vuotta sitten
6 vuotta sitten
5 vuotta sitten
6 vuotta sitten
5 vuotta sitten
6 vuotta sitten
6 vuotta sitten
5 vuotta sitten
6 vuotta sitten
  1. ## raylib PROJECT TEMPLATES
  2. This folder contains raylib templates for some common IDEs.
  3. IDE | Platform | Template type | State
  4. ----| ---------| ------------- | -----
  5. [4coder](http://4coder.net/) | Windows | example compiling | DONE
  6. [Builder](https://wiki.gnome.org/Apps/Builder) | Linux | example compiling | DONE
  7. [CMake](https://cmake.org/) | n/a | example compiling and raylib source downloading/building if necessary | DONE
  8. [CodeBlocks](http://www.codeblocks.org/) | Linux, Windows | example compiling | DONE
  9. [Geany](https://www.geany.org/) | Linux, Windows | - | DONE
  10. [KDevelop](https://www.kdevelop.org/) | Linux, Windows, macOS | - | INCOMPLETE
  11. [Notepad++](https://notepad-plus-plus.org/) | Windows | source/example compiling | DONE
  12. [Sublime Text](https://www.sublimetext.com/) | Windows, Linux, macOS | source and example | DONE
  13. [VS2015](https://www.visualstudio.com) | Windows | source/example compiling | DONE
  14. [VS2017](https://www.visualstudio.com) | Windows | source/example compiling | DONE
  15. [VSCode](https://code.visualstudio.com/) | Windows, macOS | example compiling | DONE
  16. scripts | Windows, Linux, macOS | source and example | DONE
  17. *New IDEs config files are welcome!*