Giter Site home page Giter Site logo

expl0it3r / gqe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gatorque/gqe

0.0 1.0 0.0 19.87 MB

An easy and extendable game engines, running on all major platforms using SFML

License: MIT License

C++ 95.48% C 0.84% CMake 3.67%
cpp engine hacktoberfest sfml

gqe's Introduction

                       GatorQue Engines (GQE)

Mission
=======
To create, as a community, the easiest and most extendable game engines that
will run on all major platforms and provide the corner stone for game creation
for all game genres through open-component based APIs and file formats. 

License
=======
For license information, please see license.txt.

Contact
=======
For reporting bugs, feature requests, see the GoogleCode project listed below
or contact the author.  For donations, contact the author.

Author(s)
=========
Ryan Lindeman (GatorQue) <[email protected]>

Source
======
Get a local copy of the gqe repository with this command:
hg clone https://gqe.googlecode.com/hg/ gqe 

Browse online:
http://code.google.com/p/gqe/source/browse/

WWW
===
http://code.google.com/p/gqe/
http://www.sfml-dev.org/wiki/en/tutoriels/gqe_en
http://www.sfml-dev.org/wiki/en/sources/gqe_en

Translations
============
I could use a french translator for the tutorial wiki on SFML's website:
http://www.sfml-dev.org/wiki/en/tutoriels/gqe_en

Building
========
  Windows (MSVC command line)
    mkdir build
    cd build
    cmake -G "NMake Makefiles" ..
    nmake
  Windows (CodeBlocks/Mingw32)
    mkdir build
    cd build
    cmake -G "MinGW Makefiles" ..
    mingw32-make
  Linux/MacOS
    mkdir build
    cd build
    cmake -G "Unix Makefiles" ..
    make
  
The libraries will be created in <build-folder>/lib
The examples will be created in <build-folder>/examples
The documentation will be created in <build-folder>/doc

Packaging
=========
To be added


Who uses GQE (send me your links, I'll add your project here...)
================


Thanks
======
	Laurent Gomila for SFML
	fixus971 for linux compiler fixes
	eXpl0it3r for recommendations

gqe's People

Contributors

cloudncali avatar expl0it3r avatar gatorque avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.