Code Monkey home page Code Monkey logo

gd's Introduction

Game Develop

2008-2014 Florian Rival ([email protected] / http://www.FlorianRival.com)

Game Develop logo

Game Develop is a full featured, open source game development software, allowing to create any kind of 2D game without needing any knowledge in a specific programming language. All the game logic is made thanks to an intuitive and powerful event based system.

About directory structure

  • Core: Game Develop core library, containing common tools to implement the IDE and platforms.

  • GDCpp: Sources files of Game Develop C++ Platform, used to build native games.

  • GDJS: Sources files of Game Develop JS Platform, used to build HTML5 games.

  • IDE: Sources files of Game Develop IDE.

  • Extensions: Sources files of extensions. (For C++ or JS platform)

  • Binaries: Binaries are generated in Binaries/Output. Binaries/Releases contains the installer exes and compressed files containing Game Develop releases.

  • scripts: Various scripts, notably scripts to package GD (ReleaseProcedure* scripts).

  • docs: Directory where the documentation is generated. To avoid you to generate it by yourself, it is available here.

How to build

Full and detailed instructions are in the getting started page of the documentation available here.

Basically:

  • Install and launch CMake.
  • Choose this directory as the source directory, and a hidden directory like Binaries/.build as the directory where to build. Files will be output in Binaries/Output anyway.
  • Be sure to have 3rd party libraries downloaded and extract in ExtLibs folder. On Windows, be sure to use the same version of the compiler for better compatibility.
  • Generate the Makefile (or Ninja build file) and launch it.

Documentation

The documentation is available on http://4ian.github.io/GD-Documentation.

License

  • The IDE (in the IDE folder) is licensed with GPL v3.
  • The Core library, the native and HTML5 platforms (respectively Core, GDCpp and GDJS folders) are LGPL v3.
  • Extensions (in the Extensions folder) are using zlib/libpng license.
  • The name, Game Develop, and its logo are the exclusive property of Florian Rival.

gd's People

Contributors

4ian avatar victorlevasseur avatar

Watchers

James Cloos avatar Morris Muli 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.