From 403a91b4eba936020dad886b228822195d4e9303 Mon Sep 17 00:00:00 2001 From: Angga Permana <86430023+anggape@users.noreply.github.com> Date: Sun, 23 Oct 2022 21:27:19 +0700 Subject: [PATCH] Revert eddba0faa99f0e15baca12feddc6809bdeab9e8e...23d7d9ba5f743afa34cdcd21bc1eb40725125236 --- _Sidebar.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 _Sidebar.md diff --git a/_Sidebar.md b/_Sidebar.md new file mode 100644 index 0000000..851405a --- /dev/null +++ b/_Sidebar.md @@ -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) \ No newline at end of file