Files
open-gsio/packages/scripts
geoffsee 0ff8b5c03e * Introduced BevyScene React component in landing-component for rendering a 3D cockpit visualization.
* Included WebAssembly asset `yachtpit.js` for cockpit functionality.
* Added Bevy MIT license file.
* Implemented a service worker to cache assets locally instead of fetching them remotely.
* Added collapsible functionality to **Tweakbox** and included the `@chakra-ui/icons` dependency.
* Applied the `hidden` prop to the Tweakbox Heading for better accessibility.
* Refactored **Particles** component for improved performance, clarity, and maintainability.

  * Introduced helper functions for particle creation and count management.
  * Added responsive resizing with particle repositioning.
  * Optimized animation updates, including velocity adjustments for speed changes.
  * Ensured canvas size and particle state are cleanly managed on component unmount.
2025-07-17 13:47:50 -04:00
..
2025-06-04 18:45:08 -04:00
2025-06-24 17:32:59 -04:00
2025-06-04 18:45:08 -04:00
2025-06-24 17:32:59 -04:00
2025-06-24 17:32:59 -04:00
2025-06-04 18:45:08 -04:00

scripts

To install dependencies:

bun install

To run:

bun run

This project was created using bun init in bun v1.2.8. Bun is a fast all-in-one JavaScript runtime.