Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a task-less render client alternative #60

Closed
kvark opened this issue Jul 3, 2014 · 5 comments
Closed

Implement a task-less render client alternative #60

kvark opened this issue Jul 3, 2014 · 5 comments

Comments

@kvark
Copy link
Member

kvark commented Jul 3, 2014

We need an alternative render client that keeps the render::Server locally to avoid message passing overhead. According to @csherratt, messages take a big chunk of our time. Removing the render task in favor of direct calls can help with frame rate as well as latency.

@brendanzab
Copy link
Contributor

👍

@brendanzab brendanzab self-assigned this Jul 3, 2014
@brendanzab
Copy link
Contributor

I will see if I can tackle this tonight.

@kvark
Copy link
Member Author

kvark commented Jul 4, 2014

Oh, I was going to get my hands on it as well :) I'll find something else to hack on then.

@brendanzab
Copy link
Contributor

I feel bad letting you do all the work!

@brendanzab
Copy link
Contributor

The render task was removed in #64. Closing.

adamnemecek pushed a commit to adamnemecek/gfx that referenced this issue Apr 1, 2021
163: Remove Rust wrapper and examples r=kvark a=kvark

Fixes gfx-rs#160 
Closes gfx-rs#60

Everything specific to Rust API is about to be moved to https://github.com/gfx-rs/wgpu-rs
It would let this project to be a proper mirror of mozilla-central piece, and it would encourage other authors to experiment with different approaches to Rust wrappers (i.e. borrowing versus non-borrowing).

cc @jdashg

Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants