Giter Site home page Giter Site logo

bevy_plot's People

Contributors

alice-i-cecile avatar eliotbo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bevy_plot's Issues

Almost working with Bevy 0.11.3

I almost have this upgraded to Bevy 0.11.3. Compile-time issues are solved, but some runtime problems remain. The UniformComponentPlugin is not generating resources properly in the build step of several plugins, so the problem is systemic. This prevents the BindGroup for the uniform from being created. This is occurring for Markers and Segments at least. Probably other plugins too.

This line fails

            UniformComponentPlugin::<MarkerUniform>::default(),

subsequent query for this resource fails

    mesh2d_uniforms: Res<ComponentUniforms<MarkerUniform>>,

Dependency issues with bevy 0.10.0

If I try to ad bevy_plot to a porject with bevy 0.10.0, I get the following error:

    Updating crates.io index
      Adding bevy_plot v0.1.5 to dependencies.
             Features:
             - unstable
error: failed to select a version for `web-sys`.
    ... required by package `wgpu v0.12.0`
    ... which satisfies dependency `wgpu = "^0.12.0"` of package `bevy_render v0.6.0`
    ... which satisfies dependency `bevy_render = "^0.6.0"` of package `bevy_core_pipeline v0.6.0`
    ... which satisfies dependency `bevy_core_pipeline = "^0.6.0"` of package `bevy_internal v0.6.0`
    ... which satisfies dependency `bevy_internal = "^0.6.0"` of package `bevy v0.6.0`
    ... which satisfies dependency `bevy = "^0.6.0"` of package `bevy_plot v0.1.5`
    ... which satisfies dependency `bevy_plot = "^0.1.5"` of package `brain_osc_viz v0.1.0 (/home/mo/Documents/brain_osc_viz)`
versions that meet the requirements `^0.3.53` are: 0.3.61, 0.3.60, 0.3.59, 0.3.58, 0.3.57, 0.3.56, 0.3.55, 0.3.54, 0.3.53

the package `wgpu` depends on `web-sys`, with features: `GpuBufferUsage` but `web-sys` does not have these features.


all possible versions conflict with previously selected packages.

  previously selected package `web-sys v0.3.60`
    ... which satisfies dependency `web_sys = "~0.3.60"` of package `glow v0.12.0`
    ... which satisfies dependency `glow = "^0.12.0"` of package `wgpu-hal v0.15.1`
    ... which satisfies dependency `wgpu-hal = "^0.15.1"` of package `bevy_render v0.10.0`
    ... which satisfies dependency `bevy_render = "^0.10.0"` of package `bevy_core_pipeline v0.10.0`
    ... which satisfies dependency `bevy_core_pipeline = "^0.10.0"` of package `bevy_gltf v0.10.0`
    ... which satisfies dependency `bevy_gltf = "^0.10.0"` of package `bevy_internal v0.10.0`
    ... which satisfies dependency `bevy_internal = "^0.10.0"` of package `bevy v0.10.0`
    ... which satisfies dependency `bevy = "^0.10.0"` of package `brain_osc_viz v0.1.0 (/home/mo/Documents/brain_osc_viz)`

failed to select a version for `web-sys` which could resolve this conflict

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.