/gorge

go R? game engine

Primary LanguageGoApache License 2.0Apache-2.0

Gorge - WIP

gorge - go r? game engine

(reduced? rudimentary?)

A personal project that I am developing for learning purposes

Demos

Platforms

It was first created with wasm in mind, others were added later

  • wasm
  • glfw (linux, windows?, osx?)
  • mobile (golang.org/x/mobile - WIP)

Example

Packages

  • gorge - contains mostly core components as data (light, camera, renderable, material, texture, font, transform,...)
  • systems/resource - knows how to load gorge data (textures, mesh, material, fonts, ... ) and might eventually have custom importers
  • systems/render - knows how to render gorge components
  • systems/audio -
  • systems/input -

Copyrights