xrfragment/README.md

28 lines
777 B
Markdown
Raw Normal View History

2023-03-31 19:53:23 +02:00
<link rel="stylesheet" href="doc/style.css"/>
2023-03-31 19:21:31 +02:00
<link href="https://fonts.cdnfonts.com/css/montserrat" rel="stylesheet"/>
2023-03-31 19:18:48 +02:00
2023-03-31 17:49:08 +02:00
[![Actions Status](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment/actions)
2023-05-23 11:30:39 +02:00
# Documentation
https://coderofsalvation.github.io/xrfragment
2023-03-09 19:58:08 +01:00
2023-03-31 13:25:53 +02:00
# available implementations
2023-03-31 13:26:34 +02:00
* [haXe](src/xrfragment)
2023-05-23 11:30:39 +02:00
* [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
2023-03-09 19:58:08 +01:00
# development
2023-05-23 11:30:39 +02:00
Pre-build libraries can be found in [/dist folder](dist)<br>
If you really want to build from source:
2023-03-09 19:58:08 +01:00
```
$ ./make install
2023-05-23 11:30:39 +02:00
$ ./make build && ./make runtest
2023-03-09 19:58:08 +01:00
```