How to make an application icon for macOS using
iconset&iconutil
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import argparse | |
| import re | |
| import typing | |
| from pyfdt.pyfdt import FdtBlobParse, Fdt, FdtNode, FdtProperty | |
| CONFIG_PARAMETERS_BLACKLIST = [ | |
| "ConfigParameterCount", | |
| "MaxCount", | |
| "StrMaxCount" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Collections.Generic; | |
| using System.IO; | |
| using UnityEditor; | |
| using UnityEditor.Overlays; | |
| using UnityEditor.SceneManagement; | |
| using UnityEditor.Toolbars; | |
| using UnityEngine; | |
| using UnityEngine.SceneManagement; | |
| using UnityEngine.UIElements; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEditor; | |
| using UnityEngine; | |
| public class AddUV : MonoBehaviour | |
| { | |
| public Mesh mesh; | |
| void Awake() |
If you're using a high-end bluetooth headset on your Macbook Pro it's likely your mac is using an audio codec which favors battery efficiency over high quality. This results in a drastic degradation of sound, the SBC codec is the likely culprit, read more about it here.
The research is based on GAX Engine V3. Information about V2 can be found at the end of the document.
FYI: GaXM is a tool that can analyze GAX data. You may find more information there.
FYI: You can find my IDA FLIRT signature for GAX V3 here. https://github.com/loveemu/ida-sig
FYI: Gaxtapper: Diagnostic tool / Automated GSF ripper for GAX Sound Engine.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| void scrollString(String str) { | |
| int yoff = 1; | |
| display.clearDisplay(); | |
| display.setTextWrap(false); // we don't wrap text so it scrolls nicely | |
| display.setTextSize(2); | |
| display.setRotation(0); | |
| int charWidth = 12; // textsize 2 @todo auto calculate charwidth from font | |
| int pxwidth = (str.length()*charWidth)+32; // @todo get actual string pixel length, add support to gfx if needed | |
| for (int32_t x=charWidth; x>=-pxwidth; x--) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Last updated: 2025-11-15 04:31 | |
| 6080 songs, 13:09:30:56 total time | |
| A.III. - Rapid Progress | |
| A5 - Flower Dance | |
| A5Tours - EPISODE from "DECADE SUITE for ORCHESTRA" | |
| A-Train 6 - Another Moon (Rural: Night) | |
| A-Train 6 - Morning Wind (Residential: Morning) | |
| A-Train 6 - On Line (Industrial: Daytime) | |
| A-Train 6 - Python (Industrial: Night) |
NewerOlder
