Giter VIP home page Giter VIP logo

Comments (2)

PDeveloper avatar PDeveloper commented on June 30, 2024

Good call!

Originally, I didn't even want to add Systems to Eskimo, since they are completely utility/helper objects, rather than core to the design.

Your descriptions are good, I'll probably copy-paste them + expand on them if I may : )
Systems are modular pieces of logic. You can easily use ECS data and entity management, but program all of your functionality in 1 class, 1 function, or however you want to split everything, but Systems offer a very compartmentalized way of doing so, and sort of enforces stricter logic boundaries. I use it usually, but at the same time I've started to be less strict about how they communicate.

Systems are a utility to organize your own code, but definitely not necessary to use Eskimo as an ECS.

from eskimo.

ashes999 avatar ashes999 commented on June 30, 2024

Ah, that's the trick. Sneaky! You're not committing to any one particular "style" of ECS, but allowing users to use it to fit whatever design they like.

Thanks for clarifying. You can close this issue if you like, or leave it open until you're done documenting whatever it is you want to add.

from eskimo.

Related Issues (13)

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.