Lea-fish / Leafish

A minecraft-like multi version client implemented in Rust.
Apache License 2.0
824 stars 46 forks source link

3D main menu background. #274

Open skillman623 opened 1 year ago

skillman623 commented 1 year ago

We should implement a main menu background similar to #https://github.com/iceiix/stevenarella/commit/75fb828

This information could be cached to then be rendered in the background of the main menu or in a preview of a profile once #273 is implemented.

terrarier2111 commented 1 year ago

We had a 3d background but it was really bad for perf because it started a local minecraft server and had you connect to it

terrarier2111 commented 1 year ago

We would have to either implement this way more efficiently somehow or just set a video background

skillman623 commented 1 year ago

Could we not render it how we used to and record it as a video (preferably 360 so it could be possibly be used if we impliment VR support in the future) to play?