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.
		
		
		
		
		
			| 
				
					
						
							 | 
			6 years ago | |
|---|---|---|
| engine | 6 years ago | |
| game/src | 6 years ago | |
| inferno/vendor | 6 years ago | |
| .gitignore | 6 years ago | |
| .gitmodules | 6 years ago | |
| CMakeLists.txt | 6 years ago | |
| README.org | 6 years ago | |
		
			
				
				README.org
			
		
		
			
			
		
	
	Engine
Game Engine project.
Download
Clone
  $ git clone https://gitlab.com/riyyi/engine
  $ cd engine
  $ git submodule init
  $ git submodule update
Or
  $ git clone --recursive https://gitlab.com/riyyi/engine
Update
  $ git pull
  $ git submodule update --recursive
Build instructions
  $ mkdir build
  $ cd build
  $ cmake .. && make
References
- Game Engine by The Cherno