mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
Remove the www from all sixtyfps.io URL
This commit is contained in:
parent
0b169b564a
commit
263df7dc63
10 changed files with 20 additions and 20 deletions
|
@ -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/) [](https://crates.io/crates/sixtyfps))
|
* [SixtyFPS-rs](api/sixtyfps-rs) ([Documentation](https://sixtyfps.io/docs/rust/sixtyfps/) [](https://crates.io/crates/sixtyfps))
|
||||||
* [SixtyFPS-node](api/sixtyfps-node) ([Documentation](https://www.sixtyfps.io/docs/node) [](https://www.npmjs.com/package/sixtyfps))
|
* [SixtyFPS-node](api/sixtyfps-node) ([Documentation](https://sixtyfps.io/docs/node) [](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 |
|
||||||
|--------------|----------------|----------------|
|
|--------------|----------------|----------------|
|
||||||
| [](https://www.sixtyfps.io/demos/printerdemo/) | [](https://www.sixtyfps.io/demos/gallery/) | [](https://www.sixtyfps.io/demos/todo/) |
|
| [](https://sixtyfps.io/demos/printerdemo/) | [](https://sixtyfps.io/demos/gallery/) | [](https://sixtyfps.io/demos/todo/) |
|
||||||
|
|
||||||
## Desktop Native Widgets
|
## Desktop Native Widgets
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
[](https://www.npmjs.com/package/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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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).
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -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`
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue