solstice-pp

Post-processing utilities for the solstice app
git clone git://git.meso-star.com/solstice-pp.git
Log | Files | Refs | README | LICENSE

commit a7e63714b01466aa6635b02388d550ae6a15be4d
parent 186cd7da3b8cbdbb76d2e39bbbdd5f791f935b5e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 20 Jun 2025 13:29:31 +0200

Add a README file

Diffstat:
AREADME.md | 34++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,34 @@ +# Solstice Post-Process + +Solstice resuts post-processing tools. + +## Requirements + +- C compiler (C99) +- POSIX make +- Solstice (optional for test cases) + +## Installation + +Edit config.mk as needed, then run: + + make clean install + +## Quick start + +Two examples are provided in the `cyl` and `themis` directories. +Each contain a Makefile that automate a complete workflow, from scene +generation, to post-processings with the provided tools, passing to +Solstice computation. + +To run the test cases : + + make run + +## License + +Copyright (C) 2017-2018 |Méso|Star> (contact@meso-star.com) + +These programs are free softwares released under GPL v3+ license: GNU +GPL version 3 or later. You are welcome to redistribute them under +certain conditions; refer to the COPYING file for details.