-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# lecui_demo | ||
Example apps demonstrating how to use the lecui library | ||
|
||
<table> | ||
<tbody> | ||
<tr> | ||
<th>Name</th> | ||
<th>Description</th> | ||
<th>Demonstrated Features</th> | ||
</tr> | ||
<tr> | ||
<td>lecui_minimal</td> | ||
<td>Smallest possible lecui app</td> | ||
<td> | ||
<ul> | ||
<li>Hello world</li> | ||
</ul> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>lecui_login</td> | ||
<td>Basic login form</td> | ||
<td> | ||
<ul> | ||
<li>Inheriting from the form class</li> | ||
<li>Choosing a theme</li> | ||
</ul> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
## Compile time Requirements | ||
Latest version of the [lecui library](https://github.com/alecmus/liblec). | ||
|
||
## Runtime Requirements | ||
The apps have the following runtime requirements: | ||
1. Windows 10 (32 or 64 bit) | ||
|
||
## Prebuilt binaries | ||
If you just want to quickly run the apps you can download the prebuilt binaries under | ||
[releases](https://github.com/alecmus/lecui_demo/releases). Please note that the latest release may | ||
be significantly older than the latest demo examples that are still pending release. |