diff options
| author | Uneven Prankster <unevenprankster@protonmail.com> | 2023-10-15 21:28:29 -0300 |
|---|---|---|
| committer | Uneven Prankster <unevenprankster@protonmail.com> | 2023-10-15 21:28:29 -0300 |
| commit | 1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 (patch) | |
| tree | f5d692d046868261275c7430a624c3ea9ed75d3d /raylib/projects/README.md | |
| parent | a89f892640cf12f75c7ce18e6e88c70a8d3965ed (diff) | |
A lot has certainly happened!
Diffstat (limited to 'raylib/projects/README.md')
| -rw-r--r-- | raylib/projects/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/raylib/projects/README.md b/raylib/projects/README.md new file mode 100644 index 0000000..af24f15 --- /dev/null +++ b/raylib/projects/README.md @@ -0,0 +1,18 @@ +## raylib PROJECT TEMPLATES + +This folder contains raylib templates for some common IDEs. + +IDE | Platform(s) | Source | Example(s) +----| ------------| :-------: | :-----: +[4coder](http://4coder.net/) | Windows | ❌ | ✔️ +[Builder](https://wiki.gnome.org/Apps/Builder) | Linux | ❌ | ✔️ +[CMake](https://cmake.org/) | Windows, Linux, macOS, Web | ✔️ | ✔️ +[CodeBlocks](http://www.codeblocks.org/) | Windows, Linux, macOS | ❌ | ✔️ +[Geany](https://www.geany.org/) | Windows, Linux | ✔️ | ✔️ +[Notepad++](https://notepad-plus-plus.org/) | Windows | ✔️ | ✔️ +[SublimeText](https://www.sublimetext.com/) | Windows, Linux, macOS | ✔️ | ✔️ +[VS2019](https://www.visualstudio.com) | Windows | ✔️ | ✔️ +[VSCode](https://code.visualstudio.com/) | Windows, macOS | ❌ | ✔️ +scripts | Windows, Linux, macOS | ✔️ | ✔️ + + *New IDEs config files are welcome!* |
