Bombfuse / emerald

A 2D rust game engine focused on portability.
MIT License
558 stars 16 forks source link

Video Player Component #181

Open Bombfuse opened 2 years ago

Bombfuse commented 2 years ago

Let's add a Video Player Component to the engine.

Playing video is pretty valuable for a game engine.

A Video Player Component would take in the following data in order to function (please add more if you think of anything else a video player component would need)

Should probably target FFMPEG as the first file format for Video Player Component.