XNA Engine - PC / X360
Category: Personal Projects Hits: 8030
https://caletbak.com/personal-projects/xna-engine#sigProId08b7e7b65a
XNA Engine is an engine for creating games with enhanced graphics in a very easy way for X360 and PC.
Developed using VS C# 9.0, XNA Api and MaxScript.
Date and Technology
The engine was ready to use on November 2009. It is using the next tools and technology:
Project Summary
XNA Engine is a port to C# and XNA API of the graphics engine from the Fear No More project and adding some new features. It is a complete graphics engine with several additional features making possible and easy to create a game for PC and X360 using the XNA technology. The code itself is absolutely compatible between PC and X360, taking into account the peculiar constraints of the console, and it is optimized in order to get the best frame rate in X360.
The main engine characteristics are:
- Full HD resolution (720p) ready.
- 3D MAX Studio 8 Model and Scenes Exporter/XNA Importer
- Dynamic loading of scenes, models and textures.
- Normal and displacement mapping implemented.
- Graphics engine based on Shaders: materials with multiple maps (diffuse, lightmap, noise, normal, specular, emissive and environment).
- Postprocessing effects (bloom, blur, tone mapping, etc.)
- Custom Fonts and complete 2D graphics library.
- Input from keyboard, mouse and X360 joystick.
- 3D surround sound engine.
Related Projects