risingthumb.xyz | achtung | github | itch | site map

Aaron Leonard The internet is SERIOUS Business!

Minor noteworthy PRs and contributions

I have committed code to several FOSS projects out there. Here's some of them.

Godot Game Engine

=> https://github.com/godotengine/godot/pull/91676 Exposing baked lightmapping for scripting
=> https://github.com/godotengine/godot-proposals/issues/8106#issuecomment-2081112982 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.

=> https://github.com/dylanaraps/neofetch/pull/1562 See PR here

Doom 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/128

Xmenu

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.

=> https://github.com/phillbush/xmenu/pull/14 Adding number key support and home/end support