Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v-sekai/v-sekai-game
Open-source VR socials
https://github.com/v-sekai/v-sekai-game
gdscript godot godot-engine godotengine opensource v-sekai vr
Last synced: 3 days ago
JSON representation
Open-source VR socials
- Host: GitHub
- URL: https://github.com/v-sekai/v-sekai-game
- Owner: V-Sekai
- License: mit
- Created: 2022-10-06T07:50:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T21:18:44.000Z (4 days ago)
- Last Synced: 2025-02-01T22:09:15.407Z (3 days ago)
- Topics: gdscript, godot, godot-engine, godotengine, opensource, v-sekai, vr
- Language: GDScript
- Homepage:
- Size: 77.8 MB
- Stars: 138
- Watchers: 5
- Forks: 12
- Open Issues: 33
-
Metadata Files:
- Readme: .github/README.fire.md
- License: LICENSE
Awesome Lists containing this project
README
# README
Tested on msys2 Windows 11, Popos.
## Readme for fire
```
scoop install msys2 gpg4win
msys2
pacman -S git python3 ssh-pageant
# copy
# eval $(/usr/bin/ssh-pageant -r -a "/tmp/.ssh-pageant-$USERNAME")
# export PATH=/mingw64/bin/:$PATH
# To the end of ~/.bashrc
git config --global user.name "K. S. Ernest (iFire) Lee"
git config --global user.email "[email protected]"
mkdir -p ~/.ssh
ssh-keyscan github.com >> ~/.ssh/known_hosts
git clone https://github.com/ingydotnet/git-subrepo ~/git-subrepo
echo 'source ~/git-subrepo/.rc' >> ~/.bashrc
```