parasyte / pixels

A tiny hardware-accelerated pixel frame buffer. 🦀
https://docs.rs/pixels
MIT License
1.82k stars 123 forks source link

greedy meshing? #404

Closed suprohub closed 1 week ago

parasyte commented 1 month ago

Is there a question, here?

suprohub commented 1 month ago

Yes

suprohub commented 1 month ago

And what about winit 0.30? I created fork where winit 0.30.5 and wgpu 22.1.0. But all examples are broken

parasyte commented 1 month ago

What's the question wrt greedy meshing?

winit 0.30 was discussed recently in #403. wgpu 22 has an open PR in #402.

suprohub commented 1 month ago

What's the question wrt greedy meshing?

winit 0.30 was discussed recently in #403. wgpu 22 has an open PR in #402.

Can we implement greedy meshung?

parasyte commented 1 month ago

pixels.context() and pixels.adapter() give you access to all of the wgpu internal state. You can use it to implement any graphics technique you like.