Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rpehkone committed May 18, 2024
1 parent 715949c commit a20c6ef
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules/**
package-lock.json
build/**
package-lock.json
Binary file added img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<img src="img.png" width="500" height="auto"/>

### Try Here: https://rpehkone.github.io/minimal-globe/

Raster tile globe rendered
Holds state with quadtree

### Build
```
npm run build
python3 -m http.server
```

### Todo
- To fix gaps / align tile with neighbour
- Make sure neighbour tile is +- 1 only different
- Update vertex buffer
- Move middle vertices

0 comments on commit a20c6ef

Please sign in to comment.