Skip to content

Commit

Permalink
Fill README with some useful info
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Sep 18, 2017
1 parent 5614182 commit 9768d89
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
# miso-aframe

Miso bindings for A-Frame framework for WebVR.

![Haskell logo in VR mode](images/haskell-logo-voxels-vr.jpg)

### Examples

- "Hello, world!" with basic primitives ([sources](examples/hello-world))
- Haskell logo built with voxels ([sources](examples/haskell-logo-voxels))

### How to build

```
stack setup
stack build
```

### How to run examples

To run an example use `run-example.sh` script:

```
./run-example.sh hello-world
```

This script will build everything if needed and also replace `index.html` when necessary.
If build is complete the script will also `open` the example using default browser.
Binary file added images/haskell-logo-voxels-vr.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9768d89

Please sign in to comment.