42 lines
1.7 KiB
Markdown
42 lines
1.7 KiB
Markdown
---
|
|
title: Getting above of things
|
|
author: nek0
|
|
tags:
|
|
- english
|
|
- meta
|
|
- projects
|
|
- comic
|
|
description: "Watch me struggle to get above of my problems"
|
|
---
|
|
|
|
Hi, it's me again.
|
|
|
|
I thought I'd give you a little update about the things I've been up to in the past month or so
|
|
since I posted my last blog post.
|
|
|
|
I actually managed to use some time periods I usually would spend online or working on my projects
|
|
at least mentally to wind down a little. For that purpose I looked at some mangas and settled for
|
|
"Spy x Family" and boy am I sold on this series. I'm still in the first half of the second issue and
|
|
I'm enjoying it more than I had anticipated. I really do recommend this manga series.
|
|
|
|
My little hiatus from drawing did not last long, because I could not handle my imagination present
|
|
me with beautiful ideas for either redraws of old art or even new art ideas. Unfortunately for my
|
|
ongoing comic project the ideas I had go into completely different directions. On the other hand I
|
|
might have drawn my best drawings so far.
|
|
|
|
To distract me a little from my urge to draw I started working on my vulkan renderer in Haskell
|
|
again, which made some good progress thanks to my renewed passion for it. I optimized some data
|
|
handling between CPU and GPU and also am able to load and display textures, but UV maps don't work
|
|
yet and I need to figure out why. But here's a little video of it's current capabilities:
|
|
|
|
<video controls="true">
|
|
<source src="/vids/2023-05-16.webm" type="video/webm" />
|
|
</video>
|
|
|
|
I hope soon to be able to actually use this renderer and continue with my game projects, where I
|
|
might have gained a new idea…
|
|
|
|
This is what I've been up to so far. I hope to make blog posts a more regular thing again in the
|
|
future. See you soon.
|
|
|
|
Keep calm and wash hands.
|