Add geometry handling.
This commit is contained in:
parent
9c116b1efd
commit
c1389218f2
37 changed files with 294 additions and 278 deletions
9
test/graphics/TestRasterizer.cpp
Normal file
9
test/graphics/TestRasterizer.cpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include "Image.h"
|
||||
#include "PngWriter.h"
|
||||
#include "DrawingManager.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
DrawingManager manager;
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue