added mlem
This commit is contained in:
parent
a0bd0578a4
commit
0c861c9e28
2 changed files with 10 additions and 0 deletions
BIN
res/projects/mlem.png
Normal file
BIN
res/projects/mlem.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
|
@ -7,6 +7,16 @@ const projects = [{
|
||||||
status: "In development",
|
status: "In development",
|
||||||
icon: "ff"
|
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 <a href=\"http://www.monogame.net/\">MonoGame</a> 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',
|
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.',
|
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.',
|
||||||
|
|
Loading…
Reference in a new issue