Giter Site home page Giter Site logo

zordaan / meridian59-engine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cyberjunk/meridian59-engine

0.0 2.0 0.0 39.85 MB

GameEngine stack built from Open-Source or free components

Objective-C 0.52% C++ 73.05% C 25.33% Perl 0.01% Assembly 0.09% JavaScript 0.05% CSS 0.29% HTML 0.66%

meridian59-engine's Introduction

Engine

GameEngine stack for Windows, built from Open-Source or free components.

Main components

Name Description License Website
Ogre3D Render-Engine MIT http://www.ogre3d.org
CEGUI GUI-Engine MIT http://cegui.org.uk
OIS Input-Engine zlib http://sourceforge.net/projects/wgois
ParticleUniverse Particles-Engine MIT http://www.fxpression.com
irrKlang Sound-Engine Proprietary ** http://www.ambiera.com/irrklang

** irrKlang is only free to use in non-commercial projects! Consult their website for further information.

Dependencies

Name Description License Website
zlib ZIP-Compression zlib http://www.zlib.net
zziplib ZIP-Archives LGPL/MPL http://zziplib.sourceforge.net
pcre Regular expressions BSD http://www.pcre.org
LibPNG PNG-Fileformat Custom http://www.libpng.org/pub/png/libpng.html
LibOpenJPEG JPG-Fileformat BSD http://www.openjpeg.org
LibJPEG JPG-Fileformat GPLv2 http://sourceforge.net/projects/libjpeg
FreeImage Image-Codecs GPL http://freeimage.sourceforge.net
FreeType Font-Codecs GPL/FTL http://www.freetype.org
boost C++ framework Custom http://www.boost.org

Notes

  • Requires Visual Studio 2015.
  • Use included Engine.sln solution file.
  • Almost all libraries are statical linked.
  • Not compatible with Windows XP (would need to switch 32-Bit builds to use v140_xp toolset and linker system 5.01.
  • Engine can also be built in 64-Bit.
  • Release-builds have high optimizations, SSE2 enabled and no debuginfo. Debug-builds the opposite.
  • This package works with CLR (C++/CLI) enabled applications (see TEST app).
  • All componentents are built using /MD (required for C++ CLI)
  • You have to set your debugging WorkFolder to $(OutDir) (in project properties) to run the TEST app from VS directly (by pressing the Play button).
  • The sources-structure (buildfiles, content) has been heavily adjusted from its original packages/downloads/checkouts. All dependencies have been ripped of any documentations and additional, unnecessary files.
  • The TEST application is an mini executable to test whether everything links in OK. It's the only executable project in the solution.
  • All solution projects can be built independently from each other (due to the fully statical linking), except for the TEST application, which depends on every single other one.
  • Make sure to have a look at the /src/README/ subfolder

meridian59-engine's People

Contributors

cyberjunk avatar

Watchers

James Cloos avatar Zed Zordaan 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.