Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.
/ CppGLESXamarin Public archive

A template solution to use C++ OpenGL inside a C# (Xamarin) application.

License

Notifications You must be signed in to change notification settings

Gerharddc/CppGLESXamarin

Repository files navigation

This is a template Visual Studio solution to use C++ OpenGL inside C# (Xamarin) application. It was made using Visual Studio 2015 Community RC.

At the moment it supports Windows 8.1 (Store), Windows Phone 8.1 and Android.

The OpenGL ES code is in a shared file which is then absorbed into native C# application. For the Windows platforms a C++ runtime component is used to bridge into C# whilst on Android a shared library and P/Invoke is used.

Both iOS and Xamarin.Forms support is planned but this can only happen after someone with a Mac contributes and after Xamarin.Forms starts working on Android with VS 2015.

About

A template solution to use C++ OpenGL inside a C# (Xamarin) application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published