Menu

Tree [875219] default tip /
 History

Read Only access


File Date Author Commit
 cmake 2010-05-15 Lukas Schmelzeisen Lukas Schmelzeisen [efe9d0] Modified GLFW-CMake-file to fit project's inten...
 gdx 2010-05-16 Lukas Schmelzeisen Lukas Schmelzeisen [a1639a] Now a full copy of the projects license can be ...
 gdxe 2010-05-16 Lukas Schmelzeisen Lukas Schmelzeisen [a1639a] Now a full copy of the projects license can be ...
 samples 2010-05-16 Lukas Schmelzeisen Lukas Schmelzeisen [a1639a] Now a full copy of the projects license can be ...
 CMakeLists.txt 2010-05-16 Lukas Schmelzeisen Lukas Schmelzeisen [a1639a] Now a full copy of the projects license can be ...
 COPYING 2010-05-14 Lukas Schmelzeisen Lukas Schmelzeisen [8f2172] Added license information.
 README 2010-05-16 Lukas Schmelzeisen Lukas Schmelzeisen [875219] Added a README file.

Read Me

This is the README file for the Game Development X project.
GDX is a cross platform c++ library/tool for creating all sorts of games. It
hides all the fuss you don't want to think about when developing a game like
Window Handling, Rendering Engine, UI/Hud development, etc. so you can focus on
the fun part. GDX's main target is to be simple yet scaleable to fit the need of
a professional game developer.

  Copyright (C) 2010 Lukas Schmelzeisen
  
  Copying and distribution of this file, with or without modification,
  are permitted in any medium without royalty provided the copyright
  notice and this notice are preserved.
  
External Libraries and their licenses:
- GLFW: zlib/libpng license
  <http://www.glfw.org/documentation.html#license>
- wxWdigets: wxWindows license (LGPL)
  <http://www.wxwidgets.org/about/newlicen.htm>