diff --git a/docs/another-page.mdx b/docs/another-page.mdx deleted file mode 100644 index 581e0d15..00000000 --- a/docs/another-page.mdx +++ /dev/null @@ -1 +0,0 @@ -# Another Page \ No newline at end of file diff --git a/docs/examples.mdx b/docs/examples.mdx index c6ccb62b..700e2c63 100644 --- a/docs/examples.mdx +++ b/docs/examples.mdx @@ -1,8 +1,16 @@ -# Examples -Thermion is a package for creating 3D applications with Dart and/or Flutter. +## Showcase + +## DartPad Playground + +A custom DartPad that lets you experiment with Thermion from your browser (currently, only Chrome is supported). + +[![Screenshot of Thermion Dartpad](images/dartpad.thermion.dev_.png)](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). + +[![Screenshot of Nick Fisher's personal website](images/nick-fisher.com.png)](https://nick-fisher.com) -## Polyvox -iOS app -## Nick Fisher (Personal Website) \ No newline at end of file diff --git a/docs/images/dartpad.thermion.dev_.png b/docs/images/dartpad.thermion.dev_.png new file mode 100644 index 00000000..4c7f5763 Binary files /dev/null and b/docs/images/dartpad.thermion.dev_.png differ diff --git a/docs/images/nick-fisher.com.png b/docs/images/nick-fisher.com.png new file mode 100644 index 00000000..15eddf42 Binary files /dev/null and b/docs/images/nick-fisher.com.png differ diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 7441aa47..2ec94ba8 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -13,7 +13,7 @@ $ flutter pub add thermion_flutter 2. If running on iOS or MacOS, change the minimum deployment target to OSX 13 - + 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: + +See the [/windows](Windows) page for steps needed to build on Windows. + + + 2. Add a folder containing your assets (glTF model + skybox ktx) to your `pubspec.yaml` asset list ```yaml diff --git a/thermion_dart/README.md b/thermion_dart/README.md index 0f4dd7ba..ce9d6503 100644 --- a/thermion_dart/README.md +++ b/thermion_dart/README.md @@ -1,9 +1,9 @@ ![Thermion Logo](https://raw.githubusercontent.com/nmfisher/flutter_filament/f19ea9b/docs/logo.png)

- Quickstart (Flutter) • - Documentation • - Showcase • + Quickstart (Flutter) • + Documentation • + ShowcasePlaygroundDiscord

diff --git a/thermion_dart/pubspec.yaml b/thermion_dart/pubspec.yaml index 81b1a76d..7223cdf0 100644 --- a/thermion_dart/pubspec.yaml +++ b/thermion_dart/pubspec.yaml @@ -1,7 +1,7 @@ name: thermion_dart description: 3D rendering toolkit for Dart. version: 0.1.1+2 -homepage: https://docs.page/nmfisher/thermion +homepage: https://thermion.dev repository: https://github.com/nmfisher/thermion environment: diff --git a/thermion_flutter/thermion_flutter/README.md b/thermion_flutter/thermion_flutter/README.md index af32f1b4..99708fc5 100644 --- a/thermion_flutter/thermion_flutter/README.md +++ b/thermion_flutter/thermion_flutter/README.md @@ -1,9 +1,9 @@ ![Thermion Logo](https://raw.githubusercontent.com/nmfisher/flutter_filament/f19ea9b/docs/logo.png)

- Quickstart (Flutter) • - Documentation • - Showcase • + Quickstart (Flutter) • + Documentation • + ShowcasePlaygroundDiscord

diff --git a/thermion_flutter/thermion_flutter/pubspec.yaml b/thermion_flutter/thermion_flutter/pubspec.yaml index c9758a35..cf7dfb86 100644 --- a/thermion_flutter/thermion_flutter/pubspec.yaml +++ b/thermion_flutter/thermion_flutter/pubspec.yaml @@ -1,7 +1,7 @@ name: thermion_flutter description: Flutter plugin for 3D rendering with the Thermion toolkit. version: 0.1.1+7 -homepage: https://docs.page/nmfisher/thermion +homepage: https://thermion.dev repository: https://github.com/nmfisher/thermion environment: