• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CMakeConfig/H03-May-2022-300210

CMakeModules/H03-May-2022-575493

building/linux/H13-Jul-2020-

include/H13-Jul-2020-24,97621,318

src/H03-May-2022-41,82932,184

tests/test01/H13-Jul-2020-899855

.gitignoreH A D13-Jul-202016 32

AUTHORS.mdH A D13-Jul-2020620 1714

CHANGELOG.mdH A D13-Jul-202044.8 KiB609393

CODING.mdH A D13-Jul-2020801 2117

INSTALL.mdH A D13-Jul-20201 KiB2924

LICENSESH A D13-Jul-2020145.4 KiB3,0132,389

README.mdH A D13-Jul-20201.4 KiB3923

README.md

1DESCRIPTION
2-----------
3YafaRay is a free open-source montecarlo raytracing engine released under the LGPL 2.1 license. Raytracing is a rendering technique for generating realistic images by tracing the path of light through a 3D scene.
4
5For more information, see: http://www.yafaray.org
6
7
8SOURCE CODE
9-----------
10YafaRay source code is hosted in GitHub.
11
12* YafaRay Core source code is available in: https://github.com/YafaRay/Core
13* YafaRay Blender-Exporter (for Blender v2.7x) source code is available in: https://github.com/YafaRay/Blender-Exporter
14
15
16RELEASES
17--------
18There are two different types of YafaRay Releases:
19
20* Releases for Blender: they include the Blender-Exporter code and the YafaRay Core files, in a package ready to be installed in Blender.
21* Standalone Core Releases: they are intended to be used by 3rd party software and *not* to be used with Blender.
22
23For the latest YafaRay Releases check for builds here:
24* YafaRay Core: releases/binary files available in https://github.com/YafaRay/Core/releases
25* YafaRay Blender-Exporter (for Blender v2.7x): releases/binary files available in https://github.com/YafaRay/Blender-Exporter/releases
26
27
28BUG REPORTS / FEATURE REQUESTS
29------------------------------
30Please post your bug reports and feature requests in the "Issues" tab of the corresponding GitHub Project
31
32NOTE: The old bugtracker in www.yafaray.org will *no longer* be used for bug tracking / feature requests.
33
34
35
36Thank you.
37
38YafaRay development Team.
39