Kelsey Higham

Results 12 issues of Kelsey Higham

You can get GPU time per-process with this command: ```zsh sudo powermetrics --show-process-gpu --samplers tasks ```

Since this impacts the ability to use Safari to read documentation, I think it makes sense not to embed Examples in Safari. Or at least hide them behind a play...

## small changes - [x] “torwards” https://lovr.org/docs/v0.15.0/Mat4:target - [x] “affect” should be “effect” https://lovr.org/docs/Collider:applyTorque - [x] :detectOverlaps should read :computeOverlaps https://lovr.org/docs/World:overlaps - [x] This page should list https://lovr.org/docs/World:newMeshCollider https://lovr.org/docs/Collider -...

1. Follow the PC instructions as normal. 2. Select the Marker in the Hierarchy on the left. In the Inspector on the right, scroll to the Shader at the bottom....

Most users of this script will be running Windows, but for those using Mac+Quest, open this file: `Snail/Marker/Marker3.0/AnimationGenerator/SnailMarker3AnimationCreator.cs` In it, find and replace every `\\` with `/`.

after that, data sent is consistent between runs, but completely wrong. setup: latest nightly master macOS 12 Monterey, [Intel Mac](https://everymac.com/systems/apple/macbook_pro/specs/macbook-pro-core-i7-2.8-15-dual-graphics-mid-2015-retina-display-specs.html) the entire main.lua: ```lua -- this should display 3 red...

bug

# demonstration https://github.com/bjornbytes/lovr/assets/286211/ab760e52-c68e-4daa-b6b3-bb6d1ef97ab8 # code for that demonstration ```lua -- ▄ █ -- ▄▀█ ▄▀▄ █▀▄ ▄▀▄ █▄▀ ▄▀█ ▀█▀ ▄▀▄ █▀▄▀▄ ▄▀▄ ▄▀▀ █▀▄ -- ▀▄█ ▀█▄ █ █...

bug

If I'm looking at https://lovr.org/docs/Pass and I switch to `master`, I'd love to go to https://lovr.org/docs/master/Pass instead of https://lovr.org/docs/master/Getting_Started. This would make it easier to compare API differences between versions.

For example, if I import this font, then try to export without any changes, it won't work. https://www.fontstruct.com/fontstructions/show/880071/smol-3

`src/gfx/` - almost everything in [`ending/`](https://github.com/zladx/LADX-Disassembly/tree/main/src/gfx/ending): invert - almost everything in [`items/`](https://github.com/zladx/LADX-Disassembly/tree/main/src/gfx/items): deinterleave - [`items/ocarina_symbols.xxx.png`](https://github.com/zladx/LADX-Disassembly/blob/main/src/gfx/items/ocarina_symbols.cgb.png): deinterleave, invert - [`items/piece_of_heart_meter.xxx.png`](https://github.com/zladx/LADX-Disassembly/blob/main/src/gfx/items/piece_of_heart_meter.cgb.png): deinterleave, invert - [`menus/print.png`](https://github.com/zladx/LADX-Disassembly/blob/main/src/gfx/menus/print.png): deinterleave, invert - [`photos/print_ui_1.png`](https://github.com/zladx/LADX-Disassembly/blob/main/src/gfx/photos/print_ui_1.png): deinterleave, invert