I’m excited to share GROmEngine – my open-source С++ game engine that’s now available for everyone to use!
Who is this for?
👨💻 Developers who want to learn game engine architecture
🎮 Indie devs needing a lightweight, flexible solution
🧩 Anyone interested in contributing to an open-source engine
🔗 Source Code: https://github.com/Gaikov/GROmEngine
🛠 Project Template: https://github.com/Gaikov/GROmGameTemplate
🌐 WebAssembly Demo: https://grom-games.com/engine/
Key Features:
✅ Cross-platform support: Windows, Linux, macOS, Android & WebAssembly
✅ OpenGL-based rendering
✅ OpenAL audio system
✅ Ready-to-use project template
Getting Started:
- Clone the template project:
git clone https://github.com/Gaikov/GROmGameTemplate.git
- Follow the build instructions
- Start creating your game!
As a solo developer, I welcome all contributions – bug reports, feature ideas, and pull requests. Let’s make GROmEngine better together!
#GameDev #OpenSource #IndieDev #GameEngine #WebAssembly