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

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.

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)