Oops

i kept telling myself it would be best for us to stay friends then i’ve been told the same thing so i realized i was lying to myself. ngl it hit a little ...

March 29, 2021 · 1 min · Me

CMake stuff

I just copy random things into CMakeLists.txt to make it work. I will write it up here so next time i won’t have to struggle with it again. I am very nooby in the C++ world and i don’t really understand CMake so please don’t judge me. The main reason I use it because i need to generate compile-commands.json for clangd, so I can have working autocomplettion in neovim using coc....

February 28, 2021 · 2 min · Me

Think about space

I watched some of melodysheep’s videos recently - a friend sent me a link to the Timelapse of the future. Even though I watched it last year, i hit play, and it blown my mind once again. I had to watch all his space stuff. I have to say, these guy’s videos are on another level. It’s not just the quality of the animation, sound and speech that makes these videos so interesting....

February 27, 2021 · 3 min · Me

How to: Godot parallax backgrounds

What is a parallax background? Parallax is a effect you can use for your background in your 2D platformer game. You can make layers of background images, each of them can scroll in a different speed. That creates a nice illusion of depth. Take a look at this video: Sorry, your browser doesn't support embedded videos. As you can see, we have drawn several layers of background in our game Vagos Dream, and then used the godot ParallaxBackground node to handle the scrolling....

February 27, 2021 · 3 min · Me

My projects

koronagrafy: charts with coronavirus stats of czech republic. made in march 2020 Subtitle translator simple Vue site that can translate your movie subtitles into desired language School canteen app Android app to order lunch in my school. Utilizes an complicated python API that interacts with the canteen’s web app using selenium. Proburese.cz “this week i’ll make a site that’ll go viral on czech internet” Games and stuff Mission: Sacriffice Vagos Dream Lissajous C++ plotter ...

February 27, 2021 · 1 min · Me