From e1fa2d4389e9ae1805acfe052d62a6cdf520a120 Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Sun, 1 Jan 2023 14:51:23 +0000 Subject: [PATCH] readme: move trying gluon to earlier up --- README.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index a273869..f75948c 100644 --- a/README.md +++ b/README.md @@ -17,27 +17,6 @@
-## Status -Gluon is currently **barely a month old**, so is still in an **early and experimental state**. But it works and shows (in my opinion) potential! I am open to opinions, suggestions, feedback, ideas, etc. Currently you cannot easily test it yourself. If you're interested and want to talk to me and others about Gluon, you can [join our Discord server](https://discord.gg/RFtUCA8fST). - -### Specific feature statuses -- Using Chromium based browsers: Stable -- Using Firefox based browsers: Experimental -- Web-Node IPC: Stable - -
- -## Ecosystem -- [Gluon](https://github.com/gluon-framework/gluon): the Gluon framework (NodeJS) -- [Glugun](https://github.com/gluon-framework/glugun): builds Gluon apps into releasable builds with optional bundling (soon) - -### Apps -- [Gluworld](https://github.com/gluon-framework/examples/tree/main/gluworld): Hello World demo app with version info shown -- [Gludoom](https://github.com/gluon-framework/examples/tree/main/gludoom): Doom running as WASM, made into a native looking app with Gluon -- [Glucord](https://github.com/gluon-framework/examples/tree/main/glucord): minimal desktop Discord client loading official webapp (demo/example) - -
- ## Trying Gluon 1. Clone [the Gluon examples repo](https://github.com/gluon-framework/examples) 2. Inside of `gluworld`, run `npm install` @@ -59,6 +38,27 @@ $ node .
+## Status +Gluon is currently **barely a month old**, so is still in an **early and experimental state**. But it works and shows (in my opinion) potential! I am open to opinions, suggestions, feedback, ideas, etc. Currently you cannot easily test it yourself. If you're interested and want to talk to me and others about Gluon, you can [join our Discord server](https://discord.gg/RFtUCA8fST). + +### Specific feature statuses +- Using Chromium based browsers: Stable +- Using Firefox based browsers: Experimental +- Web-Node IPC: Stable + +
+ +## Ecosystem +- [Gluon](https://github.com/gluon-framework/gluon): the Gluon framework (NodeJS) +- [Glugun](https://github.com/gluon-framework/glugun): builds Gluon apps into releasable builds with optional bundling (soon) + +### Apps +- [Gluworld](https://github.com/gluon-framework/examples/tree/main/gluworld): Hello World demo app with version info shown +- [Gludoom](https://github.com/gluon-framework/examples/tree/main/gludoom): Doom running as WASM, made into a native looking app with Gluon +- [Glucord](https://github.com/gluon-framework/examples/tree/main/glucord): minimal desktop Discord client loading official webapp (demo/example) + +
+ ## IPC API Gluon has an easy to use, but powerful asynchronous IPC API. Example: ```js