Giter Site home page Giter Site logo

gameengineremake's People

Contributors

zachwood0s avatar

Watchers

 avatar  avatar

gameengineremake's Issues

Scripting

Probable want some way of loading in game files that contain logic in it. I was thinking we could use CSharpScripting with Roslyn or maybe just JavaScript? Idk really but it would be useful for a lot of things like button presses, events, ui updating, etc.

Entity Group Managers

Right now the entities controll if they get matched with a group with their IsMatch function. I think it would be better
if that logic was moved into something like a groupManager. This way they could be extended nicely without having to make
the entity extend them. The group managers could start with a base one that doesn't handle filters or anything and then
extend that to deal with filters. Also I suggest that the subscribing and everything happens in the group manager just in
case additional logic is required. I think this will clean up the entities nicely.

UpdateComponent with group filters

When an entity is in a group with a filter and it fails the filter test, it will be removed, but can never be added again.

I think the solution will be to store a cached group that matches all the components but not necessarily the filter. Then we can check Everytime if we need to update the group.

Start a wiki

Probably should wait until more of the ecs if fleshed out.

Music and sound stuff

I would like a music manager that would allow for things like multiple tracks playing at once and fading in and out. Maybe some cool timing things. Stuff to make music fit with the game really well. Simple but powerful

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.