gorge - go r? game engine
(reduced? rudimentary?)
A personal project that I am developing for learning purposes
It was first created with wasm in mind, others were added later
- wasm
- glfw (linux, windows?, osx?)
- mobile (golang.org/x/mobile - WIP)
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 importerssystems/render
- knows how to render gorge componentssystems/audio
-systems/input
-
- gm contains code inspired or copied from https://github.com/go-gl/mathgl authors Copyright ©2013 The go-gl Authors. All rights reserved.
- Shaders based on https://github.com/KhronosGroup/glTF-Sample-Viewer