Skip to content

miyako/4d-plugin-potrace-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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