-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.