Remove the www from all sixtyfps.io URL

This commit is contained in:
Olivier Goffart 2020-10-29 11:06:06 +01:00
parent 0b169b564a
commit 263df7dc63
10 changed files with 20 additions and 20 deletions

View file

@ -47,9 +47,9 @@ from potential customers or users.
Refer to the README of each language directory in the `api` sub-folder: 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-cpp](api/sixtyfps-cpp) ([Documentation](https://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-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://www.sixtyfps.io/docs/node) [![npm](https://img.shields.io/npm/v/sixtyfps)](https://www.npmjs.com/package/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). 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 | | 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 ## Desktop Native Widgets

View file

@ -2,10 +2,10 @@
**A C++ UI toolkit** **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++. 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** **Warning: Pre-Alpha**
SixtyFPS is still in the early stages of development: APIs will change and important features are still being developed. SixtyFPS is still in the early stages of development: APIs will change and important features are still being developed.

View file

@ -2,10 +2,10 @@
[![npm](https://img.shields.io/npm/v/sixtyfps)](https://www.npmjs.com/package/sixtyfps) [![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. 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** **Warning: Pre-Alpha**
SixtyFPS is still in the early stages of development: APIs will change and important features are still being developed. SixtyFPS is still in the early stages of development: APIs will change and important features are still being developed.

View file

@ -5,14 +5,14 @@
**A Rust UI toolkit** **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. 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 ## 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 ### 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. contains more advanced examples and alternative ways to use this crate.
## More examples ## More examples

View file

@ -11,7 +11,7 @@ LICENSE END */
# SixtyFPS # SixtyFPS
This crate is the main entry point for embedding user interfaces designed with 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). Included in this documentation is also the [language reference](docs::langref).

View file

@ -4,7 +4,7 @@
--> -->
<script type="module"> <script type="module">
"use strict"; "use strict";
import * as sixtyfps from 'https://www.sixtyfps.io/wasm-interpreter/sixtyfps_wasm_interpreter.js'; import * as sixtyfps from 'https://sixtyfps.io/wasm-interpreter/sixtyfps_wasm_interpreter.js';
function render_or_error(source, div) { function render_or_error(source, div) {
let canvas_id = 'canvas_' + Math.random().toString(36).substr(2, 9); let canvas_id = 'canvas_' + Math.random().toString(36).substr(2, 9);

View file

@ -9,7 +9,7 @@ A fictional user interface for the touch screen of a printer
`.60` Design | Rust Source | C++ Source | Node Source | Online wasm Preview | Open in code editor `.60` Design | Rust Source | C++ Source | Node Source | Online wasm Preview | Open in code editor
--- | --- | --- | --- | --- | --- --- | --- | --- | --- | --- | ---
[`ui.60`](./printerdemo/ui/printerdemo.60) | [`main.rs`](./printerdemo/rust/main.rs) | [`main.cpp`](./printerdemo/cpp/main.cpp) | [`main.js`](./printerdemo/node/main.js)| [Online simulation](https://www.sixtyfps.io/demos/printerdemo/) | [Preview in Online Code Editor](https://www.sixtyfps.io/editor?load_url=https://raw.githubusercontent.com/sixtyfpsui/sixtyfps/master/examples/printerdemo/ui/printerdemo.60) [`ui.60`](./printerdemo/ui/printerdemo.60) | [`main.rs`](./printerdemo/rust/main.rs) | [`main.cpp`](./printerdemo/cpp/main.cpp) | [`main.js`](./printerdemo/node/main.js)| [Online simulation](https://sixtyfps.io/demos/printerdemo/) | [Preview in Online Code Editor](https://sixtyfps.io/editor?load_url=https://raw.githubusercontent.com/sixtyfpsui/sixtyfps/master/examples/printerdemo/ui/printerdemo.60)
![Screenshot of the Printer Demo](/resources/printerdemo_screenshot.png "Printer Demo") ![Screenshot of the Printer Demo](/resources/printerdemo_screenshot.png "Printer Demo")
@ -20,7 +20,7 @@ A simple application showing the different widgets
`.60` Design | Rust Source | C++ Source | Online wasm Preview | Open in code editor `.60` Design | Rust Source | C++ Source | Online wasm Preview | Open in code editor
--- | --- | --- | --- | --- --- | --- | --- | --- | ---
[`gallery.60`](./gallery/gallery.60) | [`main.rs`](./gallery/main.rs) | [`main.cpp`](./gallery/main.cpp)| [Online simulation](https://www.sixtyfps.io/demos/gallery/) | [Preview in Online Code Editor](https://www.sixtyfps.io/editor?load_url=https://raw.githubusercontent.com/sixtyfpsui/sixtyfps/master/examples/gallery/gallery.60) [`gallery.60`](./gallery/gallery.60) | [`main.rs`](./gallery/main.rs) | [`main.cpp`](./gallery/main.cpp)| [Online simulation](https://sixtyfps.io/demos/gallery/) | [Preview in Online Code Editor](https://sixtyfps.io/editor?load_url=https://raw.githubusercontent.com/sixtyfpsui/sixtyfps/master/examples/gallery/gallery.60)
![Screenshot of the Gallery on Windows](/resources/gallery_win_screenshot.png "Gallery") ![Screenshot of the Gallery on Windows](/resources/gallery_win_screenshot.png "Gallery")
@ -30,7 +30,7 @@ A simple todo mvc application
`.60` Design | Rust Source | C++ Source | Node Source | Online wasm Preview | Open in code editor `.60` Design | Rust Source | C++ Source | Node Source | Online wasm Preview | Open in code editor
--- | --- | --- | --- | --- | --- --- | --- | --- | --- | --- | ---
[`todo.60`](./todo/ui/todo.60) | [`main.rs`](./todo/rust/main.rs) | [`main.cpp`](./todo/cpp/main.cpp) | [`main.js`](./todo/node/main.js) | [Online simulation](https://www.sixtyfps.io/demos/todo/) | [Preview in Online Code Editor](https://www.sixtyfps.io/editor?load_url=https://raw.githubusercontent.com/sixtyfpsui/sixtyfps/master/examples/todo/ui/.60) [`todo.60`](./todo/ui/todo.60) | [`main.rs`](./todo/rust/main.rs) | [`main.cpp`](./todo/cpp/main.cpp) | [`main.js`](./todo/node/main.js) | [Online simulation](https://sixtyfps.io/demos/todo/) | [Preview in Online Code Editor](https://sixtyfps.io/editor?load_url=https://raw.githubusercontent.com/sixtyfpsui/sixtyfps/master/examples/todo/ui/.60)
## Loading the example with the `viewer` ## Loading the example with the `viewer`

View file

@ -18,7 +18,7 @@
<p> <p>
<a href="https://github.com/sixtyfpsui/sixtyfps/blob/master/examples/gallery/gallery.60"> <a href="https://github.com/sixtyfpsui/sixtyfps/blob/master/examples/gallery/gallery.60">
View Source Code on GitHub</a> - View Source Code on GitHub</a> -
<a href="https://www.sixtyfps.io/editor?load_url=https://raw.githubusercontent.com/sixtyfpsui/sixtyfps/master/examples/gallery/gallery.60"> <a href="https://sixtyfps.io/editor?load_url=https://raw.githubusercontent.com/sixtyfpsui/sixtyfps/master/examples/gallery/gallery.60">
Edit in the online code editor Edit in the online code editor
</a> </a>
</p> </p>

View file

@ -18,7 +18,7 @@
<p> <p>
<a href="https://github.com/sixtyfpsui/sixtyfps/blob/master/examples/printerdemo/ui/printerdemo.60"> <a href="https://github.com/sixtyfpsui/sixtyfps/blob/master/examples/printerdemo/ui/printerdemo.60">
View Source Code on GitHub</a> - View Source Code on GitHub</a> -
<a href="https://www.sixtyfps.io/editor?load_url=https://raw.githubusercontent.com/sixtyfpsui/sixtyfps/master/examples/printerdemo/ui/printerdemo.60"> <a href="https://sixtyfps.io/editor?load_url=https://raw.githubusercontent.com/sixtyfpsui/sixtyfps/master/examples/printerdemo/ui/printerdemo.60">
Edit in the online code editor Edit in the online code editor
</a> </a>
</p> </p>

View file

@ -17,7 +17,7 @@
<p> <p>
<a href="https://github.com/sixtyfpsui/sixtyfps/blob/master/examples/todo/ui/todo.60"> <a href="https://github.com/sixtyfpsui/sixtyfps/blob/master/examples/todo/ui/todo.60">
View Source Code on GitHub</a> - View Source Code on GitHub</a> -
<a href="https://www.sixtyfps.io/editor?load_url=https://raw.githubusercontent.com/sixtyfpsui/sixtyfps/master/examples/todo/ui/todo.60"> <a href="https://sixtyfps.io/editor?load_url=https://raw.githubusercontent.com/sixtyfpsui/sixtyfps/master/examples/todo/ui/todo.60">
Edit in the online code editor Edit in the online code editor
</a> </a>
</p> </p>