Overview

Overview of Rive GameKit

This article is out of date! Find the new version here.

Why Rive?

Rive's familiar design and animation tools, coupled with our ground-breaking State Machine, enables game creators to build beautiful animations that are fully interactive at runtime.

Creators are already experimenting with Rive for game development, and popular game development solutions have implemented Rive within their engines, such as NoesisGUI and Defold.

Vector animations are excellent for GUIs, HUDs, and interfaces within games. Regardless of resolution or scale the assets will always look fantastic. With NoesisGUI, you can already add Rive to Unity, Unreal and other popular game engines.

Rive Renderer & GameKit

The release of our new renderer and game kit enables you as a game creator to take Rive beyond simple game elements, such as GUIs or HUDs. You can now create full experiences where every single element on screen is a Rive animation.

The Rive Renderer can draw an unprecedented amount of vectors on screen. Allowing gameplay at 120fps, while every single scene element can animate without losing quality. Gameplay will remain crisp and clear regardless of scale, resolution or device.

The Rive GameKit is a package for Flutter to help you build highly performant games. The Renderer powers the drawing of all the vectors, while the GameKit allows you to:

  • Efficiently control the animation loop of all Rive content in your scene.

  • Interact with the animations through state machine inputs.

  • Access and update individual components in the drawing hierarchy.

  • Precisely layout your game scene.

  • Tap into APIs that make game development easier (more to come on this!)

We believe this will enable game developers to create some truly unique experiences that are not possible anywhere else.

The Rive GameKit is currently in technical preview. The API is experimental and subject to change.

Why Flutter?

Flutter is a popular framework for developing applications and provides a rich set of widgets and tools for building custom UI elements and animations, which allows you to create rich interfaces and experiences.

These capabilities also lends itself well to games that rely heavily on user interface design and customization. As a result, Flutter for game development is growing in popularity.

Flutter provides a lot of important development features out of the box, such as:

  • Multi-platform support

  • Hot reload / hot restart

  • Asset management

  • Great documentation and developer experience

  • Active developer community

  • Open source and free - no black boxes

  • Easy to learn

It’ll also allow you to speed up your game's development with pre-built integrations for services like Ads, In-App Purchases, Firebase, Play Services, and Game Center. You can read more about Flutter for games on their official website.

The popular mobile game, PUBG, has integrated Flutter as a community module to allow players from all over the world to share gameplay clips.

The Rive GameKit enables you to use Flutter, with all its development benefits, bolted with a super fast vector renderer powered by Rive.

Supported Platforms - Rive GameKit

At this time, only iOS and macOS (Apple Silicon) are supported.

In addition, you will need to be on macOS Ventura with Xcode 14.3 installed to run apps with GameKit locally at this time. This ensures you are on a clang version supported by the latest Rive GameKit binary release. Future versions may include support for earlier versions of Xcode and macOS.

The Rive Renderer is written in C++ with various backends and is WebGL compatible, thanks to @csmartdalton's work on Shader Pixel Local Storage.

Work is underway to enable it to work on Chrome, Android, and Windows.

Contributing

The Rive GameKit is currently in technical preview and guided by community feedback and usage. The code is open source, and contributions are welcome!

If you have an issue or want to suggest a feature/API, let us know in our issues tab or reach out on our Discord channel.

Last updated