mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readme: add a link to V UI
This commit is contained in:
parent
e72dfc3212
commit
9b5e9984bf
15
README.md
15
README.md
@ -29,7 +29,8 @@ Installing V: [github.com/vlang/v#installing-v-from-source](https://github.com/v
|
|||||||
- Safety: no null, no globals, no undefined behavior, immutability by default
|
- Safety: no null, no globals, no undefined behavior, immutability by default
|
||||||
- C to V translation
|
- C to V translation
|
||||||
- Hot code reloading
|
- Hot code reloading
|
||||||
- Powerful UI and graphics libraries
|
- [Cross-platform UI library](https://github.com/vlang/ui)
|
||||||
|
- Built-in graphics library
|
||||||
- Easy cross compilation
|
- Easy cross compilation
|
||||||
- REPL
|
- REPL
|
||||||
- Built-in ORM
|
- Built-in ORM
|
||||||
@ -77,6 +78,8 @@ sudo ./v symlink
|
|||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
|
<details><summary>Expand Docker instructions</summary>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/vlang/v
|
git clone https://github.com/vlang/v
|
||||||
cd v
|
cd v
|
||||||
@ -93,6 +96,8 @@ docker build -t vlang --file=Dockerfile.alpine .
|
|||||||
docker run --rm -it vlang:latest
|
docker run --rm -it vlang:latest
|
||||||
/usr/local/v/v
|
/usr/local/v/v
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
### Testing and running the examples
|
### Testing and running the examples
|
||||||
|
|
||||||
@ -148,6 +153,14 @@ git clone --depth=1 https://github.com/ubawurinna/freetype-windows-binaries [pat
|
|||||||
|
|
||||||
glfw dependency will be removed soon.
|
glfw dependency will be removed soon.
|
||||||
|
|
||||||
|
## V UI
|
||||||
|
|
||||||
|
<a href="https://github.com/vlang/ui">
|
||||||
|
<img src='https://raw.githubusercontent.com/vlang/ui/master/examples/users/screenshot.png' width=712>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
https://github.com/vlang/ui
|
||||||
|
|
||||||
<!---
|
<!---
|
||||||
## JavaScript backend
|
## JavaScript backend
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user