VoylinsGamedevJourney / gde_gozen

The core of GoZen which works thanks to FFmpeg!
GNU Lesser General Public License v2.1
25 stars 5 forks source link

Split Video playback and Renderer into separate gde files #6

Closed voylin closed 2 months ago

voylin commented 3 months ago

This will be for the next release. People who desire video playback don't need access to the Renderer. Everything will still be inside of this repo, just one extra build argument to also compile the rendering or not. We will probably need a new scons script and set create a new option for if compiling FFmpeg once again is needed or not, let's not compile FFmpeg twice in a row for compiling video playback and the renderer directly after each other.