Elektrine lite

← Feed

Hikari

Hikari@ohai.social

<p>Chaos incarnate because I myself don&#39;t know what I&#39;ll do next.</p>

Posts

  • Post #3046573

    CSS is one way to ruin your life. #css

  • Post #3046572

    First post of 2026 I suppose...

  • Post #3046571

    Recently, I decided to rawdog getting an openGL (and now, Vulkan) surface on Win32 without SDL and GLFW for the funsies. Made me appreciate GLFW more... I specifically want to address the deliberate idiosyncracies Microsoft put in to make getting an openGL surface harder. Getting a openGL 1.1 surface on Windows is pretty easy, all you have to do is use wglCreateContext() paired with wglMakeCurrent(). but OpenGL 3.3? Oh boy. (1/n)