File tree 3 files changed +18
-4
lines changed
3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 3
3
.tmp
4
4
.sass-cache
5
5
app /bower_components
6
+ * .sublime-workspace
Original file line number Diff line number Diff line change @@ -7,17 +7,29 @@ Extracts depth map and original from photos made with Google Camera's Lens Blur.
7
7
8
8
This is the source of the http://depthy.stamina.pl webapp. Contributions more than welcome!
9
9
10
- How to build
11
- ============
10
+ ## How to build
12
11
13
12
- Install node + npm
14
13
- Run anywhere: ` npm install -g grunt-cli bower `
15
14
- Run in project directory: ` npm install ` and ` bower install `
16
15
- For local development server run: ` grunt serve `
17
16
- For deployment: ` grunt build `
18
17
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
21
33
22
34
The MIT License
23
35
Original file line number Diff line number Diff line change 9
9
< meta property ="og:image " content ="http://depthy.stamina.pl/preview.gif " />
10
10
< link rel ="shortcut icon " href ="favicon.png "/>
11
11
< link rel ="apple-touch-icon " href ="favicon.png "/>
12
+ < meta property ="fb:admins " content ="1771078534 " />
12
13
13
14
<!-- build:css({.tmp,app}) styles/main.css -->
14
15
< link rel ="stylesheet " href ="styles/icomoon.css ">
You can’t perform that action at this time.
0 commit comments