LOVR Documentation and examples
#lovr #gamedev #examples #docs #documentation #lua
|
6 jaren geleden | |
---|---|---|
api | 6 jaren geleden | |
examples | 7 jaren geleden | |
guides | 6 jaren geleden | |
README.md | 7 jaren geleden |
This repository contains the documentation for LÖVR.
There are three main types of documentation here:
api
folder contains a Lua table with metadata for all LÖVR functions and objects.
init.lua
. The aggregator is a LÖVR script, you can run it by
typing lovr api
at the root of this repository.examples
folder contains sample LÖVR projects and tutorials.
init.lua
file are shown on the website.guides
folder contains markdown files that explain LÖVR-related concepts in depth.
init.lua
contains a manifest used to populate the sidebar on the website.Note that each release of LÖVR has its own branch. Cherry picks are used to propagate fixes to relevant branches as needed. Which will totally scale.