Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 825 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 825 Bytes

version platform license downloads

4d-plugin-potrace-v2

Rewrite of Potrace plugin; project based sample DB and PROCESS 4D TAGS scaffolding.

Syntax

miyako.github.io

Discussion

to compile with Windows Visual Studio

#ifndef _UINT64_T
#define _UINT64_T
typedef unsigned long long uint64_t;
#endif /* _UINT64_T */
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif