ArcEngine
Introduction
ArcEngine is a 2D framework dedicated to retro gaming with full 3D support. Fully written in C# with the use of the OpenTK framework for the OpenGL support and OpenAL for the audio part.
1. Download
Two possibilities :
– From official releases in the download section.
– From the SVN.
Please note that the framework is still in Beta and your feedback is essential for us.
2. Installation
Just unzip the archive to your drive and enjoy.
3. Troubleshooting
The application fails to start because the ‘openal32.dll’ library is missing.
Reinstall the OpenAL Installer for Windows from Creative Labs.
4. Quickstart
5. Recommanded configuration
- An OpenGL 2.0 capable graphics card or better.
- Windows XP SP3 or better.
- .Net Framework 3.5.
Soport multiplataform? For Mono
Currently only windows is supported (Visual Studio 2010). The framework uses WeifenLuo, SlimDX and DigitalRune, so it *should* be multi plateform if I can find workaround for those libraries…