stackotter / delta-client

An open source Minecraft Java Edition client built for speed.
https://deltaclient.app
GNU General Public License v3.0
326 stars 33 forks source link

Skybox rendering #188

Closed stackotter closed 9 months ago

stackotter commented 10 months ago

Description

I've finally implemented a proper skybox renderer with distance fog, correct sky color (based on time-of-day and biome), the sun, the moon, the stars, the sunrise/sunset 'fog', underwater fog and lava fog. This drastically improves how complete the client feels, and makes a massive improvement in the nether where the fog is a staple of the visual aesthetic.

Remaining tasks

stackotter commented 9 months ago

Gonna leave the other two remaining tasks for now as they're more minor things and not really part of the main skybox implementation. They can be implemented later as QoL improvements.

ninjadev64 commented 9 months ago

šŸŽ‰

Maybe add some screenshots showing this off to the README?

stackotter commented 9 months ago

Oh yeah good idea šŸ‘ a sunrise would look nice in the readme. Will do when Iā€™m back at my laptop.