https://github.com/specht/pixelflow_canvas_vscode
A virtual CRT for old school graphics programming in Visual Studio Code.
https://github.com/specht/pixelflow_canvas_vscode
Last synced: 8 months ago
JSON representation
A virtual CRT for old school graphics programming in Visual Studio Code.
- Host: GitHub
- URL: https://github.com/specht/pixelflow_canvas_vscode
- Owner: specht
- License: gpl-3.0
- Created: 2024-10-30T09:50:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-30T18:30:00.000Z (over 1 year ago)
- Last Synced: 2025-02-16T07:41:22.685Z (over 1 year ago)
- Language: JavaScript
- Size: 295 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixelflow Canvas
A virtual CRT for old school graphics programming in Visual Studio Code.
## Features
- 📺 Create a virtual screen to draw on!
- 🔍 Choose your own resolution!
- 🎨 Use RGB colors or use a palette!
- 🧟 `set_pixel` and `get_pixel` are back!
- 💎 Use the [Ruby driver](https://github.com/specht/pixelflow_canvas_ruby) if you don't want to use TCP to talk to the canvas
## Documentation
[https://specht.github.io/pixelflow_canvas_vscode](https://specht.github.io/pixelflow_canvas_vscode)