initial commit
[erebus] / README.md
1 Erebus Renderer
2 ===============
3
4 #![Erebus](http://nuclear.mutantstargoat.com/sw/erebus/img/erebus_banner_med.jpg)
5
6 About
7 -----
8 Erebus might one day become a photorealistic renderer.
9
10 The core of erebus is in the form of a C library called `liberebus`, to make it
11 simple to create multiple different front-ends for it. The `erebus` program
12 itself merely links with `liberebus` and provides an interactive user interface
13 to the renderer. An additional front-end called `erbrend` is provided as a
14 simpler and more portable non-interactive command-line front-end, that
15 can be useful for in headless environments, or for automating long render jobs.
16
17  * Web site: http://nuclear.mutantstargoat.com/sw/erebus
18  * Git repository: https://github.com/jtsiomb/erebus
19
20 License
21 -------
22 Copyright (C) 2018 John Tsiombikas <nuclear@member.fsf.org>
23
24 Erebus is free software. Feel free to use, modify, and/or redistribute it under
25 the terms of the GNU General Public License version 3, or at your option any
26 later version published by the Free Software Foundation. See COPYING for
27 details.