8000 GitHub - TheZorg/Zorgster: Component-based game engine for C++ using SFML
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TheZorg/Zorgster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

mkdir build/
cd build/
cmake ..
make

Generating .clang_complete file (for Vim autocompletion)

  1. Clean build files
cd build/;
rm -rf *
  1. Run CC='../cc_args.py gcc' CXX='../cc_args.py g++' cmake ..
  2. The .clang_complete file will be in build/, just move it to the src/ folder.

About

Component-based game engine for C++ using SFML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0