Skip to content

Kry-a/Rain-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rain-Engine Build Status CodeFactor

An amateurish 3D game engine

Building (Linux)

  • 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

About

An amateurish 3D game engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published