summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-10-18WARNING: REMOVED: glTF loadingraysan5
Actually, it was broken and it that code has no maintainer.
2021-10-18ADDED: `EncodeDataBase64()` and `DecodeDataBase64()`raysan5
2021-10-18Merge branch 'master' of https://github.com/raysan5/raylibraysan5
2021-10-18Avoid `GRAPHICS_API_OPENGL_*` definesraysan5
Those defines are only used inside `rlgl` module
2021-10-18Update README.mdRay
2021-10-18Reviewed `glDisableVertexAttribArray()` issue #2068raysan5
2021-10-18Removed useless GL calls #2068raysan5
2021-10-18Review commentsRay
2021-10-17Fix `rlLoadComputeShaderProgram` define (#2067)Uneven Prankster
Now uses correct version.
2021-10-17UPDATE: Officially support OpenGL 4.3raysan5
2021-10-17Update examples screenshotsraysan5
2021-10-17Reviewed makefile and examples buildingraysan5
2021-10-17Remove trailing spacesraysan5
2021-10-17Merge branch 'master' of https://github.com/raysan5/raylibraysan5
2021-10-17Create Makefile.Webraysan5
2021-10-17Added new examples to Makefileraysan5
2021-10-17Reviewed examplesraysan5
2021-10-17Update CHANGELOGRay
2021-10-17build.zig: Use addCSourceFiles (#2066)Sage Hane
2021-10-17Fixing the error of loading VOX models. (#2065)warzes
* - Fixing the error of loading VOX models. * - fixed spaces
2021-10-17Update SetupViewport so that it doesn't subtract offset from render ↵michaelfiber
dimensions when calling rlViewport (#2064) Co-authored-by: Michael <[email protected]>
2021-10-16Support OpenGL 4.3Ray
- Support Compute Shaders by rlgl API - Support SSBO by rlgl API
2021-10-16Support `GRAPHICS_API_OPENGL_43`Ray
2021-10-16Update rlgl.hRay
2021-10-16Compute shaders support (#2061)Astie Teddy
* Add basic compute shader and ssbo support in rlgl. * Add rlBindImageTexture (untested), now requires SUPPORT_COMPILE_SHADERS * Delete glad.c * Delete glad.h * Delete khrplatform.h * Revert to previous glad.h * Remove "glad.c" Co-authored-by: Ray <[email protected]>
2021-10-16REVIEWED: rlLoadDrawQuad() description #2058Ray
2021-10-16Reviewed memory usageRay
2021-10-15Merge branch 'master' of https://github.com/raysan5/raylibRay
2021-10-15Reviewed unsigned int issue (discussion #2054)Ray
2021-10-14Review some commentsraysan5
2021-10-14Merge branch 'master' of https://github.com/raysan5/raylibraysan5
2021-10-14Review examplesraysan5
2021-10-14Add zig buildfile for examples. (#2051)Ryan Roden-Corrent
* Add zig buildfile for examples. - `zig build` to compile all examples - `zig build [module]` to compile all examples for a module (e.g. `zig build core`) - `zig build [example]` to compile _and run_ a particular example (e.g. `zig build core_basic_window`) You can use `-Dtarget=` to compile for a non-native platform, such as `zig build -Dtarget=x86_64-windows-gnu` to compile from Linux to Windows. * Skip pthread example on Windows. * Select appropriate lib file based on target.
2021-10-14Update SPONSORS.mdRay
2021-10-14Update SPONSORS.mdRay
2021-10-14Update rmodels.cRay
2021-10-14Starting to review glTF loading -WIP-Ray
2021-10-14Remove trailing spacesRay
2021-10-13Reviewed some TODORay
2021-10-13Update models_loading_vox.craysan5
2021-10-13Avoid raylib dependencyraysan5
2021-10-13Reviewed some MSVC warningsraysan5
2021-10-13REVIEWED LoadVOX() -WIP-raysan5
It seems vox loader is not working properly...
2021-10-13Reviewed formattingraysan5
2021-10-13Fix issue with empty cylinder (#2050)Horrowind
* Add DrawCylinderEx and DrawCylinderWiresEx * Modify examples/models/models_geometric_shapes.c to show the usage of DrawCylinder(Wires)Ex * Simplified DrawCylinder and DrawCylinderWires to use the -Ex versions. * This reverts commits f49b2598dd3bfc3219d414f24558c68f7ebe9eb5 and 4542b32e4ece9ddae775e7395d4219fa148039a8. * Fixed formatting. Renamed base_angle to baseAngle. Remove most of the raymath.h calls. * Added check for empty cylinder. * Added check for empty cylinder. * Fix bug. Co-authored-by: Horrowind <[email protected]>
2021-10-13REVIEWED: macOS does not require GLAD library #2052raysan5
It directly uses the libraries provided by the system
2021-10-13Update raylib.hraysan5
2021-10-12REVIEWED: LoadFontFromImage()Ray
Avoid crash on wrong sprite font
2021-10-12Create LICENSEraysan5
2021-10-12Reviewed models examples pathsraysan5