An open API service indexing awesome lists of open source software.

https://github.com/madlittlemods/vga-simulator


https://github.com/madlittlemods/vga-simulator

Last synced: 2 months ago
JSON representation

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