Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Made with Dioxus" entries #16

Merged
merged 6 commits into from
Nov 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 101 additions & 4 deletions awesome.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
{
"name": "dioxus-std",
"description": "A library to provide abstractions to access common utilities when developing Dioxus applications.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "DioxusLabs",
Expand All @@ -32,6 +33,7 @@
{
"name": "dioxus-logger",
"description": "A logging utility to provide a standard interface whether you're targeting web, desktop, or mobile.",
"type": "Awesome",
"category": "Logging",
"github": {
"username": "DogeDark",
Expand All @@ -42,6 +44,7 @@
{
"name": "Geolocation Example",
"description": "Dioxus & Dioxus-STD geolocation demonstration.",
"type": "Awesome",
"category": "Example",
"github": {
"username": "DogeDark",
Expand All @@ -52,6 +55,7 @@
{
"name": "dioxus-sortable",
"description": "Sortable tables for Dioxus.",
"type": "Awesome",
"category": "Components",
"github": {
"username": "feral-dot-io",
Expand All @@ -62,6 +66,7 @@
{
"name": "Deploy Dioxus to Vercel",
"description": "Deploy dioxus-web to Vercel.",
"type": "Awesome",
"category": "Deployment",
"github": {
"username": "lucifer1004",
Expand All @@ -82,13 +87,15 @@
{
"name": "NixOS Install Script",
"description": "Fetches necessary dependencies for running Dioxus in desktop mode when using the Nix package manager.",
"type": "Awesome",
"category": "Deployment",
"github": null,
"link": "https://gist.github.com/FruitieX/73afe3eb15da45e0e05d5c9cf5d318fc"
},
{
"name": "Golde",
"description": "Use Dioxus to execute JavaScript and get the result.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "mrxiaozhuox",
Expand All @@ -99,6 +106,7 @@
{
"name": "Freya",
"description": "A skia renderer for Dioxus.",
"type": "Awesome",
"category": "Renderer",
"github": {
"username": "marc2332",
Expand All @@ -108,14 +116,16 @@
},
{
"name": "Fermi",
"description": "Global state management build on the concept of atoms.",
"description": "Global state management built on the concept of atoms.",
"type": "Awesome",
"category": "Util",
"github": null,
"link": "https://github.com/DioxusLabs/dioxus/tree/master/packages/fermi"
},
{
"name": "dioxus-websocket-hooks",
"description": "Dioxus hooks for websocket connections.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "FruitieX",
Expand All @@ -126,6 +136,7 @@
{
"name": "dioxus-helmet",
"description": "Place elements in the head tag of your document.",
"type": "Awesome",
"category": "Util",
"github": {
"username": "saicu",
Expand All @@ -136,13 +147,15 @@
{
"name": "dioxus-layout",
"description": "Layout components for Dioxus.",
"type": "Awesome",
"category": "Components",
"github": null,
"link": "https://gitlab.com/MAlrusayni/dioxus-layout"
},
{
"name": "dioxus-free-icons",
"description": "Free icon components for Dioxus.",
"type": "Awesome",
"category": "Components",
"github": {
"username": "nissy-dev",
Expand All @@ -153,6 +166,7 @@
{
"name": "dioxus-material-icons",
"description": "Material icons for Dioxus.",
"type": "Awesome",
"category": "Components",
"github": {
"username": "lennartkloock",
Expand All @@ -163,6 +177,7 @@
{
"name": "Examples Repo",
"description": "A repository containing many examples of how to use Dioxus.",
"type": "Awesome",
"category": "Example",
"github": {
"username": "DioxusLabs",
Expand All @@ -173,35 +188,117 @@
{
"name": "File Navigator Example",
"description": "Shows how a Dioxus app can directly leverage system calls and libraries.",
"type": "Awesome",
"category": "Example",
"github": null,
"link": "https://github.com/DioxusLabs/example-projects/tree/master/file-explorer"
},
{
"name": "Todo-MVC Example",
"description": "An example of a Todo-MVC built with different patterns.",
"type": "Awesome",
"category": "Example",
"github": null,
"link": "https://github.com/DioxusLabs/example-projects/tree/master/todomvc"
},
{
"name": "Ecommerce Example",
"description": "A liveview app that leverages the FakeStoreAPI and Tailwind.",
"type": "Awesome",
"category": "Example",
"github": null,
"link": "https://github.com/DioxusLabs/example-projects/tree/master/ecommerce-site"
},
{
"name": "WIFI Scanner Example",
"description": "An example of utilizing background-threads in a desktop Dioxus app.",
"type": "Awesome",
"category": "Example",
"github": null,
"link": "https://github.com/DioxusLabs/example-projects/tree/master/wifi-scanner"
},
{
"name": "A HTML to RSX converter website",
"description": "A HTML to RSX converter. Written in Dioxus",
"category": "Util",
"name": "Uplink",
"description": "Secure, encrypted, P2P chat app.",
"type": "MadeWith",
"category": "App",
"github": {
"username": "satellite-im",
"repo": "uplink"
},
"link": null
},
{
"name": "Ambient",
"description": "Multiplayer game engine that runs in the browser",
"type": "MadeWith",
"category": "App",
"github": {
"username": "ambientrun",
"repo": "ambient"
},
"link": null
},
{
"name": "Ebou",
"description": "Cross platform Mastodon Client",
"type": "MadeWith",
"category": "App",
"github": {
"username": "terhechte",
"repo": "ebou"
},
"link": null
},
{
"name": "Cloak",
"description": "Secrets automation for developers",
"type": "MadeWith",
"category": "App",
"github": {
"username": "purton-tech",
"repo": "cloak"
},
"link": null
},
{
"name": "Freya editor",
"description": "Experimental code editor",
"type": "MadeWith",
"category": "App",
"github": {
"username": "marc2332",
"repo": "freya-editor"
},
"link": null
},
{
"name": "InterSpace",
"description": "The graphical interface pipeline visualized",
"type": "MadeWith",
"category": "App",
"github": {
"username": "erithax",
"repo": "interspace"
},
"link": null
},
{
"name": "Hemi",
"description": "Typing tutor for training hands separately",
"type": "MadeWith",
"category": "App",
"github": {
"username": "kualta",
"repo": "hemi"
},
"link": null
},
{
"name": "Dead-good HTML to RSX converter",
"description": "A minimalist HTML to RSX converter website",
"type": "MadeWith",
"category": "App",
"github": {
"username": "PurpleBooth",
"repo": "dead-good-html-to-rsx-converter-website"
Expand Down