Pixabay is a great source of royalty-free media among the sites providing free, properly licensed content.
EDIT: Apparently I caught them mid-deployment of a UI redesign because the waveform and seek functionality are back.
A recent UI update changed the way music is presented. Gone are the interactive waveform that let users seek around in a song and get an idea of where the transients are. It looks quite bland now.
It’s not even possible to skip around for the song that is currently playing.
I suspect this is an attempt to reduce costs, because not letting users seek and skip around is likely much cheaper in terms of server load and bandwidth costs, but the UX suffers greatly.
It might be easier/faster to just download the songs in bulk and sort them out locally.
When I think of video games, I generally still think of an application that is downloaded and runs on the client. Technically, that’s still the case with web-based exports from Godot Engine, since the web browser has to download the files before being able to run them. I thought maybe I could just run the …
Once I found out about the Steam Deck’s Desktop Mode, it got even more interesting. Steam Deck’s Gaming Mode vs Desktop Mode You see, the Steam Deck defaults to an analog of Big Picture mode on PC. It runs full screen in “Steam Deck gaming console” mode. But underneath all that is a Linux system …
Are you using @onready to reference nodes? There’s a better way! Here’s a simple example of how many tutorials use @onready to reference nodes: That script is attached to a CanvasLayer node with a ProgressBar called HealthBar. And yet, when running the scene, it will throw an error: This is because there’s actually a spelling …
Need optimized export templates with PCK encryption support but don’t want to have to set up a build pipeline or download the entire compilation toolchain on your computer? Well, now it is. Fill out the form, checkout, and we’ll email you the download link after the compilation completes. Compilation may take 30 minutes to 3 …
Pixabay’s New Design is a step down for UX
Pixabay is a great source of royalty-free media among the sites providing free, properly licensed content.
EDIT: Apparently I caught them mid-deployment of a UI redesign because the waveform and seek functionality are back.
A recent UI update changed the way music is presented. Gone are the interactive waveform that let users seek around in a song and get an idea of where the transients are. It looks quite bland now.
It’s not even possible to skip around for the song that is currently playing.
I suspect this is an attempt to reduce costs, because not letting users seek and skip around is likely much cheaper in terms of server load and bandwidth costs, but the UX suffers greatly.
It might be easier/faster to just download the songs in bulk and sort them out locally.
Related Posts
Quickly deploying Godot games on the web with Netlify
When I think of video games, I generally still think of an application that is downloaded and runs on the client. Technically, that’s still the case with web-based exports from Godot Engine, since the web browser has to download the files before being able to run them. I thought maybe I could just run the …
Godot Engine on the Steam Deck – Developing games on the go?
Once I found out about the Steam Deck’s Desktop Mode, it got even more interesting. Steam Deck’s Gaming Mode vs Desktop Mode You see, the Steam Deck defaults to an analog of Big Picture mode on PC. It runs full screen in “Steam Deck gaming console” mode. But underneath all that is a Linux system …
Ditch @onready, use @export instead
Are you using @onready to reference nodes? There’s a better way! Here’s a simple example of how many tutorials use @onready to reference nodes: That script is attached to a CanvasLayer node with a ProgressBar called HealthBar. And yet, when running the scene, it will throw an error: This is because there’s actually a spelling …
Introducing GodotBuilder: Custom Export Templates built on demand
Need optimized export templates with PCK encryption support but don’t want to have to set up a build pipeline or download the entire compilation toolchain on your computer? Well, now it is. Fill out the form, checkout, and we’ll email you the download link after the compilation completes. Compilation may take 30 minutes to 3 …