awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to gcssloop/androidnote

Open-source alternatives to AndroidNote

30 open-source projects similar to gcssloop/androidnote, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best AndroidNote alternative.

  • pixieditor/pixieditorPixiEditor 的头像

    PixiEditor/PixiEditor

    7,840在 GitHub 上查看↗

    PixiEditor is a multi-functional graphics suite that serves as a pixel art editor, a node-based graphics editor, and a vector graphics tool. It functions as a shader-based painting tool and 2D animation software, providing a comprehensive environment for creating raster images and frame-by-frame motion. The project is distinguished by its use of node-based workflows for building complex image transformations, visual effects, and custom digital brush designs. It utilizes a shader-based brush engine and a node graph to define personalized painting tool behaviors and procedural animations. The

    C#2davaloniauicsharp
    在 GitHub 上查看↗7,840
  • hiloteam/hilohiloteam 的头像

    hiloteam/Hilo

    5,932在 GitHub 上查看↗

    Hilo is an HTML5 game engine for building 2D games that run across browsers and devices. It renders graphics through Canvas, DOM, or WebGL backends, automatically selecting the best option for the target environment. The engine provides a complete game development solution with sprite, skeletal, and particle animation, along with a texture atlas system for efficient image loading and rendering. The framework distinguishes itself through its integration of the DragonBones skeletal animation engine, which drives bone-based character movement without frame-by-frame sprites, and its Chipmunk phys

    JavaScriptcanvasgamehilo
    在 GitHub 上查看↗5,932
  • fogleman/ggfogleman 的头像

    fogleman/gg

    4,778在 GitHub 上查看↗

    gg is a Go 2D graphics library and vector graphics engine designed for programmatic image generation. It provides a canvas rendering API to create custom 2D shapes, paths, and visual assets, which can be exported as PNG and JPG files. The toolkit enables the construction of complex geometry using Bezier curves and custom paths. It supports a variety of rendering operations, including filling and stroking paths, applying linear and radial gradients, and utilizing surface patterns. The library covers a broad range of capabilities, including text rendering with word wrapping and dimension measu

    Go
    在 GitHub 上查看↗4,778

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • software-mansion/react-native-gesture-handlersoftware-mansion 的头像

    software-mansion/react-native-gesture-handler

    6,755在 GitHub 上查看↗

    React Native Gesture Handler is a declarative library that exposes the platform's native touch and gesture system to React Native, enabling smooth, deterministic gesture handling on the UI thread. It manages gesture recognition through a native state machine with defined transitions between states like BEGAN, ACTIVE, END, and CANCELLED, routing touch events through platform-native gesture recognizers on both iOS and Android. The library provides a comprehensive gesture composition framework that allows developers to combine multiple gestures into race, simultaneous, or exclusive sequences, co

    TypeScriptgesturejavascriptreact-native
    在 GitHub 上查看↗6,755
  • daybrush/moveabledaybrush 的头像

    daybrush/moveable

    10,720在 GitHub 上查看↗

    Moveable! Draggable! Resizable! Scalable! Rotatable! Warpable! Pinchable! Groupable! Snappable!

    TypeScriptdraggablegroupablemovable
    在 GitHub 上查看↗10,720
  • leaferjs/leafer-uileaferjs 的头像

    leaferjs/leafer-ui

    4,184在 GitHub 上查看↗

    Leafer UI is a high-performance HTML5 canvas rendering engine and 2D vector graphics library. It utilizes a hierarchical scene tree to manage shapes, paths, and text, providing a toolkit for building interactive canvas applications and expansive infinite canvases. The engine is designed as a cross-platform canvas toolkit that decouples core logic from the drawing API, allowing it to run across web, mobile, server, and mini-program environments. It distinguishes itself by providing specialized tools for interactive graphic editor development, including hit detection, event bubbling, and transf

    TypeScriptcanvasinfinite-canvasleafer
    在 GitHub 上查看↗4,184
  • opentypejs/opentype.jsopentypejs 的头像

    opentypejs/opentype.js

    4,976在 GitHub 上查看↗

    opentype.js is a JavaScript library for reading, writing, and manipulating OpenType, TrueType, and WOFF font files in both browser and server environments. It functions as a font parser and generator capable of extracting glyph data and metadata or creating new font files by defining glyph paths and metadata programmatically. The project provides specialized utilities for modifying font variation tables to control variable font properties and processing color layers and palettes via COLR and CPAL tables. It also includes a Bezier path generator that converts font glyphs and text strings into

    JavaScriptfontglyphsjavascript
    在 GitHub 上查看↗4,976
  • mono/skiasharpmono 的头像

    mono/SkiaSharp

    5,449在 GitHub 上查看↗

    SkiaSharp is a cross-platform 2D graphics engine and .NET wrapper for the Skia Graphics Library. It provides a rendering API for drawing shapes, paths, and bitmaps across mobile, desktop, and server environments, functioning as both a raster graphics library and a hardware-accelerated drawing API. The project enables the creation of custom vector drawings and dynamic UI components through precise control over strokes, fills, and mathematical transformations. It also supports programmatic image manipulation, allowing for the loading and modification of pixel arrays. Its capabilities cover bas

    C#androidcross-platformdot-net
    在 GitHub 上查看↗5,449
  • sixlabors/imagesharpSixLabors 的头像

    SixLabors/ImageSharp

    7,954在 GitHub 上查看↗

    ImageSharp is a .NET image processing library and manipulation framework used for decoding, encoding, and modifying digital images. It functions as a comprehensive toolkit for resizing, cropping, and applying pixel-level filters while managing color profiles and pixel data across various file formats. The project integrates a 2D vector graphics engine and a typography rendering engine to draw geometric shapes, paths, and complex stylized text onto images. It also includes a geometry boolean operation library for calculating intersections, unions, and differences between complex polygons and c

    C#bmpc-sharpdrawing
    在 GitHub 上查看↗7,954
  • rstacruz/cheatsheetsrstacruz 的头像

    rstacruz/cheatsheets

    14,429在 GitHub 上查看↗

    This project is a comprehensive collection of web development reference guides and technical cheat sheets. It provides a curated set of markdown-based documentation designed to help developers quickly locate syntax patterns and API examples for common web technologies and programming languages. The repository serves as a specialized reference library covering several distinct technical domains. It includes extensive guides for CSS, focusing on selectors, Flexbox, Grid, and responsive layout properties, as well as a DevOps command reference for Docker, Kubernetes, AWS, Ansible, and general she

    SCSS
    在 GitHub 上查看↗14,429
  • geniusvjr/learningnotesGeniusVJR 的头像

    GeniusVJR/LearningNotes

    13,145在 GitHub 上查看↗

    LearningNotes is a technical knowledge base and engineering study guide focused on Android framework internals, system architecture, and mobile performance optimization. It serves as a reference for analyzing the Android boot sequence, process bootstrapping, and system service initialization. The project provides detailed guides on mobile performance, including strategies for reducing memory footprints, identifying memory leaks, and optimizing image decoding. It further covers Android inter-process communication using AIDL and the Binder kernel driver, as well as software architecture manuals

    在 GitHub 上查看↗13,145
  • konvajs/react-konvakonvajs 的头像

    konvajs/react-konva

    6,362在 GitHub 上查看↗

    react-konva is a declarative React canvas graphics library and 2D vector graphics framework. It serves as a rendering engine and interactive canvas toolset that allows for the drawing and management of complex 2D shapes and graphics using a React component model. The library maps reactive component trees to an underlying object-oriented graphics scene graph, enabling the synchronization of visual states with application data. It provides specialized tools for building interactive graphical interfaces, including support for multi-touch gestures, drag-and-drop functionality, and real-time trans

    TypeScript
    在 GitHub 上查看↗6,362
  • maptalks/maptalks.jsmaptalks 的头像

    maptalks/maptalks.js

    4,519在 GitHub 上查看↗

    maptalks.js is a JavaScript map rendering library and web map interaction framework used to render interactive 2D and 3D geographic data on a web canvas. It functions as a 3D geospatial engine supporting 3DTiles and GLTF formats, a GeoJSON visualization tool, and a spatial analysis library. The project distinguishes itself through high-performance rendering and dynamic geospatial animation, including the ability to simulate traffic flow and execute smooth visual transitions for map elements. It provides comprehensive tools for interactive geometry editing, allowing users to draw and modify ve

    HTML
    在 GitHub 上查看↗4,519
  • amir-arad/awesome-oscamir-arad 的头像

    amir-arad/awesome-osc

    30在 GitHub 上查看↗

    A curated list of useful open-sound-control applications, libraries, resources and shiny things

    在 GitHub 上查看↗30
  • altryne/awesome-ai-art-image-synthesisaltryne 的头像

    altryne/awesome-ai-art-image-synthesis

    1,801在 GitHub 上查看↗

    A list of awesome tools, ideas, prompt engineering tools, colabs, models, and helpers for the prompt designer playing with aiArt and image synthesis. Covers Dalle2, MidJourney, StableDiffusion, and open source tools.

    在 GitHub 上查看↗1,801
  • amosgyamfi/awesome-fasthtmlamosgyamfi 的头像

    amosgyamfi/awesome-fasthtml

    82在 GitHub 上查看↗

    Awesome and Best FastHTML Resources For Python Developers

    Pythonfasthtmlhtmxpython
    在 GitHub 上查看↗82
  • allthingssmitty/jquery-tips-everyone-should-knowAllThingsSmitty 的头像

    AllThingsSmitty/jquery-tips-everyone-should-know

    4,315在 GitHub 上查看↗

    This project serves as a comprehensive development guide for the jQuery library, focusing on best practices and techniques for efficient web frontend development. It provides a structured collection of patterns for manipulating the document object model, managing dynamic content, and streamlining asynchronous data requests. The guide emphasizes performance and maintainability by detailing strategies for optimizing element selection, implementing event delegation, and managing element state. It covers methods for resolving library conflicts, standardizing layout dimensions, and controlling bro

    awesomeawesome-listjquery
    在 GitHub 上查看↗4,315
  • aaronhma/awesome-tensorflow-jsaaronhma 的头像

    aaronhma/awesome-tensorflow-js

    186在 GitHub 上查看↗

    Awesome TensorFlow.js - A curated list of dedicated resources to master TensorFlow.js

    awesomeawesome-listmachine-learning
    在 GitHub 上查看↗186
  • altamiracorp/awesome-xaialtamiracorp 的头像

    altamiracorp/awesome-xai

    190在 GitHub 上查看↗

    Awesome Explainable AI (XAI) and Interpretable ML Papers and Resources

    awesomeawesome-listexplanations
    在 GitHub 上查看↗190
  • anant/awesome-cassandraAnant 的头像

    Anant/awesome-cassandra

    319在 GitHub 上查看↗

    A curated list of the best resources in the Cassandra community.

    HTMLapacheawesomeawesome-list
    在 GitHub 上查看↗319
  • aden-hive/hiveaden-hive 的头像

    aden-hive/hive

    10,578在 GitHub 上查看↗

    Hive is an artificial intelligence workflow automation engine and development platform designed for building and deploying autonomous agents. It provides a framework for orchestrating complex, multi-step business processes by coordinating tasks across multiple specialized agents using directed graph structures. The platform distinguishes itself through a focus on production-grade reliability and state management. It maintains persistent execution context and conversation history on disk, enabling crash recovery and continuity for long-running automated sessions. Furthermore, it incorporates a

    Pythonagentagent-frameworkagent-skills
    在 GitHub 上查看↗10,578
  • alexk111/awesome-bitcoin-payment-processorsalexk111 的头像

    alexk111/awesome-bitcoin-payment-processors

    557在 GitHub 上查看↗

    🌟 A curated list of Bitcoin payment processors enabling merchants, businesses and nonprofits to accept Bitcoin payments.

    在 GitHub 上查看↗557
  • adius/awesome-music-productionadius 的头像

    adius/awesome-music-production

    1,428在 GitHub 上查看↗

    A curated list of software, hardware, and other resources to create music.

    在 GitHub 上查看↗1,428
  • adius/awesome-sheet-musicadius 的头像

    adius/awesome-sheet-music

    1,003在 GitHub 上查看↗

    A curated list of awesome tools to create, edit and display sheet music.

    在 GitHub 上查看↗1,003
  • aliesbelik/awesome-gatlingaliesbelik 的头像

    aliesbelik/awesome-gatling

    80在 GitHub 上查看↗

    A collection of resources covering different aspects of Gatling load testing tool usage.

    awesomeawesome-gatlingawesome-list
    在 GitHub 上查看↗80
  • allthingssmitty/css-protipsAllThingsSmitty 的头像

    AllThingsSmitty/css-protips

    30,114在 GitHub 上查看↗

    This project is a curated knowledge base and technical reference for professional web styling. It serves as a comprehensive guide to modern CSS best practices, focusing on techniques that leverage native browser capabilities to create efficient, maintainable, and scalable stylesheets. The collection emphasizes the use of declarative style logic and modern layout engines to replace brittle, imperative approaches. By prioritizing native pseudo-class state management, logical property mapping, and relative unit scaling, the guide demonstrates how to build responsive interfaces that remain consis

    awesomeawesome-listcss
    在 GitHub 上查看↗30,114
  • 521xueweihan/hellogithub521xueweihan 的头像

    521xueweihan/HelloGitHub

    161,590在 GitHub 上查看↗

    HelloGitHub is a centralized discovery platform and technical knowledge repository designed to help developers identify high-quality open-source projects, libraries, and infrastructure. It functions as a structured directory that aggregates specialized development tools and educational materials, organizing them by technical domain to facilitate efficient resource discovery and professional development. The platform distinguishes itself through a community-driven curation workflow, where manual editorial oversight filters the broader software ecosystem into thematic collections. This content

    Pythonawesomegithubhellogithub
    在 GitHub 上查看↗161,590
  • ahundt/awesome-roboticsahundt 的头像

    ahundt/awesome-robotics

    1,396在 GitHub 上查看↗

    A curated list of awesome links and software libraries that are useful for robots.

    在 GitHub 上查看↗1,396
  • amin-tgz/awesome-carlaAmin-Tgz 的头像

    Amin-Tgz/awesome-CARLA

    917在 GitHub 上查看↗

    👉 CARLA resources such as tutorial, blog, code and etc https://github.com/carla-simulator/carla

    在 GitHub 上查看↗917
  • alexpate/awesome-design-systemsA

    alexpate/awesome-design-systems

    0在 GitHub 上查看↗

    Know a resource that isn't listed below? Feel free to create a new pull request.

    在 GitHub 上查看↗0