accmltr / scala-games

A game engine for writing games in Scala.
MIT License
4 stars 0 forks source link

Add Framecatch Renderer #44

Closed accmltr closed 9 months ago

accmltr commented 9 months ago

This renderer simply adds a shader in at various points in the render pipeline which output the current frame to a frame buffer object, and then into an image local variable.

These images can be read every frame for the purposes of testing.