readme: make specific feature statuses into a table

This commit is contained in:
CanadaHonk 2023-01-01 23:40:33 +00:00
parent 36c8c66e01
commit 8ac51dffa7

View File

@ -42,11 +42,13 @@ $ node .
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
- Idle API: Experimental
- Using other JS runtimes ([Deno](https://github.com/gluon-framework/gluon/tree/deno)/[Bun](https://github.com/gluon-framework/gluon/tree/bun)): Experimental
| Feature | Status |
| ------- | :----: |
| Using Chromium based browsers | Stable |
| Using Firefox based browsers | Experimental |
| Web-Node IPC | Stable |
| Idle API | Experimental |
| Using other JS runtimes ([Deno](https://github.com/gluon-framework/gluon/tree/deno)/[Bun](https://github.com/gluon-framework/gluon/tree/bun)) | Experimental |
<br>
@ -112,4 +114,4 @@ Basic (plain HTML) Hello World demo, measured on up to date Windows 10, on my ma
[^3]: Includes Node.JS spinup time.
[^4]: Built for win32 zip (not Squirrel) as a fairer comparison.
[^5]: Cold build (includes deps compiling) in release mode.
[^6]: Using `neu build -r`.
[^6]: Using `neu build -r`.