gopxl / pixel

A hand-crafted 2D game library in Go.
MIT License
242 stars 10 forks source link

Migrating docs from wiki #107

Closed dusk125 closed 2 months ago

dusk125 commented 2 months ago

Addresses #104

dusk125 commented 2 months ago

Need to fix images

dusk125 commented 2 months ago

While I'm working on fixing the images and adding your suggestions I do have a concern...

The docs add a bunch of images that are going to get cloned down to work on pixel... I don't think go will download them since they're not in a go package

bhperry commented 2 months ago

hmmmmm.... good point. Not terribly worried about it in terms of git clone time. Having go fetch them would be a bit strange. Should be relatively easy to validate that right?

bhperry commented 2 months ago

Looks like it didn't download the images, just the markdown

bhperry@DESKTOP-8M5PS14:~/workspace/pixtest$ go mod download github.com/dusk125/pixel/v2@migrate-docs
bhperry@DESKTOP-8M5PS14:~/workspace/pixtest$ ls /home/bhperry/go/pkg/mod/github.com/dusk125/pixel/v2@v2.0.0-20240818024155-23bff67f13dd/docs/
Basics  Compilation  README.md
dusk125 commented 2 months ago

Awesome! Thanks for validating that