.Net Poser by Il Buzzo

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
ilbuzzo
Posts: 71
Joined: Sat Mar 05, 2005 4:00 pm
Location: Italy

.Net Poser by Il Buzzo

Post by ilbuzzo »

Hi Guys,
While playing with .Net Framework 2.0 and Visual Studio 2005 express I've realised this small app:
Image
You can load every model supported by Irrlicht and eventually you can load a weapon model (good for md2 meshes), you can play an animation move around mesh, change background color, save images from within (jpg,bmp and png supported).
I'll release this week-end (must add some items like: camera FOV adjust, animation speed control and md2 mesh checking).
Well for now I'll release a library written by me to save screenshots from irrlicht with Directx9 device.
You just need to pass SExposedData with dimension of control to my function and the game is done, a file dialog request to save will pop up to let you save where you want.
You can find this library at the following address:
http://www.ilbuzzo.net/downloads/SaveIrrDx9Lib.zip
it contains static version (you need Microsoft SDK, Directx9 SDK and libc.lib to link) and dynamic version (DLL) (nothing needed apart Irrlicht) plus include file.
These libraries are written in c++ and compiled with Visual C++ Toolkit 2003 while my other project is developed in Visual Studio 2005 Express edition.
Bye All and be patient for a couple of days.
Bye All.
mohaps
Posts: 248
Joined: Tue Jun 08, 2004 1:54 pm
Location: Shrewsbury MA
Contact:

Post by mohaps »

http://irrlicht.sourceforge.net/phpBB2/ ... php?t=9723

clicky :)

same idea but done entirely in irrlicht :)

Image
---
Saurav Mohapatra
author, artist and bona fide geek

web: http://www.mohaps.com
email: mohaps AT gmail DOT com
ilbuzzo
Posts: 71
Joined: Sat Mar 05, 2005 4:00 pm
Location: Italy

Post by ilbuzzo »

Hi Guys,
I'm finally releasing a beta of my .Net Poser (remember you need Net Framework 2.0 installed to make it work).
You can download from the following address:
http://www.ilbuzzo.net/downloads/NetPoser.zip
Enjoy and let me know.
Bye ;).
Post Reply