Luna

Results 36 issues of Luna

Currently IME support is very broken, this will need to be fixed for 1.0 so that non-English users can name nodes however they please. This is especially important for 1.0...

Bug
New UI

An application I'm writing that is using SDLang-D crashes on release builds even though it works in debug builds. Backtrace from `release-debug` ``` #0 0x00005555557efbc0 in _D6object8opEqualsFC6ObjectQiZb () #1 0x00005555557d3e08...

This patch temporarily fixes connections, as vibe-d complains about the wss:// url that the gateway returns.

I see there's a PR for Gogs support, have you considered Gitea support? Gogs is very slow at updating and some people has forked gogs and made gitea, which is...

Certain features I want to implement in Inochi2D may not work on mobile devices, or some PCs and games consoles, there needs to be a useful distinction between them. As...

Enhancement

A lot of rigging in the VTuber space nowadays tries to emulate 3D using 2D, we can do better than that by allowing 3D models to be seamlessly integrated in...

Enhancement

From what I can tell there's currently no stroke function in canvas, which makes it difficult to render line drawings of, for example, waveforms. It would be nice if such...

Enhancement
Super hard

Currently working on https://github.com/Inochi2D/vts-d The example program segfaults if VTube Studio is closed and the WebSocket Server as a result stops sending data or if for some other reason data...

Some projects on the dub database are meant as drop-in replacements and are API compatible with other projects, it would be a good idea to add a provides/replaces tag to...

enhancement

A side-project of mine requires OGG encoding capabilities, is this in scope for this project or should i use libogg/libvorbisfile directly?

help wanted