https://github.com/madlittlemods/vga-simulator
https://github.com/madlittlemods/vga-simulator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/madlittlemods/vga-simulator
- Owner: MadLittleMods
- Created: 2016-05-15T22:41:04.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T22:08:24.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T05:05:58.634Z (3 months ago)
- Language: JavaScript
- Homepage: https://madlittlemods.github.io/vga-simulator
- Size: 21.5 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VGA Simulator
Use the tool online now, https://madlittlemods.github.io/vga-simulator
See this blog post for more info and how to use: http://ericeastwood.com/blog/vga-simulator-getting-started
---
The code is a bit crusty and old now but happy to have it on GitHub. It could also use a lot of optimization to make it faster, feel free to submit a PR.
# Other projects
- [Python version](https://gist.github.com/pvieito/8cdb54a9a03fd36e51c8df6e331a3006) by Pedro ([@pvieito](https://github.com/pvieito))
- [Swift port](https://github.com/pvieito/VGASimulatorKit) by [@pvieito](https://github.com/pvieito)
- [ARC-Lab-UF/vga_simulator](https://github.com/ARC-Lab-UF/vga-simulator) is adapted from [@pvieito](https://github.com/pvieito)'s Python simulator