An amateurish 3D game engine
- 1 . Install the dependencies
sudo apt install libglew-dev cmake make g++ libx11-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxrandr-dev libxext-dev libxcursor-dev libxinerama-dev
or
su && yum install libglew-dev cmake make g++ libx11-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxrandr-dev libxext-dev libxcursor-dev libxinerama-dev
- 2 . Download the repository
git clone https://github.com/KrasnotR/Rain-Engine.git
cd Rain-Engine
git submodule update --init --recursive
- 3 . Build the project
./build.sh
- 4 . Run the project
cd build && ./Rain-Engine