This repository was archived by the owner on Aug 27, 2020. It is now read-only.
danfma/InVision
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A mixed managed / unmanaged game framework for .net / mono This project was part of a project of my master degree on Computer Science. Maybe I will check and update it with new visions. I am having good insights by now! Support for Windows, Linux, MacOSX, iOS and Android are aimed. # THIRD-PARTY: - Mono.GameMath; - OGRE3D; - OIS; - Bullet; # ASSEMBLIES - InVision (common stuff and framework organization) - InVision.Ogre3D (bindings for the Ogre3D library by a wrapper called cOgre) - InVision.OIS (bindings for the OIS library by a wrapper called cOIS) - InVision.Bullet (bindings for the Bullet library by a wrapper called cBullet) - InVision.Collections (Native communication support for collections)