News
1.4.2021
I started writing a new 3D game-engine with Vulkan and C++ to get proper ray tracing support for my games.
6.2.2021
Today started rewriting my 3D game (C++ with OpenGL) from scratch.
More information about the project can be found here
21.1.2021
Fixed dark mode detection and mobile orientation issues.
5.1.2021
I did some changes to the theme; the site now prefers light theme when JS is disabled or not available.
I changed the way code blocks are created and made the site look a bit warmer.
Added a copy button to code blocks.
2.1.2021
Today I started to write this website from scratch :)
Added:
- different look based on aspect ratio
- light and dark theme
Had some problems setting up dark mode well enough that refreshing the site doesn't flash the screen.
Got code snippets to work. Color formatting isn't that neccesary so I'll leave it for later.
#include <stdio.h>
int main()
{
float x = 1.2f;
return 42;
}
Basic color formatting is now working with C-code.