deepnight / gameBase

Base structure for my games, using Heaps framework and Haxe language.
https://deepnight.net
MIT License
606 stars 149 forks source link

Shooting mode support (GIF, screen, video) #70

Open deepnight opened 2 years ago

kLabz commented 2 years ago

Do you have leads on that? Currently I'm only able to generate animated pngs (with a modified png writer in format lib, I should clean it up and open a PR), but support for reading those is limited.

deepnight commented 2 years ago

Well actually it's mostly about adding a few keyboard shortcuts to turn the game into "screenshot" / "video" shooting modes. Usually, in these modes, I increase color contrast, remove UIs etc.

It's not a GIF nor a video generator, as capture still has to be done externally :)