Skip to content

Commit

Permalink
add tree fractal card
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWarnes committed Jun 27, 2022
1 parent 52fee9f commit 8e4e6f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/routes/showcase/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
import Paper from '$lib/components/Paper.svelte';
const scenes = [
{
name: 'Tree Fractals',
path: '/showcase/h-tree',
thumb: './assets/random-tree-thumb.png',
description: 'A 3d h-tree generator with optional random-tree generation.',
tools: ['threlte', 'lamina']
},
{
name: 'Menger Sponge',
path: '/showcase/menger-sponge',
Expand Down
Binary file added static/assets/random-tree-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 8e4e6f3

@vercel
Copy link

@vercel vercel bot commented on 8e4e6f3 Jun 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

photon – ./

photon-git-main-alexwarnes.vercel.app
photon-one.vercel.app
photon-alexwarnes.vercel.app

Please sign in to comment.