Replace broken hero image on runtime READMEs

Separate PRs for react + react native

Diffs=
dd6983034 Replace broken hero image on runtime READMEs (#5690)

Co-authored-by: Zachary Plata <plata.zach@gmail.com>
This commit is contained in:
zplata
2023-07-28 15:36:25 +00:00
parent b473fbc775
commit dee058bbd8
2 changed files with 7 additions and 2 deletions

View File

@@ -1 +1 @@
5034c861250560872c2d99f4c8bdbbe766fd3134
dd69830342af74b8510729a90a380656bd9ff850

View File

@@ -4,7 +4,12 @@
# rive-cpp
C++ runtime for [Rive](https://rive.app). Provides these runtime features:
![Rive hero image](https://cdn.rive.app/rive_logo_dark_bg.png)
Rive C++ is a runtime library for [Rive](https://rive.app), a real-time interactive design and animation tool.
The C++ runtime for Rive provides these runtime features:
- Loading Artboards and their contents from **.riv** files.
- Querying LinearAnimations and StateMachines from Artboards.
- Making changes to Artboard hierarchy (fundamentally same guts used by LinearAnimations and StateMachines) and effienclty solving those changes via Artboard::advance.