...
Some checks failed
Test / test (push) Failing after 5m58s

This commit is contained in:
Mrrp 2024-12-12 19:56:35 -08:00
parent 8a29a2f6c4
commit e0d9596aee
3 changed files with 18 additions and 1 deletions

View file

@ -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

6
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"cSpell.words": [
"Luanti",
"Minetest"
]
}

11
README.md Normal file
View file

@ -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.