Skip to content

Commit c9b5fe3

Browse files
committed
some images and things
1 parent 444dbc3 commit c9b5fe3

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
ui
2-
==
3-
*Cross platform UI development in PHP 7*
1+
[![ui](http://i.imgur.com/DhQZHD5.png)](http://github.com/krakjoe/ui)
42

53
[![Build Status](https://travis-ci.org/krakjoe/ui.svg?branch=develop)](https://travis-ci.org/krakjoe/ui)
64

7-
[libui](https://github.com/andlabs/libui) is a very excellent cross platform ui development library written in C: This extension provides an interface to [libui](https://github.com/andlabs/libui).
5+
This extension wraps the very excellent [libui](https://github.com/andlabs/libui) to provide PHP 7 with an API for the creation of cross platform native look-and-feel interfaces.
86

97
TODO
108
====
@@ -15,7 +13,7 @@ Requirements
1513
===========
1614

1715
- PHP 7
18-
- [libui](https://github.com/andlabs/libui) (ce37d12d230cea529bf6f5ac1d3bc76b9a75bbbd)
16+
- [libui](https://github.com/andlabs/libui) (use current master)
1917
- Windows/MacOSX/Linux (GTK-3)
2018
- patience
2119

@@ -28,3 +26,12 @@ Contributions
2826
============
2927

3028
Pull requests are welcome, and should target the develop branch.
29+
30+
Captures
31+
========
32+
33+
There are screenshots in the libui repository for normal form controls, here are captures of examples you can find in this repository:
34+
35+
| Snake | Starfield |
36+
|:--------:|:---------:|
37+
|[![snake](http://i.imgur.com/zodOILZ.gif)](https://github.com/krakjoe/ui/blob/develop/examples/snake.php)|[![starfield](http://i.imgur.com/VKBJ7fx.gif)](https://github.com/krakjoe/ui/blob/develop/examples/starfield.php)|

0 commit comments

Comments
 (0)