Nv7-GitHub / Awesim

An awesome sandbox simulator!
MIT License
0 stars 0 forks source link

Doesn't use OS DPI #1

Open Nv7-GitHub opened 3 years ago

Nv7-GitHub commented 3 years ago

Use raylib.GetWindowScaleDPI for calculating DPI, instead of just multiplying by 2

Nv7-GitHub commented 3 years ago

Will probably need to switch over to https://github.com/gen2brain/raylib-go for using that, since goplus is a version behind. Seems like a lot of work to do, since i'll need to rewrite render system

Nv7-GitHub commented 3 years ago

Not too much though, because all I need to do is convert r to rl and a few other things.