test
This commit is contained in:
@@ -21,6 +21,9 @@ int main()
|
||||
|
||||
frame::Vector const center = (display.getSize() / 2);
|
||||
|
||||
target.DrawPixel({10, 10}, frame::BLACK);
|
||||
target.DrawLine({10, 12}, {100, 12}, frame::BLACK);
|
||||
|
||||
for(int i = 0; i < 360; i += 45)
|
||||
{
|
||||
auto end = center;
|
||||
|
||||
Reference in New Issue
Block a user