Giter Club home page Giter Club logo

Comments (6)

simbleau avatar simbleau commented on August 22, 2024 1

@johanhelsing Now Z-ordering is implemented with help from @Pengiie! There should be no issues. Let me know how it all works!

from bevy_vello.

simbleau avatar simbleau commented on August 22, 2024

Wondering if it's completely out of the question to play nice with other bevy 2d renderers, such as bevy_sprite and bevy_smud?

https://github.com/johanhelsing/bevy_smud/blob/66d9249f33996b1c8d9ee2aee20b783ecdefa8ee/src/lib.rs#L593

I haven't used bevy_sprite or smud but nothing will stop you from using bevy-vello. It can use the same GPU device and you can spawn your assets with a transform.

Not sure if this answers the question, please let me know.

from bevy_vello.

johanhelsing avatar johanhelsing commented on August 22, 2024

It's mainly about z ordering of transparents. The line i linked to will break a batch if something it doesn't recognize appears in the render phase,

from bevy_vello.

simbleau avatar simbleau commented on August 22, 2024

Since bevy-vello was originally developed for a top-down game, it used the Y position in the transform for its Z-ordering, with the addition of layering. This is something we want to change in favor of Z-ordering, tracked by #8

Since Assetsv2 just came out, I'll look into both Z-ordering and ensuring it could play nicely with smud.

from bevy_vello.

seabassjh avatar seabassjh commented on August 22, 2024

It's mainly about z ordering of transparents. The line i linked to will break a batch if something it doesn't recognize appears in the render phase,

Is there currently a problem when using bevy_vello regarding that line you linked? Or is this a precautionary question?

from bevy_vello.

johanhelsing avatar johanhelsing commented on August 22, 2024

Hey sorry, didn't have time to get back to you back in december, but I tested a couple of weeks back and I think z-ordering worked as expected then.

Thanks! Hoping to use this crate in a project soon :)

from bevy_vello.

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.