mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-20 14:03:40 -04:00
* Add better structure for build.zig Temporarily disabled the tests * Cleanup build.zig a bit * Fixed zemscripten and cleanup other platforms * Make opengl_version selection more restritive * Add traslateC to build; Renable examples * Add raygui build to build.zig * Deny glfw from android target * Fix android platform includes * Add Zig project example * Add Zig project mention to README * Set right name for web build in zig example * Cleanup last parts of build.zig * Add linking method for build.zig * Fix lshcore link for glfw and rgfw build.zig * Fix weird sdl linkage build.zig * Add zig example to zig project * Fix win32, mac build bugs in build.zig * Rename argument lshcore to shcore build.zig
20 lines
977 B
Markdown
20 lines
977 B
Markdown
## 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 | ❌ | ✔️
|
|
[Zig](https://ziglang.org) | Windows, Linux, macOS, Web | ✔️ | ✔️
|
|
scripts | Windows, Linux, macOS | ✔️ | ✔️
|
|
|
|
*New IDEs config files are welcome!*
|