-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.webc
More file actions
31 lines (24 loc) · 787 Bytes
/
index.webc
File metadata and controls
31 lines (24 loc) · 787 Bytes
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
---
title: Penumbra
subtitle: A Web-Centric Ray Tracer Challenge Implementation
layout: page
teaser: >-
A development journal and web-centric implementation of The Ray Tracer Challenge.
---
<h1 @text="title"></h1>
<p>
<em>Penumbra</em> is a
<a href="https://pragprog.com/titles/jbtracer/the-ray-tracer-challenge/"
>Ray Tracer Challenge</a
>
implementation built for the web. It’s a work in progress.
</p>
<h2>Development Journal</h2>
<p>Follow my progress by subscribing to the <a href="/feed.xml">RSS feed</a>.</p>
<!--
Add these links somewhere:
<li><a href="https://github.com/limulus/penumbra">Source</a></li>
<li><a href="/feed.xml">RSS</a></li>
Add the most recent demo component here too.
-->
<article-list :@articles="collections.penumbra"></article-list>