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

https://github.com/elite0og/hex2d

This project(hex2d) aims to create a high-performance 2D renderer using OpenGL and DirectX 11, designed to simplify game development.
https://github.com/elite0og/hex2d

2d dx11 gameframework opengl

Last synced: about 1 year ago
JSON representation

This project(hex2d) aims to create a high-performance 2D renderer using OpenGL and DirectX 11, designed to simplify game development.

Awesome Lists containing this project

README

          

# Hex2d
![logo-gray]( https://elite0og.github.io/eliteWiki/logo4.png)

### Features
- OpenGL and Dx11 Renderering support
- efficient 2D rendering
- imgui layer/overlay support
- lightweight
- UI level editor(Coming Soon)
### Dependences-
- GLFW
- GLEW
- Dx11 SDK v 7 (that comes with Visual Studio winSDK Eg - Win11SDK)
#### About project
Hex2D is a lightweight and efficient 2D rendering engine designed for game development. It supports both OpenGL and DirectX 11, allowing developers to choose the best rendering backend for their needs. The goal of this project is to simplify the process of creating 2D games while providing high performance and flexibility.

Stay tuned for more updates!
### December
DirectX renderer is not complite but you can use it if you want