An open API service indexing awesome lists of open source software.

https://github.com/accessory/flowrender

Text render util
https://github.com/accessory/flowrender

template-engine text-rendering

Last synced: 11 months ago
JSON representation

Text render util

Awesome Lists containing this project

README

          

# FlowRender

## Introduction
A simple text rendering engine that can either be used by command-line or by using the header classes in your own project.

## Dependencies
The code was written with C++ 17 in mind and needs the following dependencies:

- boost
- rapidjson
- FlowUtils