import blender list from previous website
51
site/blender.html
Normal file
|
@ -0,0 +1,51 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>something silly - blender</title>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="icon" type="image/x-icon" href="/cretin.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<h1 id="blender-creations">Blender creations</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 occasionally make art in it and of course use it for game jams.<br>
|
||||
</p>
|
||||
<h2 id="alien-creatures-animation">Alien Creatures animation</h2>
|
||||
<p>
|
||||
<code>2022-01</code><br>
|
||||
<a href="https://youtu.be/AfRJvExamX4">youtu.be/AfRJvExamX4</a><br>
|
||||
<video src="/blender_media/critters.mp4" controls width="800"></video>
|
||||
</p>
|
||||
<h2 id="alien-tree">Alien Tree</h2>
|
||||
<p>
|
||||
<code>2022-01</code><br>
|
||||
<a href="/blender_media/alien_tree.png"><img src="/blender_media/alien_tree_preview.png" alt="Alien Tree" title="Click for full resolution"></a>
|
||||
</p>
|
||||
<h2 id="decapod-alien">Decapod Alien</h2>
|
||||
<p>
|
||||
<code>2022-01</code><br>
|
||||
<a href="/blender_media/decapod_shock.png"><img src="/blender_media/decapod_shock_preview.png" alt="Decapod Alien" title="Click for full resolution"></a>
|
||||
</p>
|
||||
<h2 id="crab">Crab</h2>
|
||||
<p>
|
||||
<code>2021-10</code><br>
|
||||
<a href="/blender_media/crab.png"><img src="/blender_media/crab_preview.png" alt="Crab" title="Click for full resolution"></a>
|
||||
</p>
|
||||
<h2 id="shork-wallpaper">Shork Wallpaper</h2>
|
||||
<p>
|
||||
<code>2021-05</code><br>
|
||||
This is a wallpaper for the game <a href="https://crispypin.itch.io/ld-48">Shork</a>.<br>
|
||||
<a href="/blender_media/shork_wallpaper.png"><img src="/blender_media/shork_wallpaper_preview.png" alt="Shork Wallpaper" title="Click for full resolution"></a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="/">home</a><br>
|
||||
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
BIN
site/blender_media/alien_tree.png
Normal file
After Width: | Height: | Size: 3.4 MiB |
BIN
site/blender_media/alien_tree_preview.png
Normal file
After Width: | Height: | Size: 222 KiB |
BIN
site/blender_media/crab.png
Normal file
After Width: | Height: | Size: 2.3 MiB |
BIN
site/blender_media/crab_preview.png
Normal file
After Width: | Height: | Size: 232 KiB |
BIN
site/blender_media/critters.mp4
Normal file
BIN
site/blender_media/decapod_shock.png
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
site/blender_media/decapod_shock_preview.png
Normal file
After Width: | Height: | Size: 209 KiB |
BIN
site/blender_media/shork_wallpaper.png
Normal file
After Width: | Height: | Size: 2.8 MiB |
BIN
site/blender_media/shork_wallpaper_preview.png
Normal file
After Width: | Height: | Size: 324 KiB |
|
@ -31,6 +31,7 @@ this means it is<br>
|
|||
- <a href="/cellthing">snad (cell thing)</a><br>
|
||||
- <a href="/keyboards-are-fun">keyboar</a><br>
|
||||
- <a href="/humans/distracting">distracting</a><br>
|
||||
- <a href="/blender">blender</a><br>
|
||||
- <a href="/projects/old-project-list">old projects</a><br>
|
||||
- todo: put more words in the computer<br>
|
||||
</p>
|
||||
|
|
26
write/blender.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Blender creations
|
||||
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 occasionally make art in it and of course use it for game jams.
|
||||
|
||||
## Alien Creatures animation
|
||||
`2022-01`
|
||||
[youtu.be/AfRJvExamX4](https://youtu.be/AfRJvExamX4)
|
||||
<video src="/blender_media/critters.mp4" controls width="800"></video>
|
||||
|
||||
## Alien Tree
|
||||
`2022-01`
|
||||
<a href="/blender_media/alien_tree.png"><img src="/blender_media/alien_tree_preview.png" alt="Alien Tree" title="Click for full resolution"></a>
|
||||
|
||||
## Decapod Alien
|
||||
`2022-01`
|
||||
<a href="/blender_media/decapod_shock.png"><img src="/blender_media/decapod_shock_preview.png" alt="Decapod Alien" title="Click for full resolution"></a>
|
||||
|
||||
## Crab
|
||||
`2021-10`
|
||||
<a href="/blender_media/crab.png"><img src="/blender_media/crab_preview.png" alt="Crab" title="Click for full resolution"></a>
|
||||
|
||||
## Shork Wallpaper
|
||||
`2021-05`
|
||||
This is a wallpaper for the game [Shork](https://crispypin.itch.io/ld-48).
|
||||
<a href="/blender_media/shork_wallpaper.png"><img src="/blender_media/shork_wallpaper_preview.png" alt="Shork Wallpaper" title="Click for full resolution"></a>
|
||||
|
||||
[home](/)
|
|
@ -15,6 +15,7 @@ this means it is
|
|||
- [snad (cell thing)](/cellthing)
|
||||
- [keyboar](/keyboards-are-fun)
|
||||
- [distracting](/humans/distracting)
|
||||
- [blender](/blender)
|
||||
- [old projects](/projects/old-project-list)
|
||||
- todo: put more words in the computer
|
||||
|
||||
|
|