Fujiyama Renderer back
Board:
Home
Board index
Raytracing
Visuals, Tools, Demos & Sources
(L) [2013/05/10] [ost
by tsubo164] [Fujiyama Renderer] Wayback!Hi,
I've been writing a ray-tracer called Fujiyama.
Fujiyama is free and open source, distribution oriented ray-tracing renderer
designed to handle production image rendering.
[LINK http://fujiyama-renderer.com/]
Cheers,
(L) [2013/05/10] [ost
by D-POWER] [Fujiyama Renderer] Wayback!Interesting piece of software. However, I would be more glad if it was open source.
I have a couple of questions to ask:
How long have you been developing Fujiyama?
Was it developed inside Digital Domain as an in-house renderer? If yes, was it used in a real production movie?
Can you share some implementation details?
Thanks
[EDIT] Sorry I didn't realize it is open source [SMILEY :)]
(L) [2013/05/10] [ost
by tsubo164] [Fujiyama Renderer] Wayback!Thanks for being interested in this software.
DD has nothing to do with this project. I own codes and copyrights.
We had to have a license agreement because I am an employee
and the software has a lot to do with company's business.
Other than that, everything is clear legally. You can use any
piece of code, algorithm etc on your software.
Please note that any question on this matter should be asked to myself NOT DD.
Thanks,
-Hiroshi
(L) [2013/05/11] [ost
by D-POWER] [Fujiyama Renderer] Wayback!Thanks for your reply,
I'm surprised they have let you work on your own personal renderer. About the code, is it possible to make it compile on Windows without any substantial change?
(L) [2013/05/11] [ost
by Dade] [Fujiyama Renderer] Wayback!Written in C ? Curious, any particular reason to prefer C over C++ nowadays ?
(L) [2013/05/11] [ost
by tsubo164] [Fujiyama Renderer] Wayback!I have compiled it a while ago using VisualStudio express 2010 and everything went through
with some warnings where assigning double to float without casting.
The only source file that needs modification is OS.c which contains code related
to loading DSOs. But I think it's easy enough to implement one for windows.
I think of writing OS_unix.c and OS_win.c and have OS.c pick one of them based on platform.
However, that's very bottom in my wishlist.
The major reason why I chose C is because I just don't like C++ so much.
I've been writing C++ for more than 15 years and now still writing code at work in C++.
Fujiyama is my first large scale program that I have written in C ever.
Thanks, guys. Any suggestions and/or opinions would help!
-Hiroshi
(L) [2013/05/11] [ost
by raider] [Fujiyama Renderer] Wayback!Hiroshi, hi!
Images look very nice, congratulations!
May I kindly ask few questions?
How long have you been developing Fujiyama?
What are your plans? Are you going to run your company around that?
Why you went open source? AFAIK, it's more common to stay proprietary in that business.
And the last one: why you started your own project, what is different about your renderer?
Thank you in advance!
(L) [2013/05/12] [ost
by tsubo164] [Fujiyama Renderer] Wayback!Hi,
* I've been writing it for 1 and half year.
* My plan is just keep working on it. no intention to sell it or run business.
* No matter what this industry is like, this is my personal activity.
* I started it because I had some spare time when I finish a project at work.
* Just for fun. For the difference about my renderer, see overview.
Thanks,
-Hiroshi
back