Skip to content

Commit

Permalink
Initial commit. Working on S2 vector math utility.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnayar committed Feb 19, 2018
0 parents commit da4c662
Show file tree
Hide file tree
Showing 3 changed files with 563 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.dub
docs.json
__dummy.html
*.o
*.obj
__test__*__

# Code Tagging
GPATH
GRTAGS
GSYMS
GTAGS

# Emacs/VIM
*~
\#*\#
18 changes: 18 additions & 0 deletions dub.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "s2-geometry-library-d",
"authors": [
"Vijay Nayar"
],
"description": "Google's S2 Geometric Library implemented in D.",
"copyright": "Copyright © 2017, Vijay Nayar",
"license": "apache",
"dependencies": {
"fluent-asserts": "~>0.9.0",
},
"configurations": [
{
"name": "unittest",
"importPaths": ["./src", "./test"]
}
]
}
Loading

0 comments on commit da4c662

Please sign in to comment.