Crates.io | pax-chassis-macos |
lib.rs | pax-chassis-macos |
version | 0.15.4 |
source | src |
created_at | 2022-09-13 02:03:49.742313 |
updated_at | 2024-07-12 02:57:00.060307 |
description | Platform-specific chassis allowing Pax cartridges to be executed as native macOS apps |
homepage | https://pax.dev/ |
repository | https://www.github.com/paxproject/pax |
max_upload_size | |
id | 664105 |
size | 98,303 |
Handles: - 2D rendering on macOS via CoreGraphics - passing tick events (a la rAF; see NSViewRepresentable) - Managing native user input (e.g. mouse, keyboard, camera, microphone, also form control events like 'click' on a button) - Rendering native text based off of commands from engine - Rendering native form controls based off of commands from engine
This directory also includes:
Simple macOS app for developing Pax projects.
Also usable as a template for packaging full-window Pax apps for macOS
Handles: