Commit Graph

6 Commits (d69f62d2ce9bd7580e681c980e4e0bf2afe819df)

Author SHA1 Message Date
cosmonaut d69f62d2ce fix video loader race condition 2023-03-06 16:43:31 -08:00
cosmonaut 8aa9ce550d fix audio thread deadlocks 2023-03-03 23:56:24 -08:00
cosmonaut 52c4fa26c7 working on thread safety 2023-03-03 18:12:50 -08:00
TheSpydog 05de9a4066 Make video shaders optional and search for them in the root output directory (#42)
Whenever the video shaders change, they can be rebuilt with refreshc and distributed alongside the moonlibs.

Co-authored-by: Caleb Cornett <caleb.cornett@outlook.com>
Reviewed-on: #42
Co-authored-by: TheSpydog <thespydog@noreply.example.org>
Co-committed-by: TheSpydog <thespydog@noreply.example.org>
2023-01-21 23:37:01 +00:00
cosmonaut 23252a149f ignore currently loaded video on VideoPlayer.Load 2022-09-20 11:31:27 -07:00
cosmonaut b380707462 Video Optimization (#22)
- Videos are now shoved into memory when created to avoid disk latency issues
- Added VideoPlayer class to avoid redundant texture creation on videos
- Most Video functions are now on VideoPlayer

Reviewed-on: #22
2022-08-18 20:45:34 +00:00