Skip to content

ItzFalco07/voxelengine-opengl-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Run the Game?

  1. Clone the repository

    git clone repository_url
  2. Install OpenGL dependencies

    🔧 Linux (Debian/Ubuntu)

    sudo apt install libglfw3-dev

    🪟 Windows (with vcpkg)

    vcpkg install glfw3

    🍎 macOS (with Homebrew)

    brew install glfw
  3. Install g++ and cmake
    Make sure you have both installed. You can install them via:

    Linux

    sudo apt install g++ cmake

    macOS

    brew install gcc cmake

    Windows

    Use MinGW or install via Chocolatey:

    choco install mingw cmake
  4. Build and run the game

    cd build
    cmake ..
    make
    ./main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors