File tree Expand file tree Collapse file tree 4 files changed +1734
-8
lines changed Expand file tree Collapse file tree 4 files changed +1734
-8
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,6 @@ <h1>Scala-js-benchmarks</h1>
22
22
< h2 > Benchmarks for Scala.js</ h2 >
23
23
</ header >
24
24
25
- < section id ="downloads " class ="clearfix ">
26
- < a href ="https://github.com/jonas/scala-js-benchmarks/zipball/master " id ="download-zip " class ="button "> < span > Download .zip</ span > </ a >
27
- < a href ="https://github.com/jonas/scala-js-benchmarks/tarball/master " id ="download-tar-gz " class ="button "> < span > Download .tar.gz</ span > </ a >
28
- < a href ="https://github.com/jonas/scala-js-benchmarks " id ="view-on-github " class ="button "> < span > View on GitHub</ span > </ a >
29
- </ section >
30
-
31
25
< hr >
32
26
33
27
< section id ="main_content ">
48
42
</ div >
49
43
</ div >
50
44
</ body >
51
- </ html >
45
+ </ html >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+
3
+ < html >
4
+ < head >
5
+ < title > index</ title >
6
+ < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 "/>
7
+ </ head >
8
+
9
+ < body onload ="Tracer.startApp() ">
10
+ < canvas id ="canvasContext " width ="100 " height ="100 " style ="border:1px solid black "> </ canvas >
11
+
12
+ < div >
13
+ Width: < input type ="text " id ="imageWidth " value ="100 ">
14
+ </ div >
15
+ < div >
16
+ Height: < input type ="text " id ="imageHeight " value ="100 ">
17
+ </ div >
18
+ < div >
19
+ Pixel Size: < input type ="text " id ="pixelSize " value ="5 ">
20
+ </ div >
21
+ < div >
22
+ Diffuse: < input type ="checkbox " id ="renderDiffuse " checked >
23
+ </ div >
24
+ < div >
25
+ Shadows: < input type ="checkbox " id ="renderShadows " checked >
26
+ </ div >
27
+ < div >
28
+ Highlights: < input type ="checkbox " id ="renderHighlights " checked >
29
+ </ div >
30
+ < div >
31
+ Reflections: < input type ="checkbox " id ="renderReflections " checked >
32
+ </ div >
33
+ < button id ="render "> Render</ button >
34
+ < div >
35
+ Time (ms): < span id ="time "> </ span >
36
+ </ div >
37
+
38
+ < script type ="text/javascript " src ="tracer-opt.js "> </ script >
39
+ </ body >
40
+ </ html >
You can’t perform that action at this time.
0 commit comments