Alexander Milevski

Results 23 repositories owned by Alexander Milevski

Leaflet.Path.Transform

168
Stars
58
Forks
Watchers

Drag/rotate/resize handler for leaflet vector features.

martinez

679
Stars
76
Forks
Watchers

Martinez-Rueda polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xor

GreinerHormann

238
Stars
34
Forks
Watchers

Greiner-Hormann polygon clipping algorithm. Does AND, OR, XOR. Plays nicely with Leaflet. Handles non-convex polygons and multiple clipping areas. ~3kb footprint, no dependencies

splay-tree

113
Stars
18
Forks
Watchers

Fast splay-tree data structure

avl

108
Stars
32
Forks
Watchers

:eyeglasses: Fast AVL tree for Node and browser

Leaflet.Bookmarks

60
Stars
17
Forks
Watchers

Leaflet plugin for user-generated bookmarks

Leaflet.Path.Drag

105
Stars
40
Forks
Watchers

Drag functionality for Leaflet vector layers

Leaflet.draw.drag

65
Stars
28
Forks
Watchers

Drag feature functionality for Leaflet.draw

bezier-intersect

42
Stars
3
Forks
Watchers

Set of functions to find intersections between lines and rectangles and Bezier curves of order 2 and 3

bresenham-zingl

27
Stars
6
Forks
Watchers

Set of efficient Bresenham rasterisers ported from Alois Zingl' code