mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2024-11-10 04:00:27 +01:00
add some blender renders
This commit is contained in:
parent
767f249413
commit
84edea97c4
13 changed files with 87 additions and 16 deletions
46
docs/blender/index.html
Normal file
46
docs/blender/index.html
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="/style.css">
|
||||||
|
<link rel="icon" type="image/x-icon" href="/icons/favicon.png">
|
||||||
|
<title>Blender creations</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<a href="/" id="logo"><img src="/logo.png" alt=""></a>
|
||||||
|
</header>
|
||||||
|
<nav>
|
||||||
|
<ul>
|
||||||
|
<li><a href="/">Home</a></li>
|
||||||
|
<li><a href="/blender/">Blender stuff</a></li>
|
||||||
|
<li><a href="/projects/">Projects</a></li>
|
||||||
|
<li><a href="/fractals/">Fractals</a></li>
|
||||||
|
<li><a href="https://crispypin.github.io/gol-wallpaper">Game of Life</a></li>
|
||||||
|
<li><a href="https://crispypin.itch.io/">Games</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
<main>
|
||||||
|
<h1>Blender renders</h1>
|
||||||
|
<p>I have been using Blender since around august 2020 on and off, and did a course in it 2021, which boosted my motivation a lot. I just like to make art in it and of course use it for game jams.</p>
|
||||||
|
<h2>Alien Tree</h2>
|
||||||
|
<a href="media/alien_tree.png"><img src="media/alien_tree_preview.png" alt="Alien Tree" title="Click for full resolution"></a>
|
||||||
|
<h2>Decapod Alien</h2>
|
||||||
|
<a href="media/decapod_shock.png"><img src="media/decapod_shock_preview.png" alt="Decapod Alien" title="Click for full resolution"></a>
|
||||||
|
<h2>Shork Wallpaper</h2>
|
||||||
|
<p>This is a wallpaper for the game <a href="https://crispypin.itch.io/ld-48">Shork</a>.</p>
|
||||||
|
<a href="media/shork_wallpaper.png"><img src="media/shork_wallpaper_preview.png" alt="Shork Wallpaper" title="Click for full resolution"></a>
|
||||||
|
</main>
|
||||||
|
<footer>
|
||||||
|
<p>Copyright © 2022 - CrispyPin</p>
|
||||||
|
<div class="links">
|
||||||
|
<a href="https://github.com/CrispyPin"><img src="/icons/github.png" alt="" width=32px></a>
|
||||||
|
<a href="https://crispypin.itch.io/"><img src="/icons/itchio.svg" alt="" width=32px></a>
|
||||||
|
<a href="https://twitter.com/CrispyPin42"><img src="/icons/twitter.png" alt="" width=32px></a>
|
||||||
|
<a href="https://www.youtube.com/channel/UCFW1QTsbFgux8VrduCz_ckQ"><img src="/icons/youtube.png" alt="" width=32px></a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
docs/blender/media/alien_tree.png
Normal file
BIN
docs/blender/media/alien_tree.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 MiB |
BIN
docs/blender/media/alien_tree_preview.png
Normal file
BIN
docs/blender/media/alien_tree_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 222 KiB |
BIN
docs/blender/media/decapod_shock.png
Normal file
BIN
docs/blender/media/decapod_shock.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
BIN
docs/blender/media/decapod_shock_preview.png
Normal file
BIN
docs/blender/media/decapod_shock_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 209 KiB |
BIN
docs/blender/media/shork_wallpaper.png
Normal file
BIN
docs/blender/media/shork_wallpaper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 MiB |
BIN
docs/blender/media/shork_wallpaper_preview.png
Normal file
BIN
docs/blender/media/shork_wallpaper_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 324 KiB |
|
@ -6,7 +6,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="/style.css">
|
<link rel="stylesheet" href="/style.css">
|
||||||
<link rel="icon" type="image/x-icon" href="/icons/favicon.png">
|
<link rel="icon" type="image/x-icon" href="/icons/favicon.png">
|
||||||
<title>CrispyPin.cc - Fractals</title>
|
<title>Fractals</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
@ -15,15 +15,16 @@
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/">Home</a></li>
|
<li><a href="/">Home</a></li>
|
||||||
<li><a href="https://crispypin.itch.io/">Games</a></li>
|
|
||||||
<li><a href="/fractals/">Fractals</a></li>
|
|
||||||
<li><a href="/blender/">Blender stuff</a></li>
|
<li><a href="/blender/">Blender stuff</a></li>
|
||||||
|
<li><a href="/projects/">Projects</a></li>
|
||||||
|
<li><a href="/fractals/">Fractals</a></li>
|
||||||
<li><a href="https://crispypin.github.io/gol-wallpaper">Game of Life</a></li>
|
<li><a href="https://crispypin.github.io/gol-wallpaper">Game of Life</a></li>
|
||||||
|
<li><a href="https://crispypin.itch.io/">Games</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<main>
|
<main>
|
||||||
<h1>Fractals</h1>
|
<h1>Fractals</h1>
|
||||||
<p>This page is a collection of fractals renderers I made in JS for a school assignment back in 2020. Please note that I don't use JS anymore.</p>
|
<p>This page is a collection of fractal renderers I made in JS for a school assignment back in 2020. Please note that I don't use JS any more.</p>
|
||||||
<h2>Fractal tree</h2>
|
<h2>Fractal tree</h2>
|
||||||
<p>The splitting angle is defined by the mouses x position. The number of iterations is set in the first input field (default is 12). Each branch is slightly smaller than its parent, the factor is the second input field. Click the canvas to pause/resume the image.</p>
|
<p>The splitting angle is defined by the mouses x position. The number of iterations is set in the first input field (default is 12). Each branch is slightly smaller than its parent, the factor is the second input field. Click the canvas to pause/resume the image.</p>
|
||||||
<div class="demo-render" id="fractal-tree">
|
<div class="demo-render" id="fractal-tree">
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="/style.css">
|
<link rel="stylesheet" href="/style.css">
|
||||||
<link rel="icon" type="image/x-icon" href="/icons/favicon.png">
|
<link rel="icon" type="image/x-icon" href="/icons/favicon.png">
|
||||||
<title>CrispyPin.cc</title>
|
<title>crispypin.cc</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
@ -15,15 +15,16 @@
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/">Home</a></li>
|
<li><a href="/">Home</a></li>
|
||||||
<li><a href="https://crispypin.itch.io/">Games</a></li>
|
|
||||||
<li><a href="/fractals/">Fractals</a></li>
|
|
||||||
<li><a href="/blender/">Blender stuff</a></li>
|
<li><a href="/blender/">Blender stuff</a></li>
|
||||||
|
<li><a href="/projects/">Projects</a></li>
|
||||||
|
<li><a href="/fractals/">Fractals</a></li>
|
||||||
<li><a href="https://crispypin.github.io/gol-wallpaper">Game of Life</a></li>
|
<li><a href="https://crispypin.github.io/gol-wallpaper">Game of Life</a></li>
|
||||||
|
<li><a href="https://crispypin.itch.io/">Games</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<main>
|
<main>
|
||||||
<h1>Homepage</h1>
|
<h1>Hello!</h1>
|
||||||
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Earum exercitationem quod laudantium neque. Dolor qui magnam debitis repellendus assumenda tenetur ab aliquam ea sit in harum facere neque ad nemo vel nesciunt distinctio totam, cupiditate, deleniti nam voluptas quia aperiam.</p>
|
<p>Welcome to my corner of the internet. I use this page to showcase some of my interesting projects in an easier to see way compared to just github.</p>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<p>Copyright © 2022 - CrispyPin</p>
|
<p>Copyright © 2022 - CrispyPin</p>
|
||||||
|
|
22
pages/blender/index.html
Normal file
22
pages/blender/index.html
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<include meta.html/>
|
||||||
|
<title>Blender creations</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<include header.html/>
|
||||||
|
<main>
|
||||||
|
<h1>Blender renders</h1>
|
||||||
|
<p>I have been using Blender since around august 2020 on and off, and did a course in it 2021, which boosted my motivation a lot. I just like to make art in it and of course use it for game jams.</p>
|
||||||
|
<h2>Alien Tree</h2>
|
||||||
|
<a href="media/alien_tree.png"><img src="media/alien_tree_preview.png" alt="Alien Tree" title="Click for full resolution"></a>
|
||||||
|
<h2>Decapod Alien</h2>
|
||||||
|
<a href="media/decapod_shock.png"><img src="media/decapod_shock_preview.png" alt="Decapod Alien" title="Click for full resolution"></a>
|
||||||
|
<h2>Shork Wallpaper</h2>
|
||||||
|
<p>This is a wallpaper for the game <a href="https://crispypin.itch.io/ld-48">Shork</a>.</p>
|
||||||
|
<a href="media/shork_wallpaper.png"><img src="media/shork_wallpaper_preview.png" alt="Shork Wallpaper" title="Click for full resolution"></a>
|
||||||
|
</main>
|
||||||
|
<include footer.html/>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -2,13 +2,13 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<include meta.html/>
|
<include meta.html/>
|
||||||
<title>CrispyPin.cc - Fractals</title>
|
<title>Fractals</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<include header.html/>
|
<include header.html/>
|
||||||
<main>
|
<main>
|
||||||
<h1>Fractals</h1>
|
<h1>Fractals</h1>
|
||||||
<p>This page is a collection of fractals renderers I made in JS for a school assignment back in 2020. Please note that I don't use JS anymore.</p>
|
<p>This page is a collection of fractal renderers I made in JS for a school assignment back in 2020. Please note that I don't use JS any more.</p>
|
||||||
<h2>Fractal tree</h2>
|
<h2>Fractal tree</h2>
|
||||||
<p>The splitting angle is defined by the mouses x position. The number of iterations is set in the first input field (default is 12). Each branch is slightly smaller than its parent, the factor is the second input field. Click the canvas to pause/resume the image.</p>
|
<p>The splitting angle is defined by the mouses x position. The number of iterations is set in the first input field (default is 12). Each branch is slightly smaller than its parent, the factor is the second input field. Click the canvas to pause/resume the image.</p>
|
||||||
<div class="demo-render" id="fractal-tree">
|
<div class="demo-render" id="fractal-tree">
|
||||||
|
|
|
@ -2,13 +2,13 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<include meta.html/>
|
<include meta.html/>
|
||||||
<title>CrispyPin.cc</title>
|
<title>crispypin.cc</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<include header.html/>
|
<include header.html/>
|
||||||
<main>
|
<main>
|
||||||
<h1>Homepage</h1>
|
<h1>Hello!</h1>
|
||||||
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Earum exercitationem quod laudantium neque. Dolor qui magnam debitis repellendus assumenda tenetur ab aliquam ea sit in harum facere neque ad nemo vel nesciunt distinctio totam, cupiditate, deleniti nam voluptas quia aperiam.</p>
|
<p>Welcome to my corner of the internet. I use this page to showcase some of my interesting projects in an easier to see way compared to just github.</p>
|
||||||
</main>
|
</main>
|
||||||
<include footer.html/>
|
<include footer.html/>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/">Home</a></li>
|
<li><a href="/">Home</a></li>
|
||||||
<li><a href="https://crispypin.itch.io/">Games</a></li>
|
|
||||||
<li><a href="/fractals/">Fractals</a></li>
|
|
||||||
<li><a href="/blender/">Blender stuff</a></li>
|
<li><a href="/blender/">Blender stuff</a></li>
|
||||||
|
<li><a href="/projects/">Projects</a></li>
|
||||||
|
<li><a href="/fractals/">Fractals</a></li>
|
||||||
<li><a href="https://crispypin.github.io/gol-wallpaper">Game of Life</a></li>
|
<li><a href="https://crispypin.github.io/gol-wallpaper">Game of Life</a></li>
|
||||||
|
<li><a href="https://crispypin.itch.io/">Games</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
Loading…
Reference in a new issue