Game engine built in modern C++. Broccoli is still in the early stages of development, but some core features have been implemented. The engine aims to be intuitive, portable, and performant. Features include:
- Scene Editor
- Entity Component System (Built using EnTT)
- Batched 2D Renderer
- Texture loading and GLSL shader compilation
- Scene Serialization (experimental)