2 个仓库
Modifications to the geometry of vector paths using offsets and transformation matrices.
Distinct from Keypoint-Driven Path Transformations: Focuses on general geometric path modification rather than ML-driven keypoint updates.
Explore 2 awesome GitHub repositories matching graphics & multimedia · Geometric Path Transformations. Refine with filters or upvote what's useful.
AndroidNote is a technical knowledge base and reference resource for Android development. It provides comprehensive guidance on application architecture, custom view development, and advanced graphics programming. The project is distinguished by its depth in visual implementation, covering pseudo-3D perspective projections via virtual cameras and complex 2D rendering using Bézier curves and PorterDuff color blending. It also provides detailed methodologies for app modularization and the management of internal libraries through private Maven repositories and JitPack. The reference surface ext
Provides implementation for adding predefined geometric figures to paths with specific winding directions.
This project is a vector path manipulator and SVG geometry transformer that provides a visual interface for modifying SVG path data. It serves as a utility for adding, removing, and converting path segments without writing coordinate code by hand. The tool functions as an SVG path optimizer, reducing path data length and cleaning up coordinate systems. It also includes a geometry transformer for applying scaling, rotation, and translation to vector shapes. The software includes capabilities for visual path manipulation and global geometry transformations. It also provides viewport control to
Modifies vector path geometry using transformation matrices for scaling and rotation.