Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubdos/yaydr
Yet Another Yafaray Distributed Renderer
https://github.com/rubdos/yaydr
Last synced: about 1 month ago
JSON representation
Yet Another Yafaray Distributed Renderer
- Host: GitHub
- URL: https://github.com/rubdos/yaydr
- Owner: rubdos
- License: gpl-3.0
- Created: 2011-12-14T18:39:31.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-30T14:41:56.000Z (over 11 years ago)
- Last Synced: 2024-10-15T01:23:06.277Z (2 months ago)
- Language: C++
- Homepage:
- Size: 320 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Yaydr
## Copyright notice
copyright 2011 - 2013 Ruben De Smet
This file is part of yaydryaydr is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.yaydr is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with yaydr. If not, see .
## Aboutyaydr (yet another yafaray distributed raytracer) is (or: will be) a fully
distributed and decentralised frontend for network rendering yafaray xml files,
focussed on video rendering and later on single image rendering for Linux, BSD
and, if found a maintainer, Windows and Mac OSX.-Have fun rendering your stuff! Will be upping to Archlinux AUR and Ubuntu PPA
## Dependencies
libap2p (available on github, easy to install)
Qt for the GUI
libreadline (linux only) for the debugging console
sqlite:
sqlite-devel (on Fedora or other RHEL based distro's)
libsqlite-dev (on Ubuntu/Debian and derived systems)
or Windows / Mac equivalent (try ports/cygwin/mingw package manager)
cmake (build dependency)
gnu toolchain
g++ (or mingw equivalent)## Compiling:
mkdir build
cd build
cmake ..
make
sudo make install# Bugs or Feature requests
Report bugs and featurerequests on github -> Issues.