From bea50f2be7df69bfec510576be23bba545863f17 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 30 Sep 2023 17:47:19 +0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 240ef36..2e2eb4a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ Yet another physics engine implementation. ### Snow image +This demo project showcases the capabilities of a physics engine and built-in canvas renderer, with a focus on real-time snow physics. Additionally, a snowdrift feature has been implemented, which grows as snow particles accumulate on it, and a smoke particle system, which [interacts](https://dra1ex.github.io/physics-js/examples/particles) with the environment in a realistic way. + +The terrain is procedurally generated, ensuring that each scene is unique. To further enhance the visual experience, there are six different themes available for each time of day. By utilizing geoposition access, the theme can be automatically synchronized with the local sun position, creating an immersive and dynamic experience. + +The demo has been designed to be used as a live desktop wallpaper or screensaver, and is compatible with popular customization tools such as Wallpaper Engine and Plash. Configuration options are available to further customize the experience to your liking. + +While the demo can run without user interactions, users can click or touch the screen to play with the snowdrift and make it grow. The snow and smoke particles use an impulse-based physics solver, resulting in accurate physical interactions with the environment. + ### Features: 1. Real-time snow physics. 2. Snowdrift that grows as snow falls on it.