GithubHelp home page GithubHelp logo

elongame / ecs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from srombauts/ecs

0.0 1.0 0.0 472 KB

A small and easy C++ Entity-Component-System (ECS) library

License: MIT License

CMake 13.37% Batchfile 0.82% Shell 0.62% C++ 85.18%

ecs's Introduction

ecs

ecs build status

A simple C++11 Entity-Component-System library.

Entity-Component-System

Entity-component-system (ECS) is a software architecture pattern based on the concept of Composition over Inheritance and Data-Driven Programming techniques. As such, it is a paradigm orthogonal to Object Oriented Programming.

  • An Entity represents an object, but does not contain any data by its own, nor any logic. It is only defined as an aggregation of Components, processed by associated Systems.
  • A Component is a data structure that maintain a sub-state of an entity. The state of any Entity can be described by a few standard Components.
  • A System is a program runing logic and updating data on any Entity holding a certain set of Components. Systems run repeteadly on all corresponding Entities.

Goals

Build an efficient, small, simple and easy to use framework, written in modern C++11 but compatible with widespread compilers (Visual Studio 2010 and GCC 4.6). Provide full Doxygen documentation, full test coverage and a few samples to show how to use it.

Requirements

Developements and tests are done under the following OSs:

  • Debian 7
  • Ubuntu 12.10
  • Windows XP/7/8 And following IDEs/Compilers
  • GCC 4.7.2
  • GCC 4.6.3 with Travis-CI
  • Visual Studio Express 2010/2013 for testing compatibility purpose

### Continuous Integration

This project is continuously tested under Ubuntu Linux with the gcc and clang compilers using the Travis CI community service with the above CMake building and testing procedure.

Detailed results can be seen online: https://travis-ci.org/SRombauts/ecs

License

Copyright (c) 2014 Sébastien Rombauts ([email protected])

Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt or copy at http://opensource.org/licenses/MIT)

See also:

ecs's People

Contributors

srombauts avatar

Watchers

James Cloos 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.