You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38Lines changed: 38 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
1
# PS3AnalogSticks
2
+
<imgsrc="https://github.com/DarkFighterLuke/PS3AnalogSticks/blob/master/images/joypad.png?raw=true"alt="whole joypad"title="Whole PS3 analog stick"height=250>
3
+
4
+
2
5
A fully customizable analog stick for PS3 and other consoles made with OpenSCAD.
3
6
4
7
## Description
@@ -16,3 +19,38 @@ Furthermore, the whole analog stick has been divided into parts to make the 3D p
16
19
-`stick_part.scad`: contains the PS3 analog stick middle part (the stick)
17
20
-`pad_lower_half.scad`: contains the lower half of the pad on top of the stick
18
21
-`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>
0 commit comments