angeluriot / Dimension3D

A simple graphics library (2D, 3D and windows).
MIT License
46 stars 10 forks source link

[question] Small Window #9

Closed TheFloatingBrain closed 1 year ago

TheFloatingBrain commented 2 years ago

I have been messing with this library and even when I compile an example, I get this small window

Screenshot from 2022-06-09 04-47-08

I have been able to change it a bit by editing Scene.cpp is there a way to make it full screen (and without the boarder)?

angeluriot commented 2 years ago

Scenes are made for small windows, if you don't want that, you can forget scenes and use the draw function of the static class dim::Window.