Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 727 Bytes

File metadata and controls

53 lines (28 loc) · 727 Bytes

Olive.cpp

Simple 2d Graphics Library for C++

Quick Start

$ bash bash.sh
$ ./runnable

To render on to a browser

python3 -m http.server 8000

You can now view the output on localhost:8000

Gallery

Simple figures!

Lines

Lines

Checkerboard of lines

Checkerboard of lines

Rectangle

Rectangle

Circle

Circle

Checkerboard of circles

Checkerboard of circles

Triangles

Triangles

Checkerboard of triangles

Checkerboard of triangles