Skip to content

Commit 9980453

Browse files
committed
Merge branch 'master' into feature/gif
Conflicts: app/index.html app/scripts/controllers/viewer.js
2 parents 4863d5d + c494881 commit 9980453

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ dist
33
.tmp
44
.sass-cache
55
app/bower_components
6+
*.sublime-workspace

Diff for: README.md

+16-4
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,29 @@ Extracts depth map and original from photos made with Google Camera's Lens Blur.
77

88
This is the source of the http://depthy.stamina.pl webapp. Contributions more than welcome!
99

10-
How to build
11-
============
10+
## How to build
1211

1312
- Install node + npm
1413
- Run anywhere: `npm install -g grunt-cli bower`
1514
- Run in project directory: `npm install` and `bower install`
1615
- For local development server run: `grunt serve`
1716
- For deployment: `grunt build`
1817

19-
License
20-
=======
18+
## Authors
19+
20+
- [Rafał Lindemann](http://www.stamina.pl/) - idea, code, ux
21+
- [Łukasz Marcinkowski](http://th7.org/) - idea, help
22+
23+
## How to help
24+
25+
The current state is a weekend hack. I'm currently refactoring the app to make it more modular,
26+
so changes in API will be signifact. There's an inevitable design/ux overhaul down the pipeline.
27+
28+
There is a lot of stuff you can do with depthmaps. If you have ideas and you know how to code,
29+
You already know how to help ;) I'm pretty lax on formalities, just make it work and at least
30+
try to follow conventions of the code...
31+
32+
## License
2133

2234
The MIT License
2335

Diff for: app/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta property="og:image" content="http://depthy.stamina.pl/preview.gif" />
1010
<link rel="shortcut icon" href="favicon.png"/>
1111
<link rel="apple-touch-icon" href="favicon.png"/>
12+
<meta property="fb:admins" content="1771078534" />
1213

1314
<!-- build:css({.tmp,app}) styles/main.css -->
1415
<link rel="stylesheet" href="styles/icomoon.css">

0 commit comments

Comments
 (0)