Coder Social home page Coder Social logo

raylib-cmake-template's Introduction

Raylib CMake Template

Windows Clang and Ubuntu gcc/clang

Introduction

This project provides a CMake-supported template for RayLib projects, aiming to simplify and standardize the build process across different platforms. It leverages CMake's powerful cross-platform build system capabilities to enhance Raylib project development.

Features

  • CMake Support: Simplifies building and compiling Raylib projects across Windows, Linux, and MacOS.
  • Clang Format: Ensures consistent code style across your project.
  • Project Structure: Organized folders for source code (src/), game resources (resources/), and CMake modules (cmake/).

Requirements

  • CMake
  • Git
  • Clang-format (optional)
  • Visual Studio with C++ development tools (Windows)
  • XCode (macOS)

Status

  • Basic CMake support
  • Project generation
    • Windows
    • Linux
    • MacOS
  • Clang-format support
  • Resource copying

Installation Guide

Fork and Clone: Start by forking this project and cloning it to your local machine.

Building on MacOS

$ cmake -B build-mac -G Xcode -DCMAKE_BUILD_TYPE=Debug

Then go to the build-mac directory and open the generated Xcode project.

Building on Windows

$ cmake -B build-win -G"Visual Studio 17 2022"  -DCMAKE_BUILD_TYPE=Debug

Then go to the build-win directory and open the generated Visual Studio project.

Building in CLI

$ cmake -B build-cli -DCMAKE_BUILD_TYPE=Debug
$ cd build-cli
$ make -j$(nproc)

Usage

After building the project, you can start developing your project with Raylib by adding your source files to the src/ directory and resources to resources/. The CMake scripts are designed to handle the rest.

Every time you add a new source file and a new resources, you will need to re-run the CMake build command to update the project files before building the project.

Please note that the project is still in development and may contain bugs.

Acknowledgments

raylib-cmake-template's People

Contributors

efreyu avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

raydtutto

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.