**These instructions will not work for Raylib 5.0 or above, they are here for historical purposes only.**
raylib does not support multiple Windows by default, it was designed with simplicity in main and multi-window option was not considered as a core feature.
# support for raylib 5.0+
Adding support for multiple windows is somewhat complicated to support in raylib versions 5.0+. The platform split means that each platform needs to have information about all the windows. Also the older instructions did not handle events properly on multiple windows.
## Experimental multi-window branch
The branch of raylib has been modified to support multiple windows