vectrexia-emulator icon indicating copy to clipboard operation
vectrexia-emulator copied to clipboard

Vectrex Emulator

Results 2 vectrexia-emulator issues
Sort by recently updated
recently updated
newest added

Adjust `draw_line_analog()` to support per pixel brightness. Needs two new parameters: start brightness, end brightness.

feature

`SWVectorizer::draw()` is called once per frame and needs to draw the vectors into the frame buffer that is stored in the `SWVectorizer` object, preferably using a line drawing function with...

feature