Skip to content

iomeone/raylib-ode-fps

 
 

Repository files navigation

Raylib + ODE = FPS CI

An physics based FPS made with Raylib and ODE
Example

Compiling / Building

Installing Dependencies

Arch Linux

yay -Sy clang cmake lcov glfw libx11 libxcursor libxinerama libxrandr vulkan-headers xorg-server-devel xorg-xinput

Ubuntu

sudo apt-get install clang cmake lcov libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev

Usage

Setup

This will build cmake files and download dependencies

make setup

Build

# Debug build
make debug
# Release build
make release

Run Tests

This will build and run unity tests

make test

Clean

This will delete generated files for debug and release

make clean

Run Binary

This will open an Raylib white window with the unlicense logo on it.

# Debug bin
make run
# Release bin
make runrel

License

This is free and unencumbered software released into the public domain.
For more information, please refer to http://unlicense.org/

About

C, Cmake and Raylib Boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 73.5%
  • CMake 16.1%
  • GLSL 5.9%
  • Makefile 2.6%
  • C++ 1.9%