Giter Club home page Giter Club logo

intrigue2's Introduction

Intrigue2 Entity Component Based API for 3D games with LibGDX

Entity Component Systems: A data oriented approach to games and the strategy under the hood of most modern game engines.

ECS is a popular architecture for Game Development because of the ease in which new features can be added to games. It also has a few other benefits that make it a good candidate for the choice of any game developer.

First, Entities in ECS are objects but they are essentially container objects they perform no calculations (only getter-setter methods) it simply holds data to be mutated Entity .

Second, Systems store relatively little information (have a small amount of fields) They simply manipulate the data stored in the entites they have access to.

Intrigue is an API for creating and manipulating 3D Game Objects using Systems and Entities.

Go look at the system package to start getting a better idea of ECS in the Intrigue API. Link to System Doc

Alt text

You can play around with this test interactive world by running

     ./gradlew desktop:run

in the root dir of your clone of this repo. You will need a wired xbox360 controller plugged in to a usb port to move the character

Hopefully looking at this code gives you good ideas of your own.

Contact Author

All code is released under Apache 2 License license

intrigue2's People

Contributors

bitrot7 avatar

Stargazers

 avatar

Forkers

fulihao

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.