Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vtereshkov authored May 19, 2020
1 parent 53133ab commit 13f67d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ Umka is a statically typed embeddable scripting language. It combines the simpli
## Getting Started
* Download the [latest release](https://github.com/vtereshkov/umka-lang/releases) for Windows and Linux (_Note:_ both versions use `/` as path separator)
* Take a tour of Umka (see below)
* Explore the [raytracer example](https://github.com/vtereshkov/umka-lang/blob/master/examples/raytracer.um) that demonstrates many language features like fibers, interfaces and dynamic arrays
* Look at the more realistic [C](https://github.com/vtereshkov/umka-lang/blob/master/examples/3dcam.c) + [Umka](https://github.com/vtereshkov/umka-lang/blob/master/examples/3dcam.um) embedded scripting example (_Note:_ [raylib](https://www.raylib.com) is required to compile and run it)
* Explore the [raytracer](https://github.com/vtereshkov/umka-lang/blob/master/examples/raytracer.um) example that demonstrates many language features like fibers, interfaces and dynamic arrays
* Look at the more realistic [C](https://github.com/vtereshkov/umka-lang/blob/master/examples/3dcam.c)+[Umka](https://github.com/vtereshkov/umka-lang/blob/master/examples/3dcam.um) embedded scripting example (_Note:_ [raylib](https://www.raylib.com) is required to compile and run it)

_Raytracer example_

![](examples/scene.png)

_Raytracer example_
_C+Umka 3D camera example_

![](examples/3dcam.png)

_C + Umka 3D camera example_

## A Tour of Umka
### Declarations
```
Expand Down

0 comments on commit 13f67d0

Please sign in to comment.