Geordie J

Results 28 issues of Geordie J

Hello, I'm trying to dynamically switch locales in my node app (via numeral.language(locale); ). Have spent the last hour trying to figure out why I keep getting the following error...

In iOS I can set a mask (just an 8bit alpha texture) on a CALayer and then render that layer as a solid rect containing either a texture or colour...

Hi! I'm looking to decode video into a native pixel format and display it on a GPU_image. The image appears but with the wrong colours, which makes me think the...

Hi, I'm trying to get some code working with SDL_gpu and SDL2 on both Retina Macs and high DPI Android devices (e.g. Galaxy S7) in `SDL_WINDOW_FULLSCREEN`. The Android device seems...

**Type of change:** DX ## Motivation (current vs expected behavior) `Foundation` is huge in file size and complexity. It is difficult to build, tedious to update, and relying on it...

`CGContext` is a drawing canvas. We can use it to render fonts, convert 32bit PNGs to 8bit Alpha maps etc. ## Implementation The easiest method available to us is to...

low-priority

**Type of change:** Graphical improvement ## Motivation (current vs expected behavior) We want to make UIWindow resizable depending on external factors. For example - by resizing the window on Mac,...

## Motivation We've noticed that `SDL_gpu` doesn't fit our needs in many situations: it has a strange transformation matrix model (which leads to rendering bugs at pixel boundaries on certain...

## Motivation We want to be able to support 8bit textures in order to reduce the occurrence of `OutOfMemoryError`s in certain situations. SDL_gpu uses 32bit textures by default, so this...

## Motivation UITableView is one of the fundamental classes made available to display data in UIKit. It's not used by flowkey's app, so we have no implemented it yet. Like...