coolbutuseless/nara

Screen size issue with Dino Multi-Ball example

Closed this issue · 1 comments

For some reason I don't get the screen with the right
dimensions and aspect ratio. In that example, the
window is 552 by 1296 pixels.

snap

This is unrelated to {nara}, it has only to do with x11() picking up width and height from X window system defaults. Passing width and height as multiples of the width and height passed in nr_new() fixes the aspect ratio.