summaryrefslogtreecommitdiffhomepage
path: root/src/rglfw.c
AgeCommit message (Collapse)Author
2017-12-24Some formatting tweaksraysan5
2017-12-23Added next bsd osMartinfx
2017-12-09Added Wayland supportraysan5
Updated to latest GLFW library and working on Wayland support, still looking how to implement it on raylib because it just exposes PLATFORM_DESKTOP and defaults to X11 windowing system on Linux...
2017-12-05Removed OpenAL Soft dependency on buildingRay San
OpenAL Soft backend is still available in audio module, I'm thinking if exposing it for building in some way or just left it there for advance users to switch to it manually in case of necessity...
2017-11-29Added glfw support for FreeBSDMartinfx
2017-11-22Fix macOS build of new rglfw.c approachAhmad Fatoum
There have been two problems: * GLFW itself was compiled with the definitions for compiling _against_ GLFW (fixed by removing requirement for external glfw) * rglfw.c was being compiled as C code, although it includes Objective C files. This _might_ break the Windows build, needs to be checked. Fixes #391, but as noted I'd prefer though a separate source directory and build script for GLFW.
2017-11-16Reviewed file commentsRay San
2017-11-13Added desktop platform check...Ray
...to define proper values
2017-11-13Added GLFW sources to raylibRay San
Compiling GLFW library with raylib avoids external dependencies, this way we solve version problems in some platforms