Coder Social home page Coder Social logo

Is this project abandoned? about rendy HOT 5 CLOSED

MarioSieg avatar MarioSieg commented on June 15, 2024
Is this project abandoned?

from rendy.

Comments (5)

zakarumych avatar zakarumych commented on June 15, 2024 3

Hi. This crate is in maintenance mod.
No new features are expected.
Currently it is used by Amethyst game engine primarily.
So instead of fixing design flaws that makes it hard to use I moved to create new library using knowledge I acquired creating rendy. Which is not ready for public use yet.

If you state your use case I can give you an advice on what library to use instead.

from rendy.

fu5ha avatar fu5ha commented on June 15, 2024 1

Thanks for your suggestion!
But does it use a real graphics backend like Vulkan or Direct3D11 for Desktop?
Because I'm not interested in web support so I don't want to loose any performance for Web support...

Yes, it uses gfx-hal, which itself is essentially a Vulkan portability layer, forwarding calls directly to Vulkan when Vulkan is supported and mapping them onto Metal/DX12/OpenGL(in theory) when not available.

from rendy.

MarioSieg avatar MarioSieg commented on June 15, 2024

Hey thanks for your answer!
I really don't know which library to use. Back in C++ I used bgfx. I want a graphics library which abstracts away too low level stuff (Vulkan) for me. I like it at the level of OpenGL or Direct3D11. Vulkan or Direct3D12 are too low level for me but I would still like to use them as backend. I considered gfx-hal but it seems very low level too. I'm going to create a 3d game engine with and I'll port a game from my old C++ engine to it. So the graphics library should be fast as it has massive physics and effects simulation.
Also since I will use my engine commercially It should be a library well supported (LTS) because I do not want to rewrite the whole rendering code after 2 or 3 years :(
What crate should I use?

Best Regards,
Mario

from rendy.

zakarumych avatar zakarumych commented on June 15, 2024

Then wgpu-rs would be a best option.
It is project made by people behind gfx-hal. Uses gfx-hal internally and provides level of abstraction similar to OpenGL.
It is rust implementation of WebGPU API that will be used in Firefox (or already).
In time you will be able to run it on both desktop and browser platforms at least.
It is possible that someone would port it to consoles one day.

from rendy.

MarioSieg avatar MarioSieg commented on June 15, 2024

Thanks for your suggestion!
But does it use a real graphics backend like Vulkan or Direct3D11 for Desktop?
Because I'm not interested in web support so I don't want to loose any performance for Web support...

from rendy.

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.