diff --git a/res/projects/mlem.png b/res/projects/mlem.png new file mode 100644 index 0000000..ce0efdf Binary files /dev/null and b/res/projects/mlem.png differ diff --git a/scripts/projects.js b/scripts/projects.js index f393713..bc80858 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -7,6 +7,16 @@ const projects = [{ status: "In development", icon: "ff" }, + { + name: "MLEM", + desc: "MLEM is short for (M)LEM (L)ibrary by (E)llpeck for (M)onoGame. It's a set of NuGet packages that make creating games with the .NET-based framework MonoGame a lot easier. MLEM includes a user interface system, a bunch of extension methods, a simple startup class and more.", + links: { + "Get it on NuGet": "https://www.nuget.org/packages?q=mlem", + "Code on GitHub": "https://github.com/Ellpeck/MLEM" + }, + status: "In development", + icon: "mlem" + }, { name: 'Actually Additions', desc: 'Actually Additions is a rather popular Minecraft mod that I used to work on. It\'s become widely known in the modding community and has reached over 10 million downloads by now, which is crazy. I don\'t work on it anymore myself, but it\'s being maintained for current versions by someone else.',