xrfragment/README.md

22 lines
487 B
Markdown

[![Actions Status](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment/actions)
# usage
# available implementations
* [javascript](dist/xrfragment.js) [(+example)](test/test.js)
* [python](dist/xrfragment.py) [(+example)](test/test.py)
* [lua](dist/xrfragment.lua) [(+example)](test/test.lua)
* [haXe](src/xrfragment)
# docs
* [RFC](doc/RFC.md)
# development
```
$ ./make install
$ ./make && ./make runtest
```