Minor noteworthy PRs and contributions
I have committed code to several FOSS projects out there. Here's some of them.
Godot Game Engine
=> Exposing baked lightmapping for scripting=> Exposing create emission points for particles
Neofetch
Üeberzug image handling support. Neofetch has an image handler, but lacked Üeberzug. I opened a PR and implemented this change.
=> See PR hereDoom Fire Algorithm
Added a GDScript/GLSL Implementation of the Doom Fire algorithm
See a video of this here
=> https://github.com/filipedeschamps/doom-fire-algorithm/pull/128Xmenu
Xmenu is an awesome menu tool, inspired in part by Dmenu, another awesome menu tool. I use both, the former for menus that are mouse-dependent, and the latter for keyboard dependent ones(there's use cases for both). It makes starting applications very easy. My PR just extended the keybinds.
=> Adding number key support and home/end support