Webmaster4o
Apr 22, 2016 - 14:17
I recently saw this game, which presents a simple scene-like game in Notification Center, and it gave me an idea.
In the past, there have been concerns about a Notification Center widget taking up too much memory. As an alternative, it'd be neat if Pythonista could present a single UI in this space, using
myview.present('notificationcenter')
This would remove the need to have:
- A console
- A script picker
- The flexibility to run any script
Which would reduce the toll on memory. Would having a Notification Center widget that just presented uis use little enough memory that it would be fesable?