Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 480 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 480 Bytes

broccoli

alt text

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)