You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			| 
				
					
						
							 | 
			5 years ago | |
|---|---|---|
| assets | 5 years ago | |
| game/src | 5 years ago | |
| inferno | 5 years ago | |
| .gitignore | 5 years ago | |
| .gitmodules | 5 years ago | |
| CMakeLists.txt | 5 years ago | |
| README.org | 5 years ago | |
| compile_commands.json | 6 years ago | |
| launch.json | 5 years ago | |
		
			
				
				README.org
			
		
		
			
			
		
	
	Inferno
Inferno game engine project.
Download
Clone
  $ git clone https://gitlab.com/riyyi/inferno
  $ cd inferno
  $ git submodule init
  $ git submodule update
Or
  $ git clone --recursive https://gitlab.com/riyyi/inferno
Update
  $ git pull
  $ git submodule update --recursive
Build instructions
  $ mkdir build
  $ cd build
  $ cmake .. && make
References
- Build GLFW using CMake
 - Learn OpenGL
 - Game Engine by The Cherno