Skip to content

Conversation

Laknicek
Copy link

@Laknicek Laknicek commented Aug 9, 2025

This commit addresses two bugs and adds a new feature:

  • Fixes a bug where icons were not appearing due to an incorrect import path.
  • Fixes a WebGL crash when loading non-power-of-two image textures.
  • Adds a new feature to allow using MP4 videos as looping backgrounds.
  • Adds a new VideoDisplay component to render videos.
  • Adds a new VideoInput component to select video files.
  • Adds controls for setting the start and end times of the video loop.
  • Adds a unit test for the VideoDisplay component.

This commit addresses two bugs and adds a new feature:

- Fixes a bug where icons were not appearing due to an incorrect import path.
- Fixes a WebGL crash when loading non-power-of-two image textures.
- Adds a new feature to allow using MP4 videos as looping backgrounds.
- Adds a new `VideoDisplay` component to render videos.
- Adds a new `VideoInput` component to select video files.
- Adds controls for setting the start and end times of the video loop.
- Adds a unit test for the `VideoDisplay` component.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants