Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 330 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 330 Bytes

VQT - V for quadtree

A quadtree implementation in V language

Introduction

V implementation of quadtree library scaffold for future projects. Not fully tested, but mostly working.

$ v .
$ ./VQT

Acknowledgements

This code is ported to V from good old quadtree-js.