|
@ -0,0 +1,49 @@ |
|
|
|
|
|
### Table of Contents |
|
|
|
|
|
*** |
|
|
|
|
|
## Library Design |
|
|
|
|
|
* [raylib architecture](raylib-architecture) |
|
|
|
|
|
* [raylib syntax analysis](raylib-syntax-analysis) |
|
|
|
|
|
* [raylib data structures](raylib-data-structures) |
|
|
|
|
|
* [raylib enumerated types](raylib-enumerated-types) |
|
|
|
|
|
* [raylib external dependencies](raylib-dependencies) |
|
|
|
|
|
* [raylib GLFW dependency](raylib-GLFW-dependency) |
|
|
|
|
|
* [raylib *libc* dependency](raylib-libc-dependency) |
|
|
|
|
|
* [raylib platforms and graphics](raylib-platforms-and-graphics) |
|
|
|
|
|
* [raylib input system](raylib-input-system) |
|
|
|
|
|
* [raylib default shader](raylib-default-shader) |
|
|
|
|
|
* [raylib custom shaders](raylib-generic-uber-shader-and-custom-shaders) |
|
|
|
|
|
* [raylib coding conventions](raylib-coding-conventions) |
|
|
|
|
|
* [raylib integration with other libs](raylib-integration-with-other-libraries) |
|
|
|
|
|
|
|
|
|
|
|
## Development Platforms |
|
|
|
|
|
* [Working on Windows](Working-on-Windows) |
|
|
|
|
|
* [Working on macOS](Working-on-macOS) |
|
|
|
|
|
* [Working on GNU Linux](Working-on-GNU-Linux) |
|
|
|
|
|
* [Working on Chrome OS](Working-on-Chrome-OS) |
|
|
|
|
|
* [Working on FreeBSD](Working-on-FreeBSD) |
|
|
|
|
|
* [Working on Raspberry Pi](Working-on-Raspberry-Pi) |
|
|
|
|
|
* [Working for Android](Working-for-Android) |
|
|
|
|
|
* [Working for Web (HTML5)](Working-for-Web-(HTML5)) |
|
|
|
|
|
* [Working anywhere with CMake](Working-with-CMake) |
|
|
|
|
|
* [CMake Build Options](CMake-Build-Options) |
|
|
|
|
|
|
|
|
|
|
|
## IDE Configurations |
|
|
|
|
|
* [raylib templates: Get started easily](raylib-templates) |
|
|
|
|
|
* [How To: Quick C/C++ Setup in Visual Studio 2022, GCC or MinGW](Quick-Setup-for-Windows-with-Visual-Studio-2022,-GCC,-or-MinGW) |
|
|
|
|
|
* [How To: C# Visual Studio Setup](Visual-Studio-C%23-Setup) |
|
|
|
|
|
* [How To: VSCode](Using-raylib-in-VSCode) |
|
|
|
|
|
* [How To: Eclipse](Use-raylib-with-Eclipse) |
|
|
|
|
|
* [How To: Sublime Text](Use-raylib-with-Sublime-Text) |
|
|
|
|
|
* [How To: Code::Blocks](Use-raylib-with-Code-Blocks) |
|
|
|
|
|
|
|
|
|
|
|
## Misc Help |
|
|
|
|
|
* [How To: Use BMFonts](Using-BMFonts) |
|
|
|
|
|
* [How To: Use multiple windows](Use-multiple-windows) |
|
|
|
|
|
* [How To: RPI: Redirect raylib output to framebuffer](Redirect-raylib-output-to-Framebuffer-1) |
|
|
|
|
|
* [How To: RPI: Install and configure touchscreen](Install-and-configure-Touchscreen-Drivers-(RPi)) |
|
|
|
|
|
* [How To: Using raylib with C++](Using-raylib-with-Cpp) |
|
|
|
|
|
* [Community Resources](Community-Resources) |
|
|
|
|
|
|
|
|
|
|
|
## [Frequently Asked Questions](Frequently-Asked-Questions) |
|
|
|
|
|
|
|
|
|
|
|
[Wiki History](https://github.com/raysan5/raylib/wiki/_history) |