homotopy-io / homotopy-rs

A Rust/WASM implementation of homotopy.io
https://homotopy.io
BSD 3-Clause "New" or "Revised" License
84 stars 7 forks source link

Performance and visual issues with deferred shading on Safari #341

Open calintat opened 2 years ago

calintat commented 2 years ago

After the move to deferred shading, I'm seeing some visual issues with the lisp on Safari, as well as really slow performance.

lips_2.hom.zip

Screenshot 2022-01-19 at 15 34 09

This doesn't seem to be a problem on Chrome.

jamievicary commented 2 years ago

To be clear this is a static 3d image which does not use deferred shading, so it must be an indirect consequence of the change.

doctorn commented 2 years ago

All rendering is done through the deferred pipeline now

jamievicary commented 2 years ago

Sure, but I mean those cylinders in the 3d image are genuine geometrical cylinders, not produced by the kernel method (right?).

On Wed, Jan 19, 2022 at 5:52 PM Nathan Corbyn @.***> wrote:

All rendering is done through the deferred pipeline now

— Reply to this email directly, view it on GitHub https://github.com/homotopy-io/homotopy-rs/issues/341#issuecomment-1016717750, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACQ4OHXOO5LP633RBYIJFEDUW327LANCNFSM5MKLQYPA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

doctorn commented 2 years ago

Ah, yes, I see what you mean - that is the case