https://github.com/bschwind/gfk
Gaming Fun Kit! An XNA-like wrapper for GLFW
https://github.com/bschwind/gfk
Last synced: 5 months ago
JSON representation
Gaming Fun Kit! An XNA-like wrapper for GLFW
- Host: GitHub
- URL: https://github.com/bschwind/gfk
- Owner: bschwind
- Created: 2013-03-04T18:34:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T03:14:56.000Z (almost 9 years ago)
- Last Synced: 2025-12-07T13:56:04.125Z (6 months ago)
- Language: C++
- Homepage:
- Size: 108 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: licenses/EasingTermsOfUse.html
Awesome Lists containing this project
README
[](https://travis-ci.org/bschwind/gfk)
GFK
========
Gaming Fun Kit. A cross-platform C++ game framework which supports networked 2D/3D multiplayer games on Mac, Linux, Windows, and Android.
If you somehow stumbled upon this framework, I wouldn't recommend using it quite yet. There is still a lot of work to be done.
Dependencies
-------------------
- CMake
- A working C++ compiler with C++11 support
- OpenGL
- X11 for Linux
- libUUID for Linux
- Android SDK/NDK for Android builds
Build
------
$ mkdir build
$ cd build
$ cmake ..
$ make
Android Build
-------------
See [test/jet/android/installDebug.sh](test/jet/android/installDebug.sh), along with [test/jet/android/jni/Android.mk](test/jet/android/jni/Android.mk)