Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmus authored May 2, 2021
1 parent 83b42c2 commit f0f46b9
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
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.

0 comments on commit f0f46b9

Please sign in to comment.