/bvge

Personal game dev experiments

Primary LanguageJava

BVGE Prototype Design Notes

bastard video game engine

NOTE: this repo is not actively being developed, I learned a TON while working on this, and I will leave it here for reference purposes, but I have transitioned to a new codebase for the next chapter of my game dev experiments. Maybe someone will find this useful someday :-)

Tech Stack

  • JDK / Java
    • CPU Game Loop
  • Open GL / GLSL
    • GPU Rendering
  • Open CL / CL C
    • GPU Compute

Goals

  • Eventually, something game-like

Non-Goals

  • 3D
  • Re-usable engine

alt text