lacking

module
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 10, 2023 License: MIT

README

Lacking Game Engine Go Report Card Go Reference

logo

A 3D game engine / game framework that lacks a lot of features (hence the name).

This project aims to replace go-whiskey, which has now been archived, by going through a more pragmatic development approach.

This repository is a hobby project of mine that aims to support other hobby projects like rally-mka. There are no plans at the moment to have this become a serious project and as such it lacks proper testing and code cleanliness.

WARNING: If you do decide to base a project of yours off of this repository make sure you depend on a specific tagged version, as the master branch or new tagged versions are unlikely to be backward compatible.

Directories

Path Synopsis
Package app contains an API for working with an application window and the relevant input / output mechanisms that go with it.
Package app contains an API for working with an application window and the relevant input / output mechanisms that go with it.
data
ecs
Package log provides common functions for logging.
Package log provides common functions for logging.
Package render exposes an abstraction API over the GPU so that various implementations (e.g.
Package render exposes an abstraction API over the GPU so that various implementations (e.g.
template module
ui
Package ui provides types and functions for creating an interactive User Interface.
Package ui provides types and functions for creating an interactive User Interface.
component
Package component features a framework, inspired by React, that allows one to construct a user interface hierarchy through the usage of declarative DSL.
Package component features a framework, inspired by React, that allows one to construct a user interface hierarchy through the usage of declarative DSL.
i18n
Package i18n provides experimental internationalization features.
Package i18n provides experimental internationalization features.
layout
Package layout provides a default layout scheme that can, but need not, be used with the ui framework.
Package layout provides a default layout scheme that can, but need not, be used with the ui framework.
mvc
Package mvc adds utilities on top of the component package that allow one to model a user interface that uses a type of MVC pattern.
Package mvc adds utilities on top of the component package that allow one to model a user interface that uses a type of MVC pattern.
std
Package std provides a collection of standard components that can be used with the ui framework.
Package std provides a collection of standard components that can be used with the ui framework.
util
blob
Package blob provides functions for writing and reading data to and from a byte sequence respectively.
Package blob provides functions for writing and reading data to and from a byte sequence respectively.
spatial
Package spatial provides data structures and algorithms for working with spatial objects and sub-spaces.
Package spatial provides data structures and algorithms for working with spatial objects and sub-spaces.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL