added Xeverous/filter_spirit project

Xeverous
2019-09-20 16:51:26 +02:00
parent 59ee28582f
commit 2e3a2d676b

@@ -87,3 +87,9 @@ https://github.com/openbmc/bmcweb
----------- -----------
[Robo-FTP](https://www.robo-ftp.com) [Robo-FTP](https://www.robo-ftp.com)
uses beast for its HTTP client and server enterprise managed file transfer software. uses beast for its HTTP client and server enterprise managed file transfer software.
-----------
[`Xeverous/filter_spirit`](https://github.com/Xeverous/filter_spirit) is a compiler/generator tool that produces UI stylesheets for the Path of Exile online game (called "item/loot filters") based on the user-written configuration in Filter Spirit's own domain-specific language. Filter Spirit uses Boost Spirit to implement its DSM and Beast's HTTP to query game community tools like poe.ninja or poe.watch to obtain current item prices allowing the tool to (re)generate finely grained loot filters that are adjusted to specific gameplay and ever-changing game economy.
Beast has significantly simplified issuing calls to JSON REST APIs. Big thanks for the examples.