umläute

Results 134 issues of umläute

the `/src/custompios_path` generated by `src/make_custom_pi_os` holds the absolute path to the `CustomPiOS` sources (so all the scripts (and sourced scriptlets) can find the other scripts). this means, that it is...

i'm just starting with CustomPiOS, and i'm a bit stumped on how to use `qemu_boot`. 1. no help or whatsoever it would be really nice if starting `qemu_boot.sh` without any...

the modules are full of default-assignments like so: https://github.com/guysoft/CustomPiOS/blob/f6fea14adfe9febc288bd7c6db8466755a81825f/src/modules/base/config#L13 this is obviously not a bug, but i think the readability could be improved by using POSIX parameter expansion. the following...

binaries should be uploaded to `deken`, so it's easy to install s4pd from within Pd.

enhancement
packaging

this is merely a question (with my Debian maintainer's hat on; i'd like to get s4pd into Debian) the `s7` implementation consists of about 100000 LOC, crammed into two source...

enhancement
packaging

there is some very basic support (a few get/set functions) for floating point images in Gem: - `[pix_texture]`, `[pix_snap]` - `[pix_sig2pix~]`, `[pix_pix2sig~]` - `[pix_dump]` it would be good if `[pix_set]`...

type:enhancement
category:pixes

there is some very basic support (a few get/set functions) for floating point images in Gem: - `[pix_texture]`, `[pix_snap]` - `[pix_sig2pix~]`, `[pix_pix2sig~]` - `[pix_dump]` it would be good if `[pix_data]`...

type:enhancement
category:pixes

as mentioned in https://github.com/umlaeute/Gem/issues/346#issuecomment-1511070156 writing TGA images with the `imageMAGICK`backend produces upside-down images. i still this is an upstream bug (https://github.com/ImageMagick/ImageMagick6/discussions/227), but adding this here to make it easier findable...

type:bug
state:wontfix
plugins:image

this PR drops `glew` (whih has deprecated multi-context support a while ago) in favour of [`glad`](https://github.com/dav1dde/glad) (which does support multi-context and is still actively developed) - Closes: #264

category:multi-context

when replacing `glew` for `glad` (as of #339 ), the `[gemglutwindow]` appears to no longer share textures between contexts. (the other window-implementations don't do either, but that is not a...

category:multi-context