While working on #220, I found that for this project, having videos is pretty crucial to quickly document things. I wanted to have the media files available in one place, so I created another repository to just host these for the documentation: https://github.com/TiborUdvari/p5.xr-videos. Coupled with https://raw.githack.com/, we can have direct .mp4 links in the docs.
I think since it's not part of the library directly, it should not be included with this repository directly.
I explored some other solutions like catbox, which seems a little shady and imgur, but it had to much compression.
Natural solution would have been just hosting it on the wiki or the issues, but GH doesn't allow any direct links, because it uses a jwt token that would expire I think.
While working on #220, I found that for this project, having videos is pretty crucial to quickly document things. I wanted to have the media files available in one place, so I created another repository to just host these for the documentation: https://github.com/TiborUdvari/p5.xr-videos. Coupled with https://raw.githack.com/, we can have direct
.mp4
links in the docs.I think since it's not part of the library directly, it should not be included with this repository directly.
I explored some other solutions like catbox, which seems a little shady and imgur, but it had to much compression.
Natural solution would have been just hosting it on the wiki or the issues, but GH doesn't allow any direct links, because it uses a
jwt
token that would expire I think.