Skip to content
Andrea Tupini edited this page Feb 7, 2023 · 3 revisions

Welcome to the raylib-cpp-cmake-template wiki! All edits are welcome 😄

The goal of this template is to provide a flexible starting point both for people that are just starting out with raylib as well as seasoned developers. However, to cover the most ground possible, the wiki will assume you have very little knowledge about what's going on and that you haven't configured your development environment. Anyway, the sidebar of this wiki has links to all pages so you're also free to go directly to the page that interests you.

Getting Started

This set of links will take you from having a brand-new PC to being able to run the template.

Useful links

Here are some external links that you should always keep handy when learning about raylib

  • THE cheatsheet -- official raylib cheatsheet. Really useful reference. Even if you're not sure what stuff means it is recommended you at least skim through the whole thing once so that you get a better idea about what each module contains.
  • official examples -- it's likely that some form of whatever it is you're trying to do is already covered in an example. You can run and read the code for each of them directly from your browser.
  • LDtk documentation -- documentation for the LDtk application. The application is pretty well designed so it's likely you'll be able to use it without going through the whole doc, but doing so will make you understand how everything works.
  • Box2D documentation -- Box2D can be really complex, but don't let that intimidate you! To be able to use it properly you should at least go through the Hello Box2D section.