ria8651 / alex

Rendering whole minecraft worlds (wip)
Apache License 2.0
26 stars 2 forks source link

WIP adding another buffer to circument issue #1 #3

Closed nerdachse closed 11 months ago

nerdachse commented 1 year ago

This is a WIP as I learn more about WGPU, buffers and how to write from the GPU back to the CPU... it doesn't work right now.

Compiles and runs but:

2023-11-01T17:53:36.747688Z WARN alex::render_pipeline::voxel_streaming: No counters data returned from the gpu!

screenshot_01 11 2023-18 53 35

ria8651 commented 1 year ago

I'm currently working on rewriting all the internals so if I get it to work I'll add the double-buffering

nerdachse commented 1 year ago

Very cool... looking forward to understand what dumb mistake(s) I made and fill holes in my very sparse knowledge! :)

nerdachse commented 11 months ago

Obsolete now that it works on main