MoonWorks/src/Video
cosmonaut 4dbd5a2cbe MSDF font rendering + improved resource tracking (#52)
This is a major rewrite of the Font system. MoonWorks now uses MSDF font rendering, which allows high quality rendering of fonts at arbitrary sizes.

We now ship default embedded shader binaries for Video and Font. If you replace them with shader binaries of the same name located in your base directory, those will be used instead.

Many improvements have been made to resource tracking to prevent memory corruption, particularly on shutdown.

You must be careful not to leak AudioResource classes in particular, as there isn't much we can automatically do to recover from this without potentially crashing your game.

Reviewed-on: #52
2023-12-15 18:46:43 +00:00
..
VideoAV1.cs MSDF font rendering + improved resource tracking (#52) 2023-12-15 18:46:43 +00:00
VideoAV1Stream.cs MSDF font rendering + improved resource tracking (#52) 2023-12-15 18:46:43 +00:00
VideoPlayer.cs MSDF font rendering + improved resource tracking (#52) 2023-12-15 18:46:43 +00:00
VideoState.cs AV1 Video instead of Theora (#49) 2023-06-07 21:18:44 +00:00