Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Lua API docs #4

Merged
merged 13 commits into from
Sep 22, 2020
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions assets/themes/librocket/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,11 @@ a[href^="http"]:after {
max-height: 80vh;
padding-bottom: 1em;
}

.lua-type {
font-weight: bold;
}

.lua-method {
font-weight: bold;
}
8 changes: 8 additions & 0 deletions pages/lua_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ status: improve
The documentation for using Lua with RmlUi is a work-in-progress. If you'd like to get started, please have a look at the `luainvaders` sample included with the library.

The Lua implementation works analogous to the old [Python scripting implementation](https://barotto.github.io/libRocketDoc/pages/python_manual.html) in libRocket. It may be helpful to check out its documentation.

## Integrating Lua

## Interfaces

## Appendix

1. [API reference](lua_manual/api_reference.html)
Loading