hecrj / coffee

An opinionated 2D game engine for Rust
https://docs.rs/coffee
MIT License
1.08k stars 55 forks source link

Add more integration tests for graphics #101

Open hecrj opened 4 years ago

hecrj commented 4 years ago

Currently, we only have a simple Mesh test as an integration test for our graphics module. You can find a bit more context about this in #16 and #80.

We should write additional graphics tests until we cover a considerable amount of current functionality. This will allow us to control regressions if/when we change the graphical backends.