Skip to content

Commit 2396cd7

Browse files
Add images to README.md
1 parent 2dc1073 commit 2396cd7

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# PS3AnalogSticks
2+
<img src="https://github.com/DarkFighterLuke/PS3AnalogSticks/blob/master/images/joypad.png?raw=true" alt="whole joypad" title="Whole PS3 analog stick" height=250>
3+
4+
25
A fully customizable analog stick for PS3 and other consoles made with OpenSCAD.
36

47
## Description
@@ -16,3 +19,38 @@ Furthermore, the whole analog stick has been divided into parts to make the 3D p
1619
- `stick_part.scad`: contains the PS3 analog stick middle part (the stick)
1720
- `pad_lower_half.scad`: contains the lower half of the pad on top of the stick
1821
- `pad_upper_half.scad`: contains the upper half of the pad on top of the stick
22+
23+
## Images
24+
<table>
25+
<!-- first row -->
26+
<tr>
27+
<td>
28+
<div>
29+
<img src="https://github.com/DarkFighterLuke/PS3AnalogSticks/blob/master/images/dome_holed.png?raw=true" alt="dome_holed" title="PS3 analog stick holed dome" height=250>
30+
</div>
31+
<code>dome_holed.scad</code>
32+
</td>
33+
<td>
34+
<div>
35+
<img src="https://github.com/DarkFighterLuke/PS3AnalogSticks/blob/master/images/stick_part.png?raw=true" alt="stick_part" title="PS3 analog stick middle part" height=250>
36+
</div>
37+
<code>stick_part.scad</code>
38+
</td>
39+
</tr>
40+
41+
<!-- second row -->
42+
<tr>
43+
<td>
44+
<div>
45+
<img src="https://github.com/DarkFighterLuke/PS3AnalogSticks/blob/master/images/pad_lower_half.png?raw=true" alt="dome_holed" title="PS3 analog stick holed dome" height=250>
46+
</div>
47+
<code>pad_lower_half.scad</code>
48+
</td>
49+
<td>
50+
<div>
51+
<img src="https://github.com/DarkFighterLuke/PS3AnalogSticks/blob/master/images/pad_upper_half.png?raw=true" alt="stick_part" title="PS3 analog stick middle part" height=250>
52+
</div>
53+
<code>pad_upper_half.scad</code>
54+
</td>
55+
</tr>
56+
</table>

0 commit comments

Comments
 (0)