vange-rs
vange-rs copied to clipboard
Rusty Vangers clone
I created working WebGPU build, however it didn't render anything because not all features are supported by browsers. **FF Nightly 96oa1**: ``` sampler binding 4 expects filtering = false, but...
As a follow-up to #161 on really old systems.
Relevant code in Surmap - https://github.com/KranX/Vangers/blob/e66bee2c65efb854792d3f3354999d6fcdff07f8/src/terra/siderend.cpp#L429
Some sort of GUI, or even https://github.com/interact-rs/interact, would be great to have.
http://onrendering.com/data/papers/isubd/isubd.pdf
``` Thread 1 "road" received signal SIGSEGV, Segmentation fault. 0x00005555557b4f29 in core::task::poll::Poll::map () (gdb) bt #0 0x00005555557b4f29 in core::task::poll::Poll::map () #1 0x000055555595d005 in futures_util::stream::stream::StreamExt::poll_next_unpin () #2 0x000055555595c41a in futures_executor::local_pool::LocalPool::poll_pool_once ()...
Currently, `Application::draw()` returns a command buffer to be submitted by the boilerplate. Instead, we need to pass in a `Queue` to allow `write_*` operations to happen and let the app...
For buffer bindings it's better to explicitly provide these.
In `config/settings.ron`: ``` data_path: "/home/roman/.steam/steam/steamapps/common/Vangers/data", ``` ```bash ~/personal_projects/rust/vendor/vange-rs (master %)$ RUST_BACKTRACE=1 cargo run Finished dev [unoptimized + debuginfo] target(s) in 0.06s Running `target/debug/road` thread 'main' panicked at 'Failed to execute...