Skip to content

Commit

Permalink
Replace broken hero image on runtime READMEs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
zplata and zplata committed Jul 28, 2023
1 parent b473fbc commit dee058b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5034c861250560872c2d99f4c8bdbbe766fd3134
dd69830342af74b8510729a90a380656bd9ff850
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dee058b

Please sign in to comment.