docs: update homepage links and minor documentation updates
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
# Another Page
|
|
||||||
@@ -1,8 +1,16 @@
|
|||||||
# Examples
|
## Showcase
|
||||||
Thermion is a package for creating 3D applications with Dart and/or Flutter.
|
|
||||||
|
## DartPad Playground
|
||||||
|
|
||||||
|
A custom DartPad that lets you experiment with Thermion from your browser (currently, only Chrome is supported).
|
||||||
|
|
||||||
|
[](https://thermion.dev)
|
||||||
|
|
||||||
|
## Nick Fisher
|
||||||
|
|
||||||
|
My personal website, where I create an interactive clone of myself with Avaturn & Cartesia (no Flutter, made with Thermion and the [Jaspr Dart UI framework](https://github.com/schultek/jaspr).
|
||||||
|
|
||||||
|
[](https://nick-fisher.com)
|
||||||
|
|
||||||
## Polyvox
|
|
||||||
|
|
||||||
iOS app
|
|
||||||
|
|
||||||
## Nick Fisher (Personal Website)
|
|
||||||
BIN
docs/images/dartpad.thermion.dev_.png
Normal file
BIN
docs/images/dartpad.thermion.dev_.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 489 KiB |
BIN
docs/images/nick-fisher.com.png
Normal file
BIN
docs/images/nick-fisher.com.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 936 KiB |
@@ -13,7 +13,7 @@ $ flutter pub add thermion_flutter
|
|||||||
|
|
||||||
2. If running on iOS or MacOS, change the minimum deployment target to OSX 13
|
2. If running on iOS or MacOS, change the minimum deployment target to OSX 13
|
||||||
|
|
||||||
<Accordion title="Click to iOS/MacOS instructions">
|
<Accordion title="Click to open iOS/MacOS instructions">
|
||||||
|
|
||||||
Make sure the `platform` entry refers to `13.0` in your Podfile.
|
Make sure the `platform` entry refers to `13.0` in your Podfile.
|
||||||
|
|
||||||
@@ -38,6 +38,11 @@ and change the minimum deployment target to 13.0:
|
|||||||
|
|
||||||
</Accordion>
|
</Accordion>
|
||||||
|
|
||||||
|
<Accordion title="Click to open Windows instructions">
|
||||||
|
See the [/windows](Windows) page for steps needed to build on Windows.
|
||||||
|
</Accordion>
|
||||||
|
|
||||||
|
|
||||||
2. Add a folder containing your assets (glTF model + skybox ktx) to your `pubspec.yaml` asset list
|
2. Add a folder containing your assets (glTF model + skybox ktx) to your `pubspec.yaml` asset list
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||

|

|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://docs.page/nmfisher/flutter_filament/quickstart">Quickstart (Flutter)</a> •
|
<a href="https://thermion.dev/quickstart">Quickstart (Flutter)</a> •
|
||||||
<a href="https://docs.page/nmfisher/flutter_filament">Documentation</a> •
|
<a href="https://thermion.dev/quickstart">Documentation</a> •
|
||||||
<a href="https://github.com/nmfisher/thermion/docs/examples/">Showcase</a> •
|
<a href="https://thermion.dev/examples">Showcase</a> •
|
||||||
<a href="https://dartpad.thermion.dev/">Playground</a> •
|
<a href="https://dartpad.thermion.dev/">Playground</a> •
|
||||||
<a href="https://discord.gg/h2VdDK3EAQ">Discord</a>
|
<a href="https://discord.gg/h2VdDK3EAQ">Discord</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: thermion_dart
|
name: thermion_dart
|
||||||
description: 3D rendering toolkit for Dart.
|
description: 3D rendering toolkit for Dart.
|
||||||
version: 0.1.1+2
|
version: 0.1.1+2
|
||||||
homepage: https://docs.page/nmfisher/thermion
|
homepage: https://thermion.dev
|
||||||
repository: https://github.com/nmfisher/thermion
|
repository: https://github.com/nmfisher/thermion
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||

|

|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://docs.page/nmfisher/flutter_filament/quickstart">Quickstart (Flutter)</a> •
|
<a href="https://thermion.dev/quickstart">Quickstart (Flutter)</a> •
|
||||||
<a href="https://docs.page/nmfisher/flutter_filament">Documentation</a> •
|
<a href="https://thermion.dev/quickstart">Documentation</a> •
|
||||||
<a href="https://github.com/nmfisher/thermion/docs/examples/">Showcase</a> •
|
<a href="https://thermion.dev/examples">Showcase</a> •
|
||||||
<a href="https://dartpad.thermion.dev/">Playground</a> •
|
<a href="https://dartpad.thermion.dev/">Playground</a> •
|
||||||
<a href="https://discord.gg/h2VdDK3EAQ">Discord</a>
|
<a href="https://discord.gg/h2VdDK3EAQ">Discord</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: thermion_flutter
|
name: thermion_flutter
|
||||||
description: Flutter plugin for 3D rendering with the Thermion toolkit.
|
description: Flutter plugin for 3D rendering with the Thermion toolkit.
|
||||||
version: 0.1.1+7
|
version: 0.1.1+7
|
||||||
homepage: https://docs.page/nmfisher/thermion
|
homepage: https://thermion.dev
|
||||||
repository: https://github.com/nmfisher/thermion
|
repository: https://github.com/nmfisher/thermion
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user