Code Monkey home page Code Monkey logo

Comments (2)

anynoise00 avatar anynoise00 commented on May 30, 2024 1

That solved it, thanks!

from bevy_retrograde.

zicklag avatar zicklag commented on May 30, 2024

Hey there! That's not your fault, I just pushed a fix for Bevy Retro that makes it work with Bevy 0.5 by default.

Also, bevy_retro, because it uses a custom renderer, is incompatible with heron's debug rendering features. Because the 2d feature of heron automatically enables the heron_debug crate which is incompatible with bevy_retro, you have to modify your cargo toml depedencies slightly to make sure we don't include the heron_debug crate:

bevy = { version = "0.5.0", default-features = false }
heron = { version = "0.5.0", default-features = false }
heron_rapier = { version = "0.5.0", features = ["2d"] }
bevy_retro = { git = "https://github.com/katharostech/bevy_retro", branch = "master" }

After that, run cargo update and you should be good to go!

from bevy_retrograde.

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.