Add ability to render the first frame before window showing (#109)
``` window.preferredSize = Dimension(800, 600) window.pack() window.layer.awaitRedraw() window.isVisible = true ```
Showing
1.11 KB
1.11 KB
974 Bytes
937 Bytes
``` window.preferredSize = Dimension(800, 600) window.pack() window.layer.awaitRedraw() window.isVisible = true ```
1.11 KB
1.11 KB
974 Bytes
937 Bytes