From e0d9596aee296cf82842aa769a16f0cbcb88e77e Mon Sep 17 00:00:00 2001 From: Seven Of Aces Date: Thu, 12 Dec 2024 19:56:35 -0800 Subject: [PATCH] ... --- .forgejo/workflows/cargo_test.yml | 2 +- .vscode/settings.json | 6 ++++++ README.md | 11 +++++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json create mode 100644 README.md diff --git a/.forgejo/workflows/cargo_test.yml b/.forgejo/workflows/cargo_test.yml index 09be9cc..b84ca77 100644 --- a/.forgejo/workflows/cargo_test.yml +++ b/.forgejo/workflows/cargo_test.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Install Cargo via Ubuntu package - run: sudo apt-get install -y cargo + run: sudo apt update && sudo apt-get install -y cargo - name: Cache dependencies uses: actions/cache@v2 diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3791c30 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "cSpell.words": [ + "Luanti", + "Minetest" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..743b4a6 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Starlight Engine + +Starlight Engine is a 3D Voxel game engine written Rust. It is designed to be fast, efficient, and easy to use. ***It is still in development and is not yet ready for use.*** + +It is intended to be compatible with Luanti (formerly known as Minetest) games and mods, but offers a more modern and efficient codebase with more features. + +## Features + +## License + +Licensed under the GNU General Public License v3.0. See the LICENSE file for more information.