Skip to content

Instantly share code, notes, and snippets.

View paeryn's full-sized avatar

Paeryn paeryn

View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "VG/openvg.h"
#include "VG/vgu.h"
#include "fontinfo.h"
#include "shapes.h"
#include <math.h>
void MakeArc(VGfloat x, VGfloat y, VGfloat r, VGfloat sa, VGfloat ext,