tversteeg / chuot

🐭 AGPL licensed Rust game engine for 2D pixel-art games
http://tversteeg.nl/chuot/
GNU Affero General Public License v3.0
24 stars 1 forks source link

Camera #84

Closed suprohub closed 2 months ago

suprohub commented 3 months ago

there the camera?

tversteeg commented 3 months ago

At the moment, you'll have to do it manually. I have been considering adding it, but I'm not sure what a nice user-friendly API would be for that.

Some things to consider:

Any suggestions?

suprohub commented 2 months ago

1 part of the library 2 I didnt quite understad the question even through a translator 3 yes

tversteeg commented 2 months ago

2 I didnt quite understad the question even through a translator

Should all sprite elements be automatically drawn with the camera or not? And how do you choose to draw something with the camera or not?

Also, is there only one camera or can there also be multiple ones?