|
|
2 лет назад | |
|---|---|---|
| .. | ||
| assets | 2 лет назад | |
| basic | 2 лет назад | |
| invaders | 3 лет назад | |
| luainvaders | 3 лет назад | |
| shell | 3 лет назад | |
| tutorial | 2 лет назад | |
| readme.md | 3 лет назад | |
This directory contains a collection of sample applications that demonstrate the use of RmlUi in small, easy to understand applications.
assetsThis directory contains the assets shared by all the sample applications.
basicThis directory contains basic applications that demonstrate initialisation, usage, shutdown and installation of custom interfaces.
animation animations and transitionsbenchmark a benchmark to measure performancebitmapfont using a custom font enginecustomlog setting up custom loggingdatabinding setting up and using data bindingsdemo demonstrates a variety of features in RmlUi and includes a sandbox for playing with RML/RCSSdrag dragging elements between containersloaddocument loading your first documentlottie playing Lottie animations, only enabled with the Lottie pluginsvg render SVG images, only enabled with the SVG plugintransform demonstration of transformstreeview using data bindings to create a file browserinvadersA full implementation of the 1970s classic Space Invaders using the RmlUi interface.
luainvadersLua version of the invaders sample. Only installed with the Lua plugin.
shellThe shell provides some common functionality that are specific to the included samples and tests, such as loading fonts and handling global keyboard shortcuts.
Note that, the code for rendering, opening and closing windows, and providing inputs, is instead located in the backends, however some extensions to these backends are found in the shell.
tutorialTutorial code that should be used in conjunction with the tutorials in the RmlUi documentation.