All kinds of subjects related to development.
Love2D dev : Create, edit, build and run Love2D applications with Sublime Text 3 (macOS)
How to install a lightweight development environment based on Love2D If you intend to create / learn to code and develop games and other applications without having to use heavy…
WordPress : Add links to the admin bar
If you work on WordPress websites, here is a tip you might find helpful. It requires adding code to the functions.php file. Tested with WordPress 5. How to add links…
Video and audio fade in / fade out
Let’s say you need to apply a Video and Audio fade in, as well as a Video and Audio fade out, to a given video. Here is a method that…
Combine images into a strip
In this first tutorial, we will see how to assemble images into a strip, using the command line tool ffmpeg, a powerful tool for manipulating videos, images and audio. Here…