Giter Club home page Giter Club logo

egui_vulkano_backend's People

Contributors

kentathebugmaker avatar

Stargazers

 avatar  avatar

Watchers

 avatar

egui_vulkano_backend's Issues

Doesn't pass egui color test

Hey! I've been working on a simple vulkano backend for egui as well ๐Ÿ˜… I just tried your example and noticed it doesn't pass the color test on my machine:
Color test

I was able to fix the colors by setting the swapchain format like this

assert!(&caps
  .supported_formats
  .contains(&(Format::B8G8R8A8Srgb, ColorSpace::SrgbNonLinear)));
let format = Format::B8G8R8A8Srgb;

instead of caps.supported_formats[0].0

Don't know what's going on with the texture gradients. Anyway, I'd love to have a chat about some of the decisions you've made. For example, it seems you're creating a new CpuAccessibleBuffer for every mesh? When I tried that I got horrible performance, but I must have been doing something wrong because your demo app seems to run fine...

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.