Build captivating gaming experiences for Apple platforms.

All subtopics
Posts under Graphics and Games topic

Post

Replies

Boosts

Views

Activity

PUBG Lag on iOS 14.5.1
The popular Game - PUBG MOBILE is Lagging so Much after I Updated my iPhone 12 Pro to iOS 14.5.1 . The Game Literally Gets Freezed and Frame Drops all of a Sudden. This wasn't the Issue when I was using iOS 14.4 and earlier. Even after owning an expensive device, The Game is Lagging Like if it was being Played on a Low End Device. Please Try to Fix this issue in Next Update or Any Patches to the Game.
6
0
3.4k
Jul ’21
Attached USB device (LCD) frame buffer transfer and GUI HOWTO?
Hi there, I have a device attached to my mac. The manufacturer has published a spec to enable third party developers to communicate with the device and access the LCD screen to display pixel data. The way you do this is by using frame buffers which must be transferred using for example libusb. They gave us an example code in C to open/close the device using libusb and also a sample code for a frame buffer transfer . So, I was wondering what would be the best strategy in order to feed the frame buffers with pixel data if I want to create a simple GUI for the device, drawing rectangles, text and other basic shapes. I don't want to re-invent the wheel, so, I would prefer using a library that allows to draw shapes and text and get back pixel data to feed the frame buffer. Also, I would prefer if it were possible to do all this in Swift but I have no problem using C if it is required. Is it possible to hack SpriteKit pipeline to render to a frame buffer? Or MetalKit ? I guess I could also create a CGContext and use CoreGraphics functions to draw stuff and then get all the pixels data but wouldn't that be very ineffective knowing the device's LCD is 60 fps ... Any advice would be very much appreciated. Best regards, Thierry
2
0
1.3k
Jul ’21
PUBG Lag on iOS 14.5.1
The popular Game - PUBG MOBILE is Lagging so Much after I Updated my iPhone 12 Pro to iOS 14.5.1 . The Game Literally Gets Freezed and Frame Drops all of a Sudden. This wasn't the Issue when I was using iOS 14.4 and earlier. Even after owning an expensive device, The Game is Lagging Like if it was being Played on a Low End Device. Please Try to Fix this issue in Next Update or Any Patches to the Game.
Replies
6
Boosts
0
Views
3.4k
Activity
Jul ’21
Attached USB device (LCD) frame buffer transfer and GUI HOWTO?
Hi there, I have a device attached to my mac. The manufacturer has published a spec to enable third party developers to communicate with the device and access the LCD screen to display pixel data. The way you do this is by using frame buffers which must be transferred using for example libusb. They gave us an example code in C to open/close the device using libusb and also a sample code for a frame buffer transfer . So, I was wondering what would be the best strategy in order to feed the frame buffers with pixel data if I want to create a simple GUI for the device, drawing rectangles, text and other basic shapes. I don't want to re-invent the wheel, so, I would prefer using a library that allows to draw shapes and text and get back pixel data to feed the frame buffer. Also, I would prefer if it were possible to do all this in Swift but I have no problem using C if it is required. Is it possible to hack SpriteKit pipeline to render to a frame buffer? Or MetalKit ? I guess I could also create a CGContext and use CoreGraphics functions to draw stuff and then get all the pixels data but wouldn't that be very ineffective knowing the device's LCD is 60 fps ... Any advice would be very much appreciated. Best regards, Thierry
Replies
2
Boosts
0
Views
1.3k
Activity
Jul ’21