GithubHelp home page GithubHelp logo

00mjk / gplayengine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fredakilla/gplayengine

0.0 0.0 0.0 201.68 MB

Cross-platform C++ 2D / 3D game engine.

License: Other

CMake 0.19% QMake 0.75% GLSL 2.13% Shell 0.82% Io 0.01% SuperCollider 0.04% Batchfile 0.09% Lua 0.26% C++ 94.98% Objective-C++ 0.03% C 0.70%

gplayengine's Introduction

GPlayEngine

GPlayEngine is a C++ cross-platform game engine for creating 2D/3D games.

GPlayEngine is based on the GamePlay 3D engine v3.0 and principally replace the OpenGL 2.x backend to use the BGFX graphic framework.

Screenshots

Current status

  • cmake is used as main build system (qtcreator is also up-to-date)
  • bgfx integration is completed and replace opengl.
  • bgfx is currently forced to use the opengl driver because engine still use some old glsl shaders. A pass on shaders is planned to use the bgfx shader syntax to be fully compatible with others bgfx backends.
  • Engine now use SDL2 by default to manage windows and inputs. Gamepad are not yet implanted.
  • Lua is temporarily disabled to speed up the compilation during core dev phase.
  • All previous samples and demo are now working with the new renderer.
  • A new sample "sample-graphics" is used to test bgfx conversion and new features.
  • Only tested on Linux, Windows and Emscripten for now.

Install submodules dependencies

Some thirdparty libraries are registered as submodules, you need to install them before building engine.

git submodule init
git submodule update

Building

See wiki - compiling framework for build instructions.

Features

  • BGFX based rendering system.
  • Scene graph system with support for lights, cameras, audio, physics, and drawables.
  • Declarative scene, animation, particles and material bindings.
  • Material system with built-in shader library (forward rendering).
  • Post-processing.
  • Physics using Bullet.
  • Particle effects with built-in particle system or SPARK engine system.
  • Height map based terrains with multiple surface layers and LOD.
  • Easy-to-use sprite, tileset and text rendering.
  • Declarative UI system supporing 2D/3D theme-able user interfaces.
  • Nice, customizable and complete built-in 2D GUI, with buttons, lists, edit boxes, layout...
  • ImGui GUI support.
  • In-game editor using imgui (WIP)
  • File watcher system for hot reloading (shaders, scripts...)
  • Fully extensible animation system with skeletal character animation.
  • Complete 3D audio system with WAV and OGG support.
  • AI agent, state machine and messaging.
  • Event messaging system.
  • Full vector math library with 2D/3D math and visibility culling.
  • Mouse, keyboard, touch, gestures and gamepad support.
  • Lua script bindings and user binding generator tool.
  • Binary encoding tool for creating optimized asset bundles for TTF fonts and 3D FBX assets.
  • Documented using doxygen.
  • Image supported format (DDS, KTX, PVR, JPG, PNG, TGA, BMP, PSD, GIF, HDR, PIC)
  • 3D model supported format (FBX)

License

Open-source under Apache 2.0 license.

gplayengine's People

Contributors

fredakilla 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.