Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 440 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 440 Bytes

BoydEngine

A stub of game engine for GUDEV GameJam 2020

Members

Project outline

  • Quake3 style (game engine as an engine, game as dll)
  • Based on raylib (gfx), OpenAL
  • Targets both Linux and Windows, x86_64 only
  • C-style C++ (engine core functions under boyd:: namespace)
  • Binds with Lua
  • ECS(-ish)
  • (Linux-only) hot reloading