Skip to content

BoydOrg/BoydEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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