From 3cf6c7515781ebcda61e7d9b0b8768178298799d Mon Sep 17 00:00:00 2001 From: Rafael Irgolic Date: Mon, 30 Dec 2024 17:45:54 +0000 Subject: [PATCH] Dweamworld => World Arcade --- README.md | 12 ++++++------ dweam_web/README.md | 2 +- dweam_web/src/components/constants.ts | 2 +- dweam_web/src/config.yaml | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 00f22d9..ab71707 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ☁️ Dweamworld +# ☁️ World Arcade -[![Discord](https://img.shields.io/badge/Join%20our%20Discord-purple)](https://discord.gg/aY3GAqMqBf) [![Windows Application](https://img.shields.io/badge/Windows%20Application-grey)](https://github.com/dweam-team/dweamworld/releases) +[![Discord](https://img.shields.io/badge/Join%20our%20Discord-purple)](https://discord.gg/aY3GAqMqBf) [![Windows Application](https://img.shields.io/badge/Windows%20Application-grey)](https://github.com/dweam-team/world-arcade/releases) Run generative games on your own GPU. @@ -8,7 +8,7 @@ Unlike traditional games, that run on a deterministic game engine, generative ga Currently, the models are dispersed across Github and hard to find. Even when you find one, it takes technical knowledge and time to run them yourself. So we're bringing them together for you to play. -Dweamworld is an open-source platform that makes it easy to play them locally, or stream from a server. +World Arcade is an open-source platform that makes it easy to play them locally, or stream from a server. ## Features @@ -44,7 +44,7 @@ The Minecraft games are only supported on Linux; you can use [WSL](https://docs. ### Windows -1. Download dweam-windows.zip from the [latest release](https://github.com/dweam-team/dweamworld/releases). +1. Download dweam-windows.zip from the [latest release](https://github.com/dweam-team/world-arcade/releases). 2. Unzip the file using [7Zip](https://www.7-zip.org/). 3. Double-click dweam.exe, wait for the games to install, and start playing! @@ -63,8 +63,8 @@ Install [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-nati #### Running ``` -git clone ssh://git@github.com/dweam-team/dweamworld -cd dweamworld +git clone ssh://git@github.com/dweam-team/world-arcade +cd world-arcade docker compose up --build ``` diff --git a/dweam_web/README.md b/dweam_web/README.md index e11c73c..26d6a37 100644 --- a/dweam_web/README.md +++ b/dweam_web/README.md @@ -1,4 +1,4 @@ -# ☁️ Dweamworld Website +# ☁️ World Arcade Website Created with [Astrowind](https://github.com/onwidget/astrowind). diff --git a/dweam_web/src/components/constants.ts b/dweam_web/src/components/constants.ts index 6b9b99a..a1fd46e 100644 --- a/dweam_web/src/components/constants.ts +++ b/dweam_web/src/components/constants.ts @@ -1,6 +1,6 @@ // constants.ts export const DISCORD_LINK = 'https://discord.gg/7Ka5UsFBfN'; -export const GITHUB_LINK = 'https://github.com/dweam-team/dweamworld' +export const GITHUB_LINK = 'https://github.com/dweam-team/world-arcade' export const TWITTER_LINK = 'https://x.com/dweamai'; export const BLUESKY_LINK = 'https://bsky.app/profile/dweamai.bsky.social'; export const CONTACT_EMAIL = 'mailto:contact@dweam.com'; \ No newline at end of file diff --git a/dweam_web/src/config.yaml b/dweam_web/src/config.yaml index 40fb447..6dc2776 100644 --- a/dweam_web/src/config.yaml +++ b/dweam_web/src/config.yaml @@ -1,5 +1,5 @@ site: - name: Dweamworld + name: World Arcade site: 'https://dweam.com' base: '/' trailingSlash: false @@ -9,14 +9,14 @@ site: # Default SEO metadata metadata: title: - default: Dweamworld - template: '%s — Dweamworld' + default: World Arcade + template: '%s — World Arcade' description: "\U0001F680 Suitable for Startups, Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs." robots: index: true follow: true openGraph: - site_name: Dweamworld + site_name: World Arcade images: - url: '~/assets/images/default.png' width: 1200