This is a starter project for using Raylib with C++ and CMake. WARNING: Only tested on MacOS
- Clone this repository
- Initialize the submodules:
git submodule update --init --recursive
- Build
./b
- Run
./r
- Grab ANGLE Dylibs from Your Google Chrome Installation
cd /Applications/Google\ Chrome.app
find ./ -name libGLESv2.dylib
find ./ -name libEGL.dylib
-
Copy the Dylibs to
libs/
-
Build with ANGLE
./b angle
- Support for ANGLE
- Support more Platforms
- Add ENet for Networking