-
# [iOS] Quartz 2D -
이번 포스팅에서는 iOS의 Core Graphics의 기반이 되는 Drawing engine인 Quartz 2D에 대해서 살펴보겠습니다.
[https://babywalnut.github.io/my-blog/ios/CoreGraphics/](https://babywalnut.github.io/my-blog/ios/Cor…
-
Example: ![MBArcadeMarioSprite](https://github.com/user-attachments/assets/b46b1a57-c953-4bdb-9237-54e140caa319)
-
It seems that CoreGraphics support is incomplete in Xamarin.Mac. Searching for `CGDisplayModeGetRefreshRate` in the github repo only gives me one hit:
https://github.com/xamarin/xamarin-macios/blob…
-
### Apple platform
iOS
### Framework version
net8.0-*, net9.0-*
### Affected platform version
.NET 9
### Description
Earlier I created the AXAiOSBindings_MAUI nuget package which was compatible…
-
**Describe the bug**
FreeRDP 3.8.0 fails to build against the macOS 15 SDK, because it uses obsoleted APIs: CGDisplayStreamStart, CGDisplayStreamStop, CGDisplayStreamUpdateGetRects, CGDisplayStreamUp…
-
Before @CharlieFenton et al say, I know this is not the supported method.
Some notes on the suggested xcode method, it does not build boinc_api_fortran.o and I would prefer to use gcc since our wor…
-
I upgraded my mac to sonoma and now the software crashes on startup. Here is the crash message:
-------------------------------------
Translated Report (Full Report Below)
-------------------------…
-
Set cards must have the “standard” Set look and feel (i.e. 1, 2 or 3 squiggles, diamonds or ovals that are solid, striped or unfilled, and are either green, red or purple). You must draw these using C…
-
Running test-picture in compare mode agains the snapshots dir for piet-coregraphics gives me a lot of differences. Basically all the tests with fonts are different. Maybe most of them are differences …
-
When I dropped `ILPDFKit` folder in a swift project I was't able to build it. Turns out I need to import UIKit and CoreGraphics for some classes in `ILPDFKit`.
I can prepare PR if you need that.