From ab2ebfa3b4a9efb34ca057dc39a62cfb517dd345 Mon Sep 17 00:00:00 2001 From: jcant0n Date: Tue, 25 Nov 2014 23:19:03 +0100 Subject: [PATCH] Added Wave Engine as another powerful option for C# game developers. Wave Engine is a component based game engine to allow C# developers to create cross platform games. Currently the target platforms are Windows, Windows Store, Windows Phone, iOS, Android, OUYA, Linux and MacOS. --- dotnet-developer-projects.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 9bb1cec..f5ea574 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -156,7 +156,8 @@ There are many .NET open source developer projects. You can always use a search * [MonoGame](http://monogame.net) - One framework for creating powerful cross-platform games. * [Paradox](https://github.com/SiliconStudio/paradox) - Paradox is a versatile and engaging game engine. * [OpenRA](https://github.com/OpenRA/OpenRA) - An open-source implementation of the Command & Conquer: Red Alert engine using .NET/Mono and OpenGL. - + * [WaveEngine](https://github.com/waveengine) - A powerful component based game engine for desktop and mobile platforms using C#. + * UI and Control libraries * [Callisto](https://github.com/timheuer/callisto) - UI Control Toolkit for WinRT apps * [Eto](https://github.com/picoe/Eto) - Cross platform GUI Toolkit for desktop and mobile apps