-
Notifications
You must be signed in to change notification settings - Fork 0
/
appleseed.html
executable file
·142 lines (123 loc) · 6.47 KB
/
appleseed.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Esteban Tovagliari — appleseed</title>
<meta name="description" content="Esteban Tovagliari, Non-virtual VFX software development">
<!-- ******************************************************************************************
Set the type and color theme here - the Pro version contains additional themes -->
<link href="css/hawthorne_type4_color6.css" rel="stylesheet">
<!-- ************************************************************************************* -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<script src="js/vendor/modernizr.js"></script>
<script src="js/vendor/jquery.min.js"></script>
<link rel="stylesheet" href="css/lightbox.css">
<script src='js/vendor/lightbox.min.js'></script>
<link href="css/main.css" rel="stylesheet">
<script src="js/main.js"></script>
</head>
<body>
<div class="top-border"></div>
<div class="row">
<script>createHeader();</script>
<div class="small-12 medium-12 large-12 small-centered columns">
<nav>
<ul class="inline-list-custom">
<li><a href="index.html">Selected Projects</a></li>
<li><a href="about.html">About</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</nav>
</div>
</div>
<div class="row">
<div class="small-12 medium-7 large-7 columns">
<h2>appleseed</h2>
<p>
<a href="http://appleseedhq.net">appleseed</a> is a modern, open source, physically-based rendering engine for VFX and animation.
</p>
<p>
I started contributing to the project around 3 years ago
and I'm currently one of the core developers.
</p>
<p>
<strong>My contributions to the project include:</strong>
</p>
<ul class="compact_list">
<li>OSL integration</li>
<li>Basic OSL shader library (work in progress)</li>
<li>Anisotropic microfacet reflection and refraction shading models</li>
<li>Implemented a material based on the Disney BRDF with layering and SeExpr support</li>
<li>GSoC 2014 mentor for appleseed.studio Disney material editor project</li>
<li>Python bindings</li>
<li>General maintenance, improvements and bug fixing</li>
<li>Linux platform maintenance</li>
</ul>
</div>
<div class="small-12 medium-5 large-5 columns">
<p><strong>Links</strong></p>
<hr>
<ul class="compact_list">
<li><a href="http://appleseedhq.net">appleseedhq</a></li>
<li><a href="http://appleseedhq.net/docs.html#fmx-2015">FMX 2015 presentation</a></li>
<li><a href="https://forum.appleseedhq.net/">User forum</a></li>
<li><a href="https://github.com/appleseedhq/appleseed">Github project</a></li>
<li><a href="https://groups.google.com/forum/#!forum/appleseed-dev">Development mailing list</a></li>
</ul>
<hr>
<p><strong>Gallery</strong></p>
<hr>
<div>
<div>
<a href="img/appleseed/appleseed.01.jpg" data-lightbox="appleseed"
data-title="Multi-layer Disney material with SeExpr textures">
<img src="img/appleseed/appleseed-thumb.01.png" alt=""/>
</a>
<a href="img/appleseed/appleseed.02.jpg" data-lightbox="appleseed"
data-title="Anisotropic microfacet reflection shading model">
<img src="img/appleseed/appleseed-thumb.02.png" alt=""/>
</a>
<a href="img/appleseed/appleseed.03.jpg" data-lightbox="appleseed"
data-title="Microfacet reflection and refraction shading models">
<img src="img/appleseed/appleseed-thumb.03.png" alt=""/>
</a>
<a href="img/appleseed/appleseed.04.jpg" data-lightbox="appleseed"
data-title="Artist friendly metallic fresnel OSL shader">
<img src="img/appleseed/appleseed-thumb.04.png" alt=""/>
</a>
<a href="img/appleseed/appleseed.05.jpg" data-lightbox="appleseed"
data-title="OSL emission">
<img src="img/appleseed/appleseed-thumb.05.png" alt=""/>
</a>
</div>
</div>
<hr>
<p><strong>Videos</strong></p>
<hr>
<iframe src="https://player.vimeo.com/video/127622613" width="240" height="135" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
<div class="row">
<div class="small-12 medium-12 large-12 columns">
<hr class="project-detail-hr" />
</div>
</div>
<div class="row">
<div class="small-12 medium-12 large-12 columns">
<p class="back-to-top-holder"><a class="back-to-top"><i class="fa fa-chevron-circle-up fa-3x"></i></a></p>
</div>
</div>
<script>createFooter();</script>
<script src="js/foundation.min.js"></script>
<script src="js/hawthorne.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62597547-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>