https://github.com/purkit/ezwin
Cross-platform windowing library.
https://github.com/purkit/ezwin
android directx ezwin linux macos metal opengl opengl-es vulkan wayland windows x11
Last synced: 2 months ago
JSON representation
Cross-platform windowing library.
- Host: GitHub
- URL: https://github.com/purkit/ezwin
- Owner: Purkit
- License: mit
- Created: 2025-04-23T11:30:39.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-04T08:17:00.000Z (about 1 year ago)
- Last Synced: 2025-09-05T03:46:07.450Z (9 months ago)
- Topics: android, directx, ezwin, linux, macos, metal, opengl, opengl-es, vulkan, wayland, windows, x11
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EzWin
An easy-to-use, fast, lightweight and cross-platform windowing library. This library provides a very intuitive API to create and manage windows, handle events, and create graphics context with minimum possible lines of code. Intended to be used in game engines, standalone games and in any form of rendering stuff in general.
---
## Supported Platforms:
- [x] Windows
- [x] X11 (Linux)
- [x] Wayland (Linux)
- [ ] MacOS
- [ ] Android
## Features
- Cross Platform
- Very Intuitive API
- Lightweight
- Supports OpenGL, DirectX, Vlukan and Metal context creation
---
## License
This project is licensed under the MIT License.