12 Integrations with Rive

View a list of Rive integrations and software that integrates with Rive below. Compare the best Rive integrations as well as features, ratings, user reviews, and pricing of software that integrates with Rive. Here are the current Rive integrations in 2024:

  • 1
    Apple iOS
    iOS 14 brings a fresh look to the things you do most often, making them easier than ever. New features help you get what you need in the moment. And the apps you use all the time become even more intelligent, more personal, and more private. You’re able to do more with your iPhone than ever before. So iOS 14 reimagines the most iconic parts of the experience to be even more helpful and personal. Widgets have been totally redesigned to give you more information at a glance — and now you can add them to your Home Screen. Choose from different sizes and arrange however you like. The new App Library automatically organizes all of your apps into one simple, easy‑to‑navigate view. Apps are sorted by category and your most used apps are always just one tap away. Now you can keep watching videos or continue your FaceTime call while you use another app.
  • 2
    Android

    Android

    Google

    This summer, we’re expanding the ways we keep you safe and finding new ways to keep you connected. Here are the latest features available on your Android device. New delightful and helpful experiences across all of the devices that are connected to your Android phone. Your one-stop home for all your favorite entertainment. From movies and TV shows to games and books. Android 11 is optimized for how you use your phone. Helping you manage conversations. And organize your day. With tools designed to help you do more. Meet people using Android to change what's possible in daily life. Watch and read stories about creative, driven people discovering how to make their world more colorful and connected. With Android by their side. Choices for work, gaming, 5G streaming and anything else. There’s over 24,000 phones and tablets that run on Android. So no matter what you’re looking for, there’s something for you. Your security and privacy are at the heart of what we do.
  • 3
    Unity

    Unity

    Unity Technologies

    The leading platform for creating interactive, real-time content. Build 2D, 3D and VR games and apps at speed. From artist tools to live-ops, everything you need to bring your vision to life today. The complete solutions for professionals to create and operate. Create and operate amazing applications and immersive experiences with a complete solution for professionals across industries. Change up your splash screen. Or completely remove it. Gain greater insight into what’s happening in your game with real-time data on crashes, exceptions and user feedback. Minimize downtime with access to expert technical support when you encounter issues. Available as a separate purchase through a Unity sales representative. Access and modify source code for your sophisticated requirements. Available as a separate purchase through a Unity sales representative.
    Leader badge
    Starting Price: $35.00/month
  • 4
    Flutter

    Flutter

    Google

    Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Paint your app to life in milliseconds with Stateful Hot Reload. Use a rich set of fully-customizable widgets to build native interfaces in minutes. Quickly ship features with a focus on native end-user experiences. Layered architecture allows for full customization, which results in incredibly fast rendering and expressive and flexible designs. Flutter’s widgets incorporate all critical platform differences such as scrolling, navigation, icons and fonts, and your Flutter code is compiled to native ARM machine code using Dart's native compilers. Flutter's hot reload helps you quickly and easily experiment, build UIs, add features, and fix bugs faster. Experience sub-second reload times without losing state on emulators, simulators, and hardware.
  • 5
    Unreal Engine

    Unreal Engine

    Epic Games

    The world’s most open and advanced real-time 3D creation tool. With Unreal Engine, you can bring amazing real-time experiences to life using the world’s most advanced real-time 3D creation tool. From first projects to the most demanding challenges, our free and accessible resources and inspirational community empower everyone to realize their ambitions. With over 160 hours of free online learning content, an extensive library of webinars, and options for instructor-led training, we have a way to learn that's right for you. Unreal creators are the true power behind Unreal Engine. Be part of a community that builds cutting-edge experiences, and supports each other along the way. Explore comprehensive reference documentation, instructional guides, community-based support, and options for dedicated professional support.
  • 6
    React Native
    React Native combines the best parts of native development with React, a best-in-class JavaScript library for building user interfaces. Use a little—or a lot. You can use React Native today in your existing Android and iOS projects or you can create a whole new app from scratch. React primitives render to native platform UI, meaning your app uses the same native platform APIs other apps do. Many platforms, one React. Create platform-specific versions of components so a single codebase can share code across platforms. With React Native, one team can maintain two platforms and share a common technology—React. React Native lets you create truly native apps and doesn't compromise your users' experiences. It provides a core set of platform agnostic native components like View, Text, and Image that map directly to the platform’s native UI building blocks.
    Starting Price: Free
  • 7
    React

    React

    React

    React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes. Declarative views make your code more predictable and easier to debug. Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM. We don’t make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. React components implement a render() method that takes input data and returns what to display. This example uses an XML-like syntax called JSX. Input data that is passed into the component can be accessed by render() via this.props.
    Starting Price: Free
  • 8
    Framer

    Framer

    Framer

    Framer is an all-in-one tool that helps teams design every part of the product experience. Start in Framer and get to a functional prototype faster than ever—no code required. In Framer, interactions are first-class throughout your whole workflow—wireframing, visual design, prototyping, design systems, handoff, and user testing. Create prototypes in the canvas with animations, transitions, and Smart Components and get better feedback from user tests, useful handoff code for engineers, and quicker buy-in from stakeholders. Framer is your tool for designing everything. Work with your team to get high-fidelity prototypes in minutes with smart features, drag and drop components, layout tools, building blocks, and more. Asynchronous collaboration in your design tool is great, but what’s the point if it just means more back-and-forth? Framer helps you rethink collaboration, offering deeper ways for designers to work in teams and plug into existing workflows.
    Starting Price: $15 per month
  • 9
    JavaScript

    JavaScript

    JavaScript

    JavaScript is a scripting language and programming language for the web that enables developers to build dynamic elements on the web. Over 97% of the websites in the world use client-side JavaScript. JavaScript is one of the most important scripting languages on the web. Strings in JavaScript are contained within a pair of either single quotation marks '' or double quotation marks "". Both quotes represent Strings but be sure to choose one and STICK WITH IT. If you start with a single quote, you need to end with a single quote. There are pros and cons to using both IE single quotes tend to make it easier to write HTML within Javascript as you don’t have to escape the line with a double quote. Let’s say you’re trying to use quotation marks inside a string. You’ll need to use opposite quotation marks inside and outside of JavaScript single or double quotes.
  • 10
    C++

    C++

    C++

    C++ is a simple and clear language in its expressions. It is true that a piece of code written with C++ may be seen by a stranger of programming a bit more cryptic than some other languages due to the intensive use of special characters ({}[]*&!|...), but once one knows the meaning of such characters it can be even more schematic and clear than other languages that rely more on English words. Also, the simplification of the input/output interface of C++ in comparison to C and the incorporation of the standard template library in the language, makes the communication and manipulation of data in a program written in C++ as simple as in other languages, without losing the power it offers. It is a programming model that treats programming from a perspective where each component is considered an object, with its own properties and methods, replacing or complementing structured programming paradigm, where the focus was on procedures and parameters.
    Starting Price: Free
  • 11
    JSON

    JSON

    JSON

    JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. JSON is built on two structures: 1. A collection of name/value pairs. In various languages, this is realized as an object, record, struct, dictionary, hash table, keyed list, or associative array. 2. An ordered list of values. In most languages, this is realized as an array, vector, list, or sequence. These are universal data structures. Virtually all modern programming languages support them in one form or another.
    Starting Price: Free
  • 12
    Tizen

    Tizen

    Tizen

    Tizen is an open and flexible operating system built from the ground up to address the needs of all stakeholders of the mobile and connected device ecosystem, including device manufacturers, mobile operators, application developers and independent software vendors (ISVs). Tizen is developed by a community of developers, under open source governance, and is open to all members who wish to participate. Tizen operating system comes in multiple profiles to serve different industry requirements. The current Tizen profiles are Tizen IVI (in-vehicle infotainment), Tizen Mobile, Tizen TV, and Tizen Wearable. In addition to that, as of Tizen 3.0, all profiles are built on top of a common, shared infrastructure called Tizen Common. With Tizen, a device manufacturer can begin with one of these profiles and modify it to serve their own needs, or use Tizen Common base to develop a new profile to meet the memory, processing and power requirements of any device and quickly bring it to market.
  • Previous
  • You're on page 1
  • Next