Serena Postelnek

Results 26 issues of Serena Postelnek

Hi, I'm new to Rust and started working on a program which iterates through the id3 tags of my iTunes purchased music. I checked iTunes for the Year tag, which...

This adds an example for the physfs portlib under an `fs` directory. It is written in C++, but physfs does not require use of C++. The example creates a directory,...

**Summary** The following methods are undocumented both here and [the LÖVE Wiki](https://love2d.org/wiki). These will need to be added to the LÖVE Wiki before adding them here, as per the contributing...

Hi, I've been using yuescript for a bit in place of MoonScript and it's really nice. However, something that both of these languages are missing are tools which could prettify...

Specifically, if I have Citro render the top screen render target, but I don't draw anything, it will go through two cycles before soft locking. Removing this rendertarget stuff in...

drawing-nothing

This adds an example for physfs usage under the `fs` directory. See [this pr for 3ds-examples](https://github.com/devkitPro/3ds-examples/pull/50) for more details.

Hi, I was wondering how feasible it would be to add a Bounds option to Spring Bone Collider Groups. Currently they only keep things outside of the radius. However, it...

SpringBone

- [ ] Audio Streaming - [ ] Restructure ``love.graphics`` to use Citro3D rather than sf2d - [ ] Sprite Batches

#### Overview: (For context: I am running Windows 11) One thing that I originally liked from the Windows 10 weather widget on the taskbar was that it showed the current...

Feature Request

Currently I have to do a kind of hacky solution that I don't like with my own scrollbar that make is a "global local" so I can even access it...