This library is still in development and is not ready to be used.
Windy is a windowing library in pure Nim that uses OS native APIs. Windy is similar to GLFW or SDL.
You would use windy to:
- Open and manage windows.
- Get mouse events.
- Get keyboard events.
- Open openGL context to do graphics.
Supported OS:
- Windows via win32 API.
- MacOS via Cocoa API.
- Linux via X11 protocol.