awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesPredefined Shape Primitives

Integration of standard geometric figures like circles and rectangles into complex vector paths.

Distinguishing note: No candidate covers the insertion of geometric primitives into graphics paths; most refer to database or UI insertions.

Explore 2 awesome GitHub repositories matching graphics & multimedia · Predefined Shape Primitives. Refine with filters or upvote what's useful.

Awesome Predefined Shape Primitives GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • gcssloop/androidnoteAvatar von GcsSloop

    GcsSloop/AndroidNote

    9,332Auf GitHub ansehen↗

    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 the ability to insert predefined geometries like rectangles and circles directly into a path.

    Javaandroidandroid-studiocustom-view
    Auf GitHub ansehen↗9,332
  • veltman/flubberAvatar von veltman

    veltman/flubber

    6,920Auf GitHub ansehen↗

    Flubber is an SVG path morphing library and shape transition engine designed to calculate smooth interpolations between complex vector shapes. It functions as a vector shape interpolator that generates intermediate path states between two sets of coordinates based on a progress value. The toolkit provides specialized capabilities for managing transitions between different shape quantities, including the ability to split a single shape into multiple pieces or merge multiple shapes into one. It also enables morphing between custom paths and geometric primitives, such as circles and rectangles,

    Transforms custom shapes into circles or rectangles using specific dimensions and center points.

    JavaScript
    Auf GitHub ansehen↗6,920
  1. Home
  2. Graphics & Multimedia
  3. Predefined Shape Primitives

Unter-Tags erkunden

  • Primitive Morphing TargetsUtilities for transforming custom vector paths into standard geometric primitives like circles or rectangles. **Distinct from Predefined Shape Primitives:** Focuses on the transformation process into primitives, not just the inclusion of primitives in a path.