Profile for hikari
About hikari
Bio
from another world; anime girls on the internet who are terrible at playing guitar and slightly less bad at programming; EN/SV/DE/ζ₯ζ¬θͺ
Stats
- Joined
- Posts
- 17743
- Followed by
- 1566
- Following
- 197
if the league of nations was so good why isn't there a league of nations 2
the new discord font sucks. it is in fact not the case that every website should have its own crappy bootleg of Helvetica. fuck offff
#wikifinds "West, Texas [β¦] is a city [β¦] located in the north-central part of Texas"
"Investigators said that decades of operating without a catastrophic explosion may have lulled managers into complacency"
www.youtube.com/watch?v=Jg7mLSG-Yws
creepiness-wetness PBR model
aah I'm so glad someone finally explained the BotW cel shading glitch! thank you Jasper for this wonderful video
great explanation of deferred shading btw, I'll probably point someone to this the next time I want to explain it to non-gamedevs
www.youtube.com/watch?v=By7qcgaqGI4
trying to learn music so far is mostly teaching me that monkey brain love patterns
a friend of mine made a first-person movement thing in 512 bytes of html/javascript: github.com/wareya/microfps
i think it's pretty cool
Announcing my first project from my uhh⦠period of unemployment�
I wrote a tool that converts .obj (the 3D model format) into HTML via very elaborate abuse of CSS, so that I could shitpost on a website called Cohost. It was a lot of fun!!
cohost.org/hikari-no-yume/post/459729-lara-croft-from-tomb
tired:
fn normalise(v: Vector<N>) -> Vector<N>
fn magnitude(v: Vector<N>) -> f32
wired:
fn normalise(v: Vector<N>) -> (f32, Vector<N>)