pax icon indicating copy to clipboard operation
pax copied to clipboard

User interface engine with an integrated vector design tool, built in Rust

Results 3 pax issues
Sort by recently updated
recently updated
newest added

This adds an optional parameter "fit" to images that allows for different modes of sizing to bounds: ```rust /// Image fit/layout options #[pax] pub enum ImageFit { /// Scale the...

[Pax] 💻 Building xcodeproject... 2023-10-30 22:41:04.134 xcodebuild[39987:197212] Writing error result bundle to /var/folders/y2/188hpfyd2_bbprjnwclm6b9h0000gn/T/ResultBundle_2023-30-10_22-41-0004.xcresult xcodebuild: error: Could not resolve package dependencies: the package at '/Users/wjz/Rust/hello-world/.pax/pkg/pax-chassis-common/pax-swift-cartridge' cannot be accessed (Error Domain=NSCocoaErrorDomain Code=260...

Is this expected behavior? pax-cli run -p space-game ``` [Pax] 🛠️ Building parser binary with `cargo`... ``` First it says its building the pax parser binary, it says the same...