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

Total wgpu-rs conversion #73

Merged
merged 13 commits into from Mar 20, 2019

Conversation

@kvark
Copy link
Owner

commented Mar 19, 2019

Fixes #72

Converts the graphics subsystem to wgpu-rs, modularizes it, and moves the whole codebase to Rust 2018. Works on:

  • macOS/Metal
  • linux/Vulkan
  • windows/Vulkan
  • windows/Dx12
  • windows/Dx11

Note: the port was done from an earlier version of vange-rs prior to the new raytracing algorithm (bc8ac0d). This PR misses some of the features:

  • new raytracing - #74
  • debug rendering - #75
  • GPU collisions - #76

@kvark kvark force-pushed the wgpu branch 2 times, most recently from c039984 to ee2e66c Mar 19, 2019

@kvark kvark force-pushed the wgpu branch from 77d757b to dbf2d84 Mar 20, 2019

@kvark kvark changed the title [WIP] wgpu-rs conversion wgpu-rs conversion Mar 20, 2019

@kvark kvark changed the title wgpu-rs conversion total wgpu-rs conversion Mar 20, 2019

@kvark kvark changed the title total wgpu-rs conversion Total wgpu-rs conversion Mar 20, 2019

@kvark

This comment has been minimized.

Copy link
Owner Author

commented Mar 20, 2019

Alright, this was blocked on gfx-rs/wgpu#110
Now we are good to 🚀
bors r+

bors bot added a commit that referenced this pull request Mar 20, 2019

Merge #73
73: Total wgpu-rs conversion r=kvark a=kvark

Fixes #72 

Converts the graphics subsystem to wgpu-rs, modularizes it, and moves the whole codebase to Rust 2018. Works on:
- [x] macOS/Metal
- [x] linux/Vulkan
- [x] windows/Vulkan
- [x] windows/Dx12
- [x] windows/Dx11

Note: the port was done from an earlier version of vange-rs prior to the new raytracing algorithm (bc8ac0d). This PR misses some of the features:
  - new raytracing - #74
  - debug rendering - #75


Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
Co-authored-by: Dzmitry Malyshau <dmalyshau@mozilla.com>
@bors

This comment has been minimized.

Copy link
Contributor

commented Mar 20, 2019

@bors bors bot merged commit 3eb1b56 into master Mar 20, 2019

3 checks passed

bors Build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details

@kvark kvark deleted the wgpu branch Mar 20, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant
You can’t perform that action at this time.