Sat, 08 Mar 2014 13:55:46 +0200
added LICENSE and README.md files
401 | 1 | # Gorgon Game Engine |
2 | ||
3 | Gorgon Game Engine (GGE) is a C++ game engine that handles many tasks. | |
4 | ||
5 | GGE is a multi-module, interface driven, C++ game engine that handles graphics, animations, sound, multimedia, input, operating system, resource management, simple effects and user interface. Its primary aim is to be easy to program on. | |
6 | ||
7 | http://darkgaze.org/pm/page/gorgon-ge | |
8 | https://sourceforge.net/p/gorgon-ge/ | |
9 | ||
10 | ## Requirements | |
11 | GCC 4.8.1+ | |
12 | CMake 2.8+ | |
13 | OpenAL | |
14 | X11 | |
15 | pthread | |
16 | rt | |
17 | ||
18 | ## Documentation | |
19 | Follow the steps in [GGE_VS_INSTALLATION_TURKISH.pdf](GGE_VS_INSTALLATION_TURKISH.pdf) (in Turkish) | |
20 | ||
21 | ## License | |
22 | See [LICENSE](LICENSE) | |
23 | ||
24 | ## Contributing | |
25 | All contributions should be filed on the [sf.net/gorgon-ge](https://hg.code.sf.net/p/gorgon-ge/code) repository. | |
26 | ||
27 | * Fork the repo, push your changes to your fork, and submit a pull request. | |
28 | * If something does not work, please report it using [Sourceforge Tickets](https://sourceforge.net/p/gorgon-ge/tickets/). |