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-03-09 19:58:08 +01:00
|
|
|
# usage
|
|
|
|
|
2023-03-31 13:25:53 +02:00
|
|
|
# available implementations
|
|
|
|
|
2023-04-14 15:19:52 +02:00
|
|
|
* [lua (handwritten)](dist/xrfragment.lua) [(+example)](src/xrfragment/Parser.lua)
|
2023-03-31 13:26:34 +02:00
|
|
|
* [haXe](src/xrfragment)
|
2023-04-14 15:19:52 +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)
|
2023-03-09 19:58:08 +01:00
|
|
|
|
|
|
|
# development
|
|
|
|
|
|
|
|
```
|
|
|
|
$ ./make install
|
2023-03-31 13:25:53 +02:00
|
|
|
$ ./make && ./make runtest
|
2023-03-09 19:58:08 +01:00
|
|
|
```
|