Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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