pico8lib icon indicating copy to clipboard operation
pico8lib copied to clipboard

Library of useful functions and tables for Lua programming for the PICO-8 fantasy console

Results 4 pico8lib issues
Sort by recently updated
recently updated
newest added

This PR updates the headers across all modules to automatically generate HTML formatted documentation into the doc folder. ldoc chokes on certain syntax that we commonly use in Pico-8 so...

#9 deletes a lot of comments with usage examples as part of setting up to generate docs with ldoc. Bring those examples back as ldoc-compatible examples files.

This will permit us to automatically generate documentation to include in the project's wiki from the source. Documentation for the format is here: https://keplerproject.github.io/luadoc/manual.html#introduction It's not much different than what...

good first issue

Currently it calls two functions that haven't been defined yet. This puts the definition of dest() after them.