An open API service indexing awesome lists of open source software.

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.

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.