hecrj / coffee

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

Introduce a `Viewport` type combining a `Canvas` and a `Transformation` #40

Open hecrj opened 5 years ago

hecrj commented 5 years ago

I think we could introduce a Viewport type combining a Canvas and a Transformation once we deal with #6 and #9.

This idea came up in the #game-dev channel in the Rust Community Discord: image