rust-osdev / vga

Library to program vga hardware.
Apache License 2.0
54 stars 14 forks source link

implement a draw_rect function #35

Closed tsatke closed 1 year ago

tsatke commented 1 year ago

Implements a probably efficient draw_rect function, as well as some refactoring to make space for more implementations such as draw_triangle or draw_sphere.

RKennedy9064 commented 1 year ago

@tsatke Would you mind fixing the merge conflicts for this branch so I can merge it in. Once this is merged I'll make a new release containing this and the new graphics mode you implemented.

tsatke commented 1 year ago

@RKennedy9064 done 🙂

tsatke commented 1 year ago

ping @RKennedy9064

RKennedy9064 commented 1 year ago

@tsatke Thanks for the contribution. I'll try to get a new version published sometime tomorrow!