Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For native Android and iOS

## Overview

`theta-client` is an open source library enabling rapid creation of mobile apps that control RICOH THETA cameras. The library works with Kotlin, Swift, Dart, and JavaScript.
`theta-client` is an open source library enabling rapid creation of mobile apps that control RICOH THETA cameras. The library works with Kotlin, Swift, Dart, and JavaScript. The `theta-client` library was engineered by RICOH to help developers make stable, consistent code, and to conveniently provide access to the camera using pre-built methods on each platform.

## Demo Apps

Expand All @@ -37,6 +37,7 @@ Four open source demo applications are included:

Refer to theta-client documentation for the development platform you are using.

* [theta-client documentation](https://ricohapi.github.io/theta-client/index.html)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add "for versions 1.2 and 1.3" ?

You do not need to add this graphic. But it's cool that it looks like they're intending to build the documentation per version.

Screen Shot 2023-07-19 at 3 33 43 PM

* [Android](https://github.com/ricohapi/theta-client/blob/main/docs/tutorial-android.md)
* [iOS](https://github.com/ricohapi/theta-client/blob/main/docs/tutorial-ios.md)
* [React Native](https://github.com/ricohapi/theta-client/blob/main/docs/tutorial-react-native.md)
Expand Down