Raylib examples don't work?

This page summarizes the projects mentioned and recommended in the original post on /r/raylib

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • raylibstarter

    A simple raylib project template for CMake and C++

  • I like to use cmake to manage deps and config, because it can get annoying and complicated in C, especially if you have other deps, it puts a lot of your users to get it working. It's a nice cross-platform way to keep track of it all. Here is a nice starter-project for that. It depends on how you want to set things up, but you can have cmake download raylib and build it for you, as well as build your own project, and cache the parts that don't change, if you want.

  • raylib

    A simple and easy-to-use library to enjoy videogames programming

  • brew install cmake git clone https://github.com/raysan5/raylib.git cd raylib cmake -B build cd build make

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts