Skip to content

Commit 6a3aff1

Browse files
committed
Added Phyiscs and AI Resources
1 parent cffe0c8 commit 6a3aff1

File tree

1 file changed

+96
-6
lines changed

1 file changed

+96
-6
lines changed

website/_data/resources.json

+96-6
Original file line numberDiff line numberDiff line change
@@ -143,17 +143,49 @@
143143
]
144144
},
145145
{
146-
"name": "u2",
146+
"name": "em1",
147147
"title": "MonoGame.Forms",
148148
"author": "BlizzCrafter",
149149
"cover": "https://raw.githubusercontent.com/BlizzCrafter/MonoGame.Forms/master/Logos/Logo_Banner_Social_800.png",
150150
"url": "https://github.com/BlizzCrafter/MonoGame.Forms",
151151
"pixelart": false,
152+
"tags": [
153+
"embedded"
154+
]
155+
},
156+
{
157+
"name": "em2",
158+
"title": "MonoGame.WpfCore",
159+
"author": "Craftwork Games",
160+
"cover": "https://github.com/craftworkgames/MonoGame.WpfCore/raw/master/.template.config/screenshot.png",
161+
"url": "https://github.com/craftworkgames/MonoGame.WpfCore",
162+
"pixelart": false,
163+
"tags": [
164+
"embedded"
165+
]
166+
},
167+
{
168+
"name": "u3",
169+
"title": "MonoGame.ImGuiNet",
170+
"author": "tsMezotic",
171+
"cover": "https://github.com/tsMezotic/MonoGame.ImGuiNet/raw/main/Images/ReadMeBanner.png",
172+
"url": "https://github.com/tsMezotic/MonoGame.ImGuiNet",
173+
"pixelart": false,
152174
"tags": [
153175
"ui"
154176
]
155-
}
156-
,
177+
},
178+
{
179+
"name": "u4",
180+
"title": "Apos.Gui",
181+
"author": "Jean-David Moisan (Apostolique)",
182+
"cover": "https://github.com/Apostolique/Apos.Gui/raw/main/Images/Showcase.gif",
183+
"url": "https://github.com/Apostolique/Apos.Gui",
184+
"pixelart": false,
185+
"tags": [
186+
"ui"
187+
]
188+
},
157189
{
158190
"name": "l7",
159191
"title": "MLEM and MLEM.Ui",
@@ -179,7 +211,7 @@
179211
]
180212
},
181213
{
182-
"name": "a1",
214+
"name": "as1",
183215
"title": "Kenny NL Assets",
184216
"author": "Kenny NL",
185217
"cover": "https://kenney.nl/data/img/[email protected]",
@@ -188,8 +220,7 @@
188220
"tags": [
189221
"assets"
190222
]
191-
}
192-
,
223+
},
193224
{
194225
"name": "c1",
195226
"title": "Learn Game Development with C# Programming and MonoGame!",
@@ -200,5 +231,64 @@
200231
"tags": [
201232
"courses"
202233
]
234+
},
235+
{
236+
"name": "p1",
237+
"title": "VelcroPhysics (Formerly Farseer Physics)",
238+
"author": "Ian Qvist (GenBox)",
239+
"cover": "",
240+
"url": "https://github.com/Genbox/VelcroPhysics",
241+
"pixelart": false,
242+
"tags": [
243+
"physics",
244+
"2d"
245+
]
246+
},
247+
{
248+
"name": "p2",
249+
"title": "Aether.Physics2D",
250+
"author": "Nikos Kastellanos (nkast)",
251+
"cover": "https://github.com/nkast/Aether.Physics2D/raw/main/Documentation/Images/3DCameraDemo.png",
252+
"url": "https://github.com/nkast/Aether.Physics2D/",
253+
"pixelart": false,
254+
"tags": [
255+
"physics",
256+
"2d"
257+
]
258+
},
259+
{
260+
"name": "p3",
261+
"title": "bepuphysics1",
262+
"author": "Bepu Entertainment (bepu)",
263+
"cover": "",
264+
"url": "https://github.com/bepu/bepuphysics1",
265+
"pixelart": false,
266+
"tags": [
267+
"physics",
268+
"3d"
269+
]
270+
},
271+
{
272+
"name": "p4",
273+
"title": "VolatilePhysics",
274+
"author": "Alexander Shoulson (ashoulson)",
275+
"cover": "https://raw.githubusercontent.com/ashoulson/VolatilePhysics/master/Images/example1.gif",
276+
"url": "https://github.com/ashoulson/VolatilePhysics",
277+
"pixelart": false,
278+
"tags": [
279+
"physics",
280+
"2d"
281+
]
282+
},
283+
{
284+
"name": "ai1",
285+
"title": "AStar",
286+
"author": "Roy Triesscheijn (roy-t)",
287+
"cover": "https://github.com/roy-t/AStar/raw/master/viewer.png?raw=true",
288+
"url": "https://github.com/roy-t/AStar",
289+
"pixelart": false,
290+
"tags": [
291+
"ai"
292+
]
203293
}
204294
]

0 commit comments

Comments
 (0)