awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to intuit/animationengine

Open-source alternatives to AnimationEngine

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

  • facebook/popfacebook avatar

    facebook/pop

    19,559View on GitHub↗

    Pop is an animation library for iOS and macOS designed to manage property animations, value interpolation, and physics engines. It functions as a framework for linking animation engines to arbitrary object properties, extending beyond standard view attributes. The library features a physics-based animation engine that generates motion based on velocity, friction, and target values. This system enables the creation of spring and decay animations to simulate real-world dynamics. The project also provides tools for value interpolation using easing curves, display-link driven updates synced to s

    Objective-C++
    View on GitHub↗19,559
  • ellisonleao/magictoolsellisonleao avatar

    ellisonleao/magictools

    16,831View on GitHub↗

    :video_game: :pencil: A list of Game Development resources to make magic happen.

    Markdownartawesomeawesome-list
    View on GitHub↗16,831
  • centralmind/gatewaycentralmind avatar

    centralmind/gateway

    530View on GitHub↗

    Universal MCP-Server for your Databases optimized for LLMs and AI-Agents.

    Go
    View on GitHub↗530
  • servo/servoservo avatar

    servo/servo

    37,170View on GitHub↗

    Servo is a high-performance, memory-safe web rendering engine designed for cross-platform embedding. It provides a modular framework that allows developers to integrate web content rendering into native applications across desktop, mobile, and embedded systems. By enforcing strict process isolation and memory safety, the engine creates a secure execution environment for processing web content. The engine distinguishes itself through a task-based, parallelized architecture that decouples layout, style, and rendering processes to maximize responsiveness. It utilizes a hardware-abstracted graphi

    Rustbrowserrustservo
    View on GitHub↗37,170

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • launchkit/launchkitLaunchKit avatar

    LaunchKit/LaunchKit

    2,171View on GitHub↗

    A set of web-based tools for mobile app developers, now open source!

    JavaScript
    View on GitHub↗2,171
  • flox/floxflox avatar

    flox/flox

    3,791View on GitHub↗

    Flox is a Nix environment manager designed to create, share, and maintain reproducible software stacks. It uses declarative manifests to isolate project dependencies and toolchains, ensuring identical runtimes across different machines and operating systems. The platform distinguishes itself by enabling the deployment of imageless workloads to Kubernetes, allowing software to run in pods without traditional container images. It can also synthesize OCI-compliant container images and distroless artifacts directly from declarative environment definitions. The project covers broad capability are

    Rustdeveloper-toolsdevelopment-environmentnix
    View on GitHub↗3,791
  • sindresorhus/awesomesindresorhus avatar

    sindresorhus/awesome

    476,211View on GitHub↗

    This project is a community-maintained directory that serves as a comprehensive index of software tools, frameworks, and educational materials. It functions as an open-source knowledge base, organizing diverse engineering domains and technical resources into a structured taxonomy to assist developers in discovering high-quality content. The directory distinguishes itself through a decentralized peer-review model, where independent contributors curate, verify, and update entries to ensure accuracy and relevance. All information is stored in a version-controlled, flat-file markdown format, whic

    awesomeawesome-listlists
    View on GitHub↗476,211
  • obetomuniz/awesome-webcomponentsobetomuniz avatar

    obetomuniz/awesome-webcomponents

    646View on GitHub↗

    A curated list of awesome Web Components tools, articles and resources.

    View on GitHub↗646
  • openai/openai-cookbookopenai avatar

    openai/openai-cookbook

    74,196View on GitHub↗

    This project is a technical learning resource and developer knowledge base focused on the integration of large language models into software applications. It provides a structured collection of guides and code examples designed to teach developers how to implement intelligent features using proven patterns and best practices. The repository distinguishes itself through a library of functional demonstrations that cover complex topics such as retrieval-augmented generation, function calling, and prompt engineering workflows. These materials are organized into a modular structure, allowing for t

    Jupyter Notebookchatgptgpt-4openai
    View on GitHub↗74,196
  • thealgorithms/pythonTheAlgorithms avatar

    TheAlgorithms/Python

    221,992View on GitHub↗

    This project is a comprehensive repository of verified computational implementations designed to serve as an educational resource for computer science and algorithmic problem solving. It provides a structured collection of code examples that cover fundamental data structures, mathematical operations, and core programming concepts, allowing users to study the logic and complexity behind various computational methods. The repository distinguishes itself through a modular, reference-based implementation pattern that organizes code into logical namespaces. This approach facilitates independent ex

    Pythonalgorithmalgorithm-competitionsalgorithms-implemented
    View on GitHub↗221,992
  • papers-we-love/papers-we-lovepapers-we-love avatar

    papers-we-love/papers-we-love

    107,093View on GitHub↗

    Papers We Love is a community-driven repository and learning network dedicated to the study and discussion of foundational computer science literature. It functions as a centralized educational archive, providing a structured environment where software professionals can engage with academic research to bridge the gap between theoretical concepts and practical application. The project distinguishes itself through a decentralized model of crowdsourced curation, where community members collectively maintain and categorize a vast index of technical resources. Beyond the repository itself, the ini

    Shellawesomecomputer-sciencemeetup
    View on GitHub↗107,093
  • tictail/bounce.jstictail avatar

    tictail/bounce.js

    6,165View on GitHub↗

    bounce.js is a JavaScript library and programmatic wrapper for generating and applying CSS3 keyframe animations and 3D transformations. It provides a tool for creating complex animation sequences without the need to write manual stylesheet rules. The library allows for the creation of animations by chaining scale, rotation, translation, and skew transformations. These generated sequences can be saved under unique names for reuse across multiple elements. The system manages the animation lifecycle through callback functions that trigger when a visual sequence completes. It also includes a com

    CSS
    View on GitHub↗6,165
  • hakimel/stroll.jshakimel avatar

    hakimel/stroll.js

    4,342View on GitHub↗

    stroll.js is a frontend UI animation library designed to transform standard web lists into three-dimensional scrolling displays. It functions as a tool for creating depth-based perspectives using CSS3 transforms. The library specializes in 3D web animations and interactive list design. It implements visual effects that respond to user movement, adding spatial depth and perspective to list elements as they are navigated.

    HTML
    View on GitHub↗4,342
  • aarondo/material-preloaderaarondo avatar

    aarondo/Material-Preloader

    368View on GitHub↗

    Material Design Preloader!s

    CSS
    View on GitHub↗368
  • aaronbannin/looker-genaaronbannin avatar

    aaronbannin/looker-gen

    23View on GitHub↗

    Looker Gen

    Python
    View on GitHub↗23
  • 30-seconds/30-seconds-of-code30-seconds avatar

    30-seconds/30-seconds-of-code

    128,130View on GitHub↗

    This project is a developer knowledge base and a curated library of programming code snippets. It serves as a multi-language coding reference that provides short technical articles and reusable code samples to help developers implement common programming patterns. The resource functions as a multi-language syntax reference, allowing for the comparison of logic and functionality across different programming environments. It focuses on programming pattern learning and coding skill improvement through a collection of optimized patterns and best practices. The platform includes capabilities for

    JavaScript
    View on GitHub↗128,130
  • a8m/pba8m avatar

    a8m/pb

    598View on GitHub↗

    Console progress bar for Rust

    Rust
    View on GitHub↗598
  • 847850277/postman-gpui847850277 avatar

    847850277/postman-gpui

    48View on GitHub↗

    Postman GPUI is a simple graphical user interface application for making HTTP requests, inspired by Postman. This application allows users to create, manage, and send HTTP requests and view the responses in a user-friendly manner.

    Rust
    View on GitHub↗48
  • 21st-dev/magic-mcp21st-dev avatar

    21st-dev/magic-mcp

    4,992View on GitHub↗

    Magic MCP is a Model Context Protocol server and AI component generator that translates natural language descriptions into functional user interface code. It acts as an LLM design orchestrator, producing responsive web elements and layouts anchored on utility-first CSS styling patterns. The system features a side-by-side variation engine that generates multiple stylistic interpretations of a single prompt for comparative selection. It incorporates SVG-based asset integration for branding and iconography and utilizes template-based assembly to combine pre-defined style patterns with user-speci

    TypeScript
    View on GitHub↗4,992
  • 0xax/erlang-bookmarks0xAX avatar

    0xAX/erlang-bookmarks

    1,154View on GitHub↗

    All about erlang programming language powerd by community

    View on GitHub↗1,154
  • acheronfail/repgrepacheronfail avatar

    acheronfail/repgrep

    521View on GitHub↗

    An interactive replacer for ripgrep.

    Rust
    View on GitHub↗521
  • achaiah/pywickachaiah avatar

    achaiah/pywick

    400View on GitHub↗

    High-level batteries-included neural network training library for Pytorch

    Python
    View on GitHub↗400
  • activeloopai/hubactiveloopai avatar

    activeloopai/Hub

    9,177View on GitHub↗

    Hub is a multimodal AI data lake and vector database designed for storing and querying embeddings, text, audio, and images. It functions as a dataset version control system and a machine learning data streaming engine to support large-scale model training. The system utilizes a serverless PostgreSQL vector store to index high-dimensional embeddings for semantic search. It provides a visual interface for inspecting multimodal datasets and viewing annotations such as bounding boxes and masks. The platform handles cloud-agnostic storage synchronization and implements lazy, compressed data strea

    C++
    View on GitHub↗9,177
  • adafruit/awesome-circuitpythonadafruit avatar

    adafruit/awesome-circuitpython

    733View on GitHub↗

    A curated list of awesome CircuitPython guides, videos, libraries, frameworks, software and resources.

    adafruitawesomeawesome-list
    View on GitHub↗733
  • adambard/learnxinyminutes-docsadambard avatar

    adambard/learnxinyminutes-docs

    12,287View on GitHub↗

    This project is a collection of programming language references and syntax cheat sheets designed for rapid developer onboarding. It serves as a library of code-based documentation that uses valid source code files to provide whirlwind tours of various language specifications. The project focuses on programming language learning by providing concise, commented code examples that explain core features and syntax in place. This approach enables developers to quickly grasp language-specific patterns, data types, and execution flow through a consistent reference format. The content covers a broad

    Markdown
    View on GitHub↗12,287
  • adamfisk/littleproxyadamfisk avatar

    adamfisk/LittleProxy

    2,123View on GitHub↗

    High performance HTTP proxy originally written by your friends at Lantern and now maintained by a stellar group of volunteer open source programmers.

    PHP
    View on GitHub↗2,123
  • adamian98/pulseadamian98 avatar

    adamian98/pulse

    8,014View on GitHub↗

    Pulse is a generative model image upscaler and latent space image processor. It functions as a self-supervised photo upsampling tool that increases image resolution by exploring the latent space of pre-trained generative models to synthesize high-quality details. The system includes a face image alignment tool designed to standardize the scale and orientation of raw facial photos. This preprocessing utility prepares images for higher resolution processing by aligning and downscaling faces to a standard orientation. The project covers AI image super-resolution and generative photo upscaling,

    Python
    View on GitHub↗8,014
  • adiny/moodtrip-hotel-searchadiny avatar

    adiny/moodtrip-hotel-search

    1View on GitHub↗

    Claude and Openclaw AI skill for hotel search & booking via MoodTrip.ai MCP server

    View on GitHub↗1
  • aditya-khant/neural-assembly-compilerA

    aditya-khant/neural-assembly-compiler

    0View on GitHub↗
    View on GitHub↗0
  • 64bit/commandok64bit avatar

    64bit/commandOK

    39View on GitHub↗

    commandOK is a Spotlight-like command generator for your terminal. Pops up when you need it and gets out of the way when you don't.

    Rust
    View on GitHub↗39