Raylib is a [[Zlib License]] licensed graphics library written in [[C]].
- [Website](https://www.raylib.com/)
- [Source](https://github.com/raysan5/raylib)
- Documentation
> raylib is a simple and easy-to-use library to enjoy videogames programming.
>
> raylib is highly inspired by Borland BGI graphics lib and by XNA framework and it's especially well suited for prototyping, tooling, graphical applications, embedded systems and education.
# Notability
# Philosophy
> NOTE for ADVENTURERS: raylib is a programming library to enjoy videogames programming; no fancy interface, no visual helpers, no debug button... just coding in the most pure spartan-programmers way.
May be more like a basic library game engine than an actual GUI library.
## Dependencies
> **NO external dependencies**
This is a little misleading, it just means that its dependencies are [vendored](https://github.com/raysan5/raylib/tree/master/src/external) locally in the repo.
- [[Misc - stb]] (various)
- [[Model 3D]] - https://bztsrc.gitlab.io/model3d/
- [[Audio - dr_libs]] - https://github.com/mackron/dr_libs
- [[GUI - RGFW]] - https://github.com/ColleagueRiley/RGFW / https://colleagueriley.itch.io/rgfw
- many others!
# Platform Support
# Features
# Tips
# Resources
```cardlink
url: https://youtu.be/UoAsDlUwjy0
title: "The ultimate introduction to Raylib [ 2D & 3D game dev ]"
description: "Check out https://brilliant.org/ClearCode/ for a Brilliant subscription with a 20% discount on the annual subscription and 30 day free trial period. This vid..."
host: youtu.be
favicon: https://www.youtube.com/s/desktop/daa21ba0/img/logos/favicon_32x32.png
image: https://i.ytimg.com/vi/UoAsDlUwjy0/maxresdefault.jpg
```
# References