https://github.com/udhos/hellopixel
https://github.com/udhos/hellopixel
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/udhos/hellopixel
- Owner: udhos
- License: mit
- Created: 2019-03-22T21:38:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-12T02:54:55.000Z (about 1 year ago)
- Last Synced: 2025-01-12T03:27:15.085Z (about 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hellopixel
## Build on Windows
1. Install Git Bash from https://gitforwindows.org/
2. Install mingw64
- Download x86_64-8.1.0-release-posix-sjlj-rt_v6-rev0.7z from:
https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-posix/sjlj/x86_64-8.1.0-release-posix-sjlj-rt_v6-rev0.7z
- Extract it to c:\mingw64
- Add c:\mingw64\bin to %PATH%
3. Open Git Bash and build as usual
Recipe:
git clone https://github.com/udhos/hellopixel
cd hellopixel
go install ./hellopixel
4. Run 'hellopixel'
You can run it from anywhere (Git Bash, CMD prompt, etc)
hellopixel