xrfragment/README.md

28 lines
764 B
Markdown

<link rel="stylesheet" href="doc/style.css"/>
<link href="https://fonts.cdnfonts.com/css/montserrat" rel="stylesheet"/>
[![Actions Status](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment/actions)
# Documentation / Website
https://xrfragment.org
# available implementations
* [haXe](src/xrfragment)
* [javascript](dist/xrfragment.js) [(+example)](test/test.js)
* [python](dist/xrfragment.py) [(+example)](test/test.py)
* [lua](dist/xrfragment.lua) [(+example)](test/test.lua)
See documentation for more info
# development
Pre-build libraries can be found in [/dist folder](dist)<br>
If you really want to build from source:
```
$ ./make install
$ ./make build && ./make runtest
```