Giter VIP home page Giter VIP logo

Comments (4)

dtcristo avatar dtcristo commented on August 18, 2024 1

I'm not on Linux so can't really look into this issue. If you manage to fix it, I'd be happy to merge a PR.

Try the new version I released and use the "wayland" feature on bevy_pixels in your own project.

[dependencies]
bevy = { version = "0.6", default_features = false }
bevy_pixels = { version = "0.4", features = ["wayland"] }

from bevy_pixels.

dtcristo avatar dtcristo commented on August 18, 2024

I've implemented this in 0.4.0. Please let me know if you have further issues.

from bevy_pixels.

adsick avatar adsick commented on August 18, 2024

Hi, I also had this issue, then mentioned features = ["wayland"], but then this:
image

my workspace config is this:
bevy_pixels is in bevy/crates directory,
the dependencies of bevy_pixels are:

  14   │ [dependencies]
  15 ~ │ bevy = { path = "../../", version = "0.6", default_features = false, features = ["bevy_winit", "wayland"] }
  16   │ pixels = "0.9"

note, I'm using such workspace config because it saves time for not compiling bevy multiple times

from bevy_pixels.

adsick avatar adsick commented on August 18, 2024

using latest bevy with latest bevy_pixels:
the same(
image

[features]
default = ["wayland"]

# Display server protocol support (X11 is enabled by default)
wayland = ["bevy/wayland"]
x11 = ["bevy/x11"]

[dependencies]
bevy = { path = "../../", version = "0.6", default_features = false, features = ["bevy_winit"] }
pixels = "0.9"

[dev-dependencies]
rand = "0.8"

from bevy_pixels.

Related Issues (12)

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.