Skip to content

Commit f1304f6

Browse files
authored
Added Patreon. Updated Resources (#202)
* Added Patreon. Updated Resources * Remove name attribute to avoid issues down the line.
1 parent 595221c commit f1304f6

File tree

2 files changed

+50
-32
lines changed

2 files changed

+50
-32
lines changed

website/_data/patreons.json

+5
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,10 @@
101101
"name": "Cynthia McMahon",
102102
"tier": "SpriteBatch",
103103
"url": "https://cynthiamcmahon.ca/blog/"
104+
},
105+
{
106+
"name": "Austin Sojka",
107+
"tier": "Model.Draw",
108+
"url": "https://romansixvigaming.com/"
104109
}
105110
]

website/_data/resources.json

+45-32
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[
22
{
3-
"name": "b1",
43
"title": "Beginning C# Programming with MonoGame",
54
"author": "A.T. Chamillard",
65
"cover": "https://m.media-amazon.com/images/I/61LDsDJX8hL._SL1250_.jpg",
@@ -11,7 +10,6 @@
1110
]
1211
},
1312
{
14-
"name": "b2",
1513
"title": "Introduction to Programming with C#, XNA and MonoGame",
1614
"author": "Robert Cook",
1715
"cover": "https://m.media-amazon.com/images/I/819kOLVdDuL._SL1500_.jpg",
@@ -22,7 +20,6 @@
2220
]
2321
},
2422
{
25-
"name": "b4",
2623
"title": "Game Development with MonoGame",
2724
"author": "Micheal Fleischauer",
2825
"cover": "https://gamefromscratch.com/wp-content/uploads/2020/07/Book_Cover.png",
@@ -33,7 +30,6 @@
3330
]
3431
},
3532
{
36-
"name": "b5",
3733
"title": "MonoGame Succinctly",
3834
"author": "Jim Perry",
3935
"cover": "https://gamefromscratch.com/wp-content/uploads/2020/07/Book_Cover.png",
@@ -44,7 +40,6 @@
4440
]
4541
},
4642
{
47-
"name": "b6",
4843
"title": "MonoGame Role-Playing Game Development Succinctly",
4944
"author": "Jim Perry & Charles Humphrey",
5045
"cover": "https://gamefromscratch.com/wp-content/uploads/2020/07/Book_Cover.png",
@@ -55,7 +50,6 @@
5550
]
5651
},
5752
{
58-
"name": "b7",
5953
"title": "Game Development with MonoGame: Build a 2D Game Using Your Own Reusable and Performant Game Engine",
6054
"author": "Louis Salin & Rami Morrar",
6155
"cover": "https://images.booksense.com/images/books/706/277/FC9781484277706.JPG",
@@ -66,7 +60,6 @@
6660
]
6761
},
6862
{
69-
"name": "b8",
7063
"title": "Development of a 2D computer game for Windows in C# with MonoGame",
7164
"author": "Gunther Pasetzky",
7265
"cover": "https://m.media-amazon.com/images/I/81r8W4loYmL._SY522_.jpg",
@@ -77,7 +70,6 @@
7770
]
7871
},
7972
{
80-
"name": "b9",
8173
"title": "Learning C# by Programming Games",
8274
"author": "Wouter van Toll, Arjan Egges, Jeroen D. Fokker",
8375
"cover": "https://m.media-amazon.com/images/I/51m-9KP-ceL._SY522_.jpg",
@@ -88,7 +80,6 @@
8880
]
8981
},
9082
{
91-
"name": "b10",
9283
"title": "August Dahlkvist",
9384
"author": "Wouter van Toll, Arjan Egges, Jeroen D. Fokker",
9485
"cover": "https://i.imgur.com/l70Z3R2.png",
@@ -99,7 +90,6 @@
9990
]
10091
},
10192
{
102-
"name": "e1",
10393
"title": "FlatRedBall",
10494
"author": "Victor Chelaru",
10595
"cover": "https://flatredball.com/wp-content/uploads/2016/02/cropped-logo-1024-150x150.png",
@@ -110,7 +100,6 @@
110100
]
111101
},
112102
{
113-
"name": "l1",
114103
"title": "MonoGame.Extended",
115104
"author": "Craftworkgames and contributors",
116105
"cover": "https://www.monogameextended.net/img/logo.png",
@@ -121,7 +110,6 @@
121110
]
122111
},
123112
{
124-
"name": "u1",
125113
"title": "Gum",
126114
"author": "Victor Chelaru",
127115
"cover": "https://docs.flatredball.com/~gitbook/image?url=https%3A%2F%2F3900811371-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Forganizations%252F-M_fyYVTQKWSV65sXTSp%252Fsites%252Fsite_3hxze%252Flogo%252Fo54By5G58RWuAHsltTBS%252Fgum-logo-reverse-512.png%3Falt%3Dmedia%26token%3D54198098-3f7d-40ff-a442-1a28a2fbbca9&width=260&dpr=2&quality=100&sign=55148268&sv=2",
@@ -132,18 +120,17 @@
132120
]
133121
},
134122
{
135-
"name": "l3",
136123
"title": "Myra",
137124
"author": "Roman Shapiro",
138-
"cover": "",
125+
"cover": "https://github.com/rds1983/Myra/raw/master/images/AllWidgetsSample.png",
139126
"url": "https://github.com/rds1983/Myra",
140127
"pixelart": false,
141128
"tags": [
142-
"libraries"
129+
"libraries",
130+
"ui"
143131
]
144132
},
145133
{
146-
"name": "l4",
147134
"title": "ImGui.NET",
148135
"author": "ImGuiNET",
149136
"cover": "",
@@ -154,7 +141,6 @@
154141
]
155142
},
156143
{
157-
"name": "l5",
158144
"title": "MonoGame.Aseprite",
159145
"author": "Christopher Whitley (AristurtleDev)",
160146
"cover": "https://monogameaseprite.net/images/logo.svg",
@@ -165,7 +151,6 @@
165151
]
166152
},
167153
{
168-
"name": "em1",
169154
"title": "MonoGame.Forms",
170155
"author": "BlizzCrafter",
171156
"cover": "https://raw.githubusercontent.com/BlizzCrafter/MonoGame.Forms/master/Logos/Logo_Banner_Social_800.png",
@@ -176,7 +161,6 @@
176161
]
177162
},
178163
{
179-
"name": "em2",
180164
"title": "MonoGame.WpfCore",
181165
"author": "Craftwork Games",
182166
"cover": "https://github.com/craftworkgames/MonoGame.WpfCore/raw/master/.template.config/screenshot.png",
@@ -187,7 +171,6 @@
187171
]
188172
},
189173
{
190-
"name": "u3",
191174
"title": "MonoGame.ImGuiNet",
192175
"author": "tsMezotic",
193176
"cover": "https://github.com/tsMezotic/MonoGame.ImGuiNet/raw/main/Images/ReadMeBanner.png",
@@ -198,7 +181,6 @@
198181
]
199182
},
200183
{
201-
"name": "u4",
202184
"title": "Apos.Gui",
203185
"author": "Jean-David Moisan (Apostolique)",
204186
"cover": "https://github.com/Apostolique/Apos.Gui/raw/main/Images/Showcase.gif",
@@ -209,7 +191,6 @@
209191
]
210192
},
211193
{
212-
"name": "l7",
213194
"title": "MLEM and MLEM.Ui",
214195
"author": "Ellpeck",
215196
"cover": "https://raw.githubusercontent.com/Ellpeck/MLEM/main/Media/Logo.png",
@@ -222,7 +203,6 @@
222203
}
223204
,
224205
{
225-
"name": "l8",
226206
"title": "Contentless",
227207
"author": "Ellpeck",
228208
"cover": "https://raw.githubusercontent.com/Ellpeck/Contentless/main/Logo.png",
@@ -234,7 +214,6 @@
234214
]
235215
},
236216
{
237-
"name": "as1",
238217
"title": "Kenny NL Assets",
239218
"author": "Kenny NL",
240219
"cover": "https://kenney.nl/data/img/[email protected]",
@@ -245,7 +224,6 @@
245224
]
246225
},
247226
{
248-
"name": "c1",
249227
"title": "Learn Game Development with C# Programming and MonoGame!",
250228
"author": "Kyle Schaub",
251229
"cover": "https://www.udemy.com/staticx/udemy/images/v7/logo-udemy.svg",
@@ -256,7 +234,6 @@
256234
]
257235
},
258236
{
259-
"name": "p1",
260237
"title": "VelcroPhysics (Formerly Farseer Physics)",
261238
"author": "Ian Qvist (GenBox)",
262239
"cover": "",
@@ -268,7 +245,6 @@
268245
]
269246
},
270247
{
271-
"name": "p2",
272248
"title": "Aether.Physics2D",
273249
"author": "Nikos Kastellanos (nkast)",
274250
"cover": "https://github.com/nkast/Aether.Physics2D/raw/main/Documentation/Images/3DCameraDemo.png",
@@ -280,8 +256,7 @@
280256
]
281257
},
282258
{
283-
"name": "p3",
284-
"title": "bepuphysics1",
259+
"title": "Bepu Physics",
285260
"author": "Bepu Entertainment (bepu)",
286261
"cover": "",
287262
"url": "https://github.com/bepu/bepuphysics1",
@@ -292,7 +267,6 @@
292267
]
293268
},
294269
{
295-
"name": "p4",
296270
"title": "VolatilePhysics",
297271
"author": "Alexander Shoulson (ashoulson)",
298272
"cover": "https://raw.githubusercontent.com/ashoulson/VolatilePhysics/master/Images/example1.gif",
@@ -304,7 +278,6 @@
304278
]
305279
},
306280
{
307-
"name": "ai1",
308281
"title": "AStar",
309282
"author": "Roy Triesscheijn (roy-t)",
310283
"cover": "https://github.com/roy-t/AStar/raw/master/viewer.png?raw=true",
@@ -315,7 +288,6 @@
315288
]
316289
},
317290
{
318-
"name": "ai2",
319291
"title": "BrainAI",
320292
"author": "Artem Votintsev (ApmeM)",
321293
"cover": "",
@@ -324,5 +296,46 @@
324296
"tags": [
325297
"ai"
326298
]
299+
},
300+
{
301+
"title": "FMod",
302+
"author": "FMod",
303+
"cover": "",
304+
"url": "https://www.fmod.com/",
305+
"pixelart": false,
306+
"tags": [
307+
"audio"
308+
]
309+
},
310+
{
311+
"title": "FMod IO",
312+
"author": "FMod",
313+
"cover": "",
314+
"url": "https://www.fmod.com/io",
315+
"pixelart": false,
316+
"tags": [
317+
"audio",
318+
"sound effects"
319+
]
320+
},
321+
{
322+
"title": "FMod Studio",
323+
"author": "FMod",
324+
"cover": "https://www.fmod.com/assets/img-studio/feature-fullscreen-event-editor.jpg",
325+
"url": "https://www.fmod.com/studio",
326+
"pixelart": false,
327+
"tags": [
328+
"audio"
329+
]
330+
},
331+
{
332+
"title": "tiny-fmod",
333+
"author": "Christopher Whitley (AristurtleDev)",
334+
"cover": "",
335+
"url": "https://github.com/AristurtleDev/tiny-fmod",
336+
"pixelart": false,
337+
"tags": [
338+
"audio"
339+
]
327340
}
328341
]

0 commit comments

Comments
 (0)