https://github.com/tstamborski/wineyes
a win32 version of the xeyes program - details in the readme.md
https://github.com/tstamborski/wineyes
assembly desktop-toy win32 winapi xeyes
Last synced: 16 days ago
JSON representation
a win32 version of the xeyes program - details in the readme.md
- Host: GitHub
- URL: https://github.com/tstamborski/wineyes
- Owner: tstamborski
- License: mit
- Created: 2024-04-03T21:11:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T15:03:52.000Z (about 2 years ago)
- Last Synced: 2024-04-10T17:32:56.803Z (about 2 years ago)
- Topics: assembly, desktop-toy, win32, winapi, xeyes
- Language: Assembly
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  wineyes
My old win32 version of the xeyes program. It is written in assembly. It uses a very silly way to calculate pupils coordinates -
I had not known how to do it properly then. But this way pupils move simultaneusly and together so i have decided to leave it this way.
**Executable file for download is [here](https://github.com/tstamborski/wineyes/releases/download/v1.0/wineyes.exe).**