You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.
Unit testing things like the color composing functions is obvious, but I'm not too sure how to automate testing the rendering functions, although it could definitely be done by creating a PNG surface, using that to render and then comparing the final output to a static PNG file.
There also needs to be benchmarking so potential optimizations can be spotted and made.
The text was updated successfully, but these errors were encountered:
I'm going to close this. There's unit tests for stuff that needs it. In the case of things like automatons and signal utilities, usually you can be sure enough that it's working if it compiles.
Unit testing things like the color composing functions is obvious, but I'm not too sure how to automate testing the rendering functions, although it could definitely be done by creating a PNG surface, using that to render and then comparing the final output to a static PNG file.
There also needs to be benchmarking so potential optimizations can be spotted and made.
The text was updated successfully, but these errors were encountered: