wii
Go to file
Alex aae82c7569
TerribleCodeClub/wiistream/pipeline/head There was a failure building this commit Details
Move files so it compiles
2021-08-15 12:08:30 +01:00
tests game working 2021-07-05 22:47:29 +01:00
wii Move files so it compiles 2021-08-15 12:08:30 +01:00
wiistream send some bytes 2021-07-13 19:24:33 +01:00
.gitignore game working 2021-07-05 22:47:29 +01:00
.pre-commit-config.yaml game working 2021-07-05 22:47:29 +01:00
Jenkinsfile Add networking client 2021-08-15 11:58:10 +01:00
README.md update dev guide further 2021-07-05 22:01:16 +00:00
poetry.lock game working 2021-07-05 22:47:29 +01:00
pyproject.toml game working 2021-07-05 22:47:29 +01:00

README.md

wiistream (gibb better name)

Dev setup

I'm using some wacky pip alternative called poetry for shits and giggles. You could probably fuck around with a regular venv/pip instead butit might just be easier to blindly follow

This creates the venv and installs the exact packages I've been using

can also do stuff like running it with

poetry run wiistream

poetry run pytest

poetry run black

There's some githooks setup to auto format it with black. that is the style.

Think you might also have to setup the githooks yourself on your end if you care

use the

pre-commit run --all-files

and

pre-commit install

commands to do it

Todo

  • actually document
  • networking stuff
  • intergrate with compression
  • test? 🤮