No description
Go to file
2024-02-17 22:28:02 +00:00
resources Movement sample 2024-02-16 17:10:42 -08:00
source Movement sample 2024-02-16 17:10:42 -08:00
CMakeLists.txt Movement sample 2024-02-16 17:10:42 -08:00
LICENSE Initial commit 2024-02-17 00:02:45 +00:00
Makefile Movement sample 2024-02-16 17:10:42 -08:00
README.md Actualizar README.md 2024-02-17 22:28:02 +00:00

Simple Raylib Movement

This is a simple C project using Raylib for graphics rendering. It demonstrates basic movement of an object on the screen using keyboard input.

Prerequisites

Before compiling this project, make sure you have the following dependencies installed:

  • Raylib (version 5.0)
  • CMake (version 3.0 or later)

Compiling

Follow these steps to compile the project using CMake:

  1. Clone this repository:

    git clone https://next.forgejo.org/Cyrodwd/simple-raylib-movement.git
    
  2. Navigate to the project directory:

    cd simple-movement-raylib
    
  3. Create a build directory:

    mkdir build
    cd build
    
  4. Generate the files using CMake:

    cmake ..
    
  5. Compile the project:

    make