Émulateur collaboratif pour patienter dans le B00
Find a file
2022-02-08 17:04:20 +01:00
.vscode feat(vscode): added recommended extensions 2022-02-08 17:04:20 +01:00
docs feat: added a logo to the gitlab repo 2021-11-02 21:35:10 +01:00
mgba@8c802991bb chore(mgba): bump submodule 2022-02-07 23:51:05 +01:00
src fix: renamed WEBSOCKET_LISTEN to WEBSOCKET_SERVE 2022-02-07 22:57:38 +01:00
.editorconfig feat: converted admin.html to Admin.svelte 2021-12-13 18:34:20 +01:00
.env fix: renamed WEBSOCKET_LISTEN to WEBSOCKET_SERVE 2022-02-07 22:57:38 +01:00
.flake8 init: flake8 2021-10-30 13:29:10 +02:00
.gitattributes init: gitattributes 2021-10-30 12:51:26 +02:00
.gitignore refactor: 🔥 moving svelte (frontend) stuff in their own repo 2022-01-19 21:08:59 +01:00
.gitlab-ci.yml fix(CI): add types-redis to mypy's additional_dependencies 2021-11-05 13:57:11 +01:00
.gitmodules feat: added mgba submodule 2021-11-01 12:53:47 +01:00
.pre-commit-config.yaml fix(CI): add types-redis to mypy's additional_dependencies 2021-11-05 13:57:11 +01:00
CONTRIBUTING.md chore: added CONTRIBUTING.md 2021-11-01 18:43:34 +01:00
docker-compose.yml fix: renamed WEBSOCKET_LISTEN to WEBSOCKET_SERVE 2022-02-07 22:57:38 +01:00
Dockerfile fix(docker): removed unused config 2021-11-11 00:50:08 +01:00
LICENSE chore: Add LICENSE 2021-11-01 13:45:13 +00:00
poetry.lock feat(poetry): updated dependencies 2022-02-06 17:17:49 +01:00
pyproject.toml feat(poetry): updated dependencies 2022-02-06 17:17:49 +01:00
README.md feat(poetry): updated dependencies 2022-02-06 17:17:49 +01:00

B00 plays GBA

Built with

Getting started

Prerequisites

Poetry should manage every dependencies for you.
It is recommended to use VS Code with these extensions :

Installation

Clone the repository :

git clone git@git.inpt.fr:fainsil/booplaysgba.git --recursive

Build the mGBA python bindings:

cd booplaysgba
mkdir mgba/build
cd mgba/build
cmake -DBUILD_PYTHON=ON -DBUILD_QT=OFF -DBUILD_SDL=OFF -DUSE_DISCORD_RPC=OFF ..
make

Install the dependencies :

cd ../..
poetry run pip install --upgrade pip
BINDIR=`pwd`/mgba/build/ LIBDIR=`pwd`/mgba/build/ poetry install

Usage

To run locally the server :

python3 src/server.py

To run locally the emulator :

python3 src/emulator.py

Contributing

This repository is under the Contributing Covenant code of conduct. See CONTRIBUTING.md for more information.
Please use conventional commits.

License

Distributed under the MIT license. See LICENSE for more information.

Contact

Laurent Fainsin <laurentfainsin@protonmail.com>