diff --git a/README.md b/README.md index 5b8e40834..92510bdae 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ from potential customers or users. Refer to the README of each language directory in the `api` sub-folder: - * [SixtyFPS-cpp](api/sixtyfps-cpp) ([Documentation](https://www.sixtyfps.io/docs/cpp)) - * [SixtyFPS-rs](api/sixtyfps-rs) ([Documentation](https://www.sixtyfps.io/docs/rust/sixtyfps/) [![Crates.io](https://img.shields.io/crates/v/sixtyfps)](https://crates.io/crates/sixtyfps)) - * [SixtyFPS-node](api/sixtyfps-node) ([Documentation](https://www.sixtyfps.io/docs/node) [![npm](https://img.shields.io/npm/v/sixtyfps)](https://www.npmjs.com/package/sixtyfps)) + * [SixtyFPS-cpp](api/sixtyfps-cpp) ([Documentation](https://sixtyfps.io/docs/cpp)) + * [SixtyFPS-rs](api/sixtyfps-rs) ([Documentation](https://sixtyfps.io/docs/rust/sixtyfps/) [![Crates.io](https://img.shields.io/crates/v/sixtyfps)](https://crates.io/crates/sixtyfps)) + * [SixtyFPS-node](api/sixtyfps-node) ([Documentation](https://sixtyfps.io/docs/node) [![npm](https://img.shields.io/npm/v/sixtyfps)](https://www.npmjs.com/package/sixtyfps)) The [examples](/examples) folder contains examples and demos. The `docs` folder contains [build instructions](docs/building.md) and [internal developer docs](docs/development.md). @@ -60,7 +60,7 @@ Click on the screenshots to run the WebAssembly simulation | Printer Demo | Widget Gallery | Todo | |--------------|----------------|----------------| -| [![Screenshot of the Printer Demo](resources/printerdemo_screenshot.png "Printer Demo")](https://www.sixtyfps.io/demos/printerdemo/) | [![Screenshot of the Gallery Demo](resources/gallery_screenshot.png "Gallery Demo")](https://www.sixtyfps.io/demos/gallery/) | [![Screenshot of the Todo Demo](resources/todo_screenshot.png "Todo Demo")](https://www.sixtyfps.io/demos/todo/) | +| [![Screenshot of the Printer Demo](resources/printerdemo_screenshot.png "Printer Demo")](https://sixtyfps.io/demos/printerdemo/) | [![Screenshot of the Gallery Demo](resources/gallery_screenshot.png "Gallery Demo")](https://sixtyfps.io/demos/gallery/) | [![Screenshot of the Todo Demo](resources/todo_screenshot.png "Todo Demo")](https://sixtyfps.io/demos/todo/) | ## Desktop Native Widgets diff --git a/api/sixtyfps-cpp/README.md b/api/sixtyfps-cpp/README.md index a4eb76bf8..368d9dab1 100644 --- a/api/sixtyfps-cpp/README.md +++ b/api/sixtyfps-cpp/README.md @@ -2,10 +2,10 @@ **A C++ UI toolkit** -[SixtyFPS](https://www.sixtyfps.io/) is a UI toolkit that supports different programming languages. +[SixtyFPS](https://sixtyfps.io/) is a UI toolkit that supports different programming languages. SixtyFPS.cpp is the C++ API to interact with a SixtyFPS UI from C++. -The complete C++ documentation can be viewed online at https://www.sixtyfps.io/docs/cpp/. +The complete C++ documentation can be viewed online at https://sixtyfps.io/docs/cpp/. **Warning: Pre-Alpha** SixtyFPS is still in the early stages of development: APIs will change and important features are still being developed. diff --git a/api/sixtyfps-node/README.md b/api/sixtyfps-node/README.md index 8205e80b6..9cd4c3e37 100644 --- a/api/sixtyfps-node/README.md +++ b/api/sixtyfps-node/README.md @@ -2,10 +2,10 @@ [![npm](https://img.shields.io/npm/v/sixtyfps)](https://www.npmjs.com/package/sixtyfps) -[SixtyFPS](https://www.sixtyfps.io/) is a UI toolkit that supports different programming languages. +[SixtyFPS](https://sixtyfps.io/) is a UI toolkit that supports different programming languages. SixtyFPS-node is the integration with node. -The complete C++ documentation can be viewed online at https://www.sixtyfps.io/docs/node/. +The complete C++ documentation can be viewed online at https://sixtyfps.io/docs/node/. **Warning: Pre-Alpha** SixtyFPS is still in the early stages of development: APIs will change and important features are still being developed. diff --git a/api/sixtyfps-rs/README.md b/api/sixtyfps-rs/README.md index 27b8dfce5..2238b3e5b 100644 --- a/api/sixtyfps-rs/README.md +++ b/api/sixtyfps-rs/README.md @@ -5,14 +5,14 @@ **A Rust UI toolkit** -[SixtyFPS](https://www.sixtyfps.io/) is a UI toolkit that supports different programming languages. +[SixtyFPS](https://sixtyfps.io/) is a UI toolkit that supports different programming languages. SixtyFPS-rs is the Rust API to interact with a SixtyFPS UI design from Rust. -The complete Rust documentation can be viewed online at https://www.sixtyfps.io/docs/rust/sixtyfps/. +The complete Rust documentation can be viewed online at https://sixtyfps.io/docs/rust/sixtyfps/. ## Getting Started -The [crate documentation](https://www.sixtyfps.io/docs/rust/sixtyfps/) shows how to use this crate. +The [crate documentation](https://sixtyfps.io/docs/rust/sixtyfps/) shows how to use this crate. ### Hello World @@ -41,7 +41,7 @@ fn main() { } ``` -The [`sixtyfps` crate documentation](https://www.sixtyfps.io/docs/rust/sixtyfps/) +The [`sixtyfps` crate documentation](https://sixtyfps.io/docs/rust/sixtyfps/) contains more advanced examples and alternative ways to use this crate. ## More examples diff --git a/api/sixtyfps-rs/lib.rs b/api/sixtyfps-rs/lib.rs index 42138ac97..b9b71d065 100644 --- a/api/sixtyfps-rs/lib.rs +++ b/api/sixtyfps-rs/lib.rs @@ -11,7 +11,7 @@ LICENSE END */ # SixtyFPS This crate is the main entry point for embedding user interfaces designed with -[SixtyFPS UI](https://www.sixtyfps.io/) in Rust programs. +[SixtyFPS UI](https://sixtyfps.io/) in Rust programs. Included in this documentation is also the [language reference](docs::langref). diff --git a/api/sixtyfps-rs/sixtyfps-docs-integration.html b/api/sixtyfps-rs/sixtyfps-docs-integration.html index c0dfa4c5d..1d0f33990 100644 --- a/api/sixtyfps-rs/sixtyfps-docs-integration.html +++ b/api/sixtyfps-rs/sixtyfps-docs-integration.html @@ -4,7 +4,7 @@ -->