raylib/projects
HaxSam a32b53f4d6
[build.zig] Refactor (#5764)
* 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
2026-04-19 13:57:58 +02:00
..
4coder Remove trailing spaces 2026-03-29 01:17:25 +01:00
Builder Update README.md 2021-07-05 11:52:13 +02:00
CMake update 2025->2026, 5.5->6.0 (#5754) 2026-04-12 19:21:09 +02:00
CodeBlocks Review projects details for raylib 4.2 2022-08-06 19:23:36 +02:00
Geany Remove trailing spaces 2026-03-29 01:17:25 +01:00
Notepad++ Updated Notepad++ scripts and autocomplete 2026-04-13 19:26:28 +02:00
scripts [build-windows.bat] Update build-windows script (#5769) 2026-04-17 18:04:08 +02:00
SublimeText Added Sublime Text 3 project template 2018-08-15 11:38:38 +01:00
VS2019-Android Build Android App with Visual Studio 2019 (#2013) 2021-09-27 17:57:06 +02:00
VS2022 Added some libraries 2026-03-18 16:21:14 +01:00
VSCode Update Makefiles for emsdk version 5.0.x, using required node 22.16.0 and Python 3.13.3 2026-03-16 17:04:30 +01:00
Zig [build.zig] Refactor (#5764) 2026-04-19 13:57:58 +02:00
README.md [build.zig] Refactor (#5764) 2026-04-19 13:57:58 +02:00

raylib PROJECT TEMPLATES

This folder contains raylib templates for some common IDEs.

IDE Platform(s) Source Example(s)
4coder Windows ✔️
Builder Linux ✔️
CMake Windows, Linux, macOS, Web ✔️ ✔️
CodeBlocks Windows, Linux, macOS ✔️
Geany Windows, Linux ✔️ ✔️
Notepad++ Windows ✔️ ✔️
SublimeText Windows, Linux, macOS ✔️ ✔️
VS2019 Windows ✔️ ✔️
VSCode Windows, macOS ✔️
Zig Windows, Linux, macOS, Web ✔️ ✔️
scripts Windows, Linux, macOS ✔️ ✔️

New IDEs config files are welcome!