OSDN Git Service

hk
[psychlops/cpp_document.git] / Psychlops.manual / sample_cpp_file / 3�� / 3.1.1_Image�̐錾1.cpp
1 #include <psychlops.h>
2 using namespace Psychlops;
3
4 Psychlops::Rectangle rect1(200,100);
5 Psychlops::Image Noise1(rect1,Image::GRAY);
6
7 void psychlops_main() {
8
9         Canvas sampleA(Canvas::fullscreen);
10         sampleA.flip();
11         while(!Input::get(Keyboard::spc));
12
13 }