darthdeus / comfy

Comfy is a fun 2D game engine built in Rust. It's designed to be opinionated, productive, and easy to use.

Home Page:https://comfyengine.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make it clear how to do y-down & "world units in pixels"

darthdeus opened this issue · comments

While I do think [0, 0] at screen center, y-up, and "1 unit = 1 meter" (as in unity) is the overall best approach, it is understandable that some might prefer a different approach, e.g. macroquad style top-left y-down pixel units. Comfy should make this simple by configuring the camera, and also document how to do this.