Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 282 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 282 Bytes

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