Sat, 08 Mar 2014 13:55:46 +0200
added LICENSE and README.md files
LICENSE | file | annotate | diff | comparison | revisions | |
README.md | file | annotate | diff | comparison | revisions |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LICENSE Sat Mar 08 13:55:46 2014 +0200 @@ -0,0 +1,15 @@ + Gorgon Game Engine (GGE) + Copyright (C) 2014 Cem Kalyoncu + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Sat Mar 08 13:55:46 2014 +0200 @@ -0,0 +1,28 @@ +# Gorgon Game Engine + +Gorgon Game Engine (GGE) is a C++ game engine that handles many tasks. + +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. + +http://darkgaze.org/pm/page/gorgon-ge +https://sourceforge.net/p/gorgon-ge/ + +## Requirements +GCC 4.8.1+ +CMake 2.8+ +OpenAL +X11 +pthread +rt + +## Documentation +Follow the steps in [GGE_VS_INSTALLATION_TURKISH.pdf](GGE_VS_INSTALLATION_TURKISH.pdf) (in Turkish) + +## License +See [LICENSE](LICENSE) + +## Contributing +All contributions should be filed on the [sf.net/gorgon-ge](https://hg.code.sf.net/p/gorgon-ge/code) repository. + +* Fork the repo, push your changes to your fork, and submit a pull request. +* If something does not work, please report it using [Sourceforge Tickets](https://sourceforge.net/p/gorgon-ge/tickets/).