Grant-Nelson / ThreeDart

3D graphical rendering tool for websites written in Dart.
Other
16 stars 11 forks source link

Add fullscreen mode #108

Closed Grant-Nelson closed 4 years ago

Grant-Nelson commented 5 years ago

Make it so that there is an easy way to request a full screen for the render target. This may be as simple as making the one canvas element take over the screen. There must be a way to escape from the full screen mode easily. Please add a test which demonstrates full screen.

Grant-Nelson commented 4 years ago

Done