Git Product home page Git Product logo

Comments (1)

inodentry avatar inodentry commented on July 17, 2024 1

I've spent a lot of time thinking about the problem and it feels like it is impossible to fix, due to some things in bevy_ecs not being pub, which does not let me access them directly.

In most situations, if it seems like you have to use workarounds and there could have been a nicer API to do things (with ConditionSet, labels, etc) ... often the answer is that I just couldn't do it, because I don't have access to the internal things in bevy_ecs that I would need, being an external crate that wants to remain compatible with current bevy.

I could have tried to make a PR to make the things I need publicly accessible, but then you would have to wait until the next Bevy release to benefit from that anyway, so it doesn't feel like it is worth it (especially given that Bevy developers are working on the big Stageless overhaul, which will likely come soon).

Wait for Stageless in Bevy

from iyes_loopless.

Related Issues (20)

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.