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.
- Host: GitHub
- URL: https://github.com/elite0og/hex2d
- Owner: elite0OG
- License: mit
- Created: 2025-03-18T07:18:59.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-23T07:42:37.000Z (about 1 year ago)
- Last Synced: 2025-03-23T08:26:59.771Z (about 1 year ago)
- Topics: 2d, dx11, gameframework, opengl
- Language: C++
- Homepage: https://elite0og.github.io/eliteWiki/
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Hex2d

### 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