Homebrew DS App Studio Now Supports 3D Model Importing

RoyalCardMan

DS App Studio™ Developer
OP
Member
Joined
Aug 11, 2010
Messages
628
Trophies
0
Age
34
Location
In the middle of gun fire.
Website
www.awsomisoft.com
XP
200
Country
United States
Hey All!

I am proud to announce that the next beta release of DS App Studio will allow you to import 3D models(.bin files, you can use NDSMODELEXPORTER to convert .3Ds or .X files to .bin files, then you can import them to DS App Studio). Here is an image of using this feature in DS App Studio:
modeloadinh.png


Here is the code that was used to do this:

Code:
// Project Name: NDS App - AwsomiSoft - www.awsomisoft.com

// Description: this template is a very simple project it 
// contains the basic code for a DS App Studio application

// Version: 0.4.6

// whenever using 2D or 3D you must use the start2D or 2D function
start3D(256, 256);

// first, you must tell it to start the first form
startform("Form1");
wait();
endif();
// and this creates the form. To add another form, just
// do createform and in quotes the name of the form.
form("Form1");
ÂÂÂÂÂÂÂÂÂÂÂÂ 
ÂÂÂÂÂÂ initcamera("0", "0", "70", 255, 191);
ÂÂÂÂÂÂ text(0, 0, "This is a 3D example using DS App Studio!", "bottom");
ÂÂÂÂÂÂ text(0, 10, "Renderer: OpenGL", "bottom");
ÂÂÂÂÂÂ text(0, 15, "Use the stylus to change the zoom and direction of the camera.", "bottom");
ÂÂÂÂÂÂ loop();
ÂÂÂÂÂÂÂÂÂÂ ogldrawmodel("statue");
ÂÂÂÂÂÂÂÂÂÂ ifstylusheld();
ÂÂÂÂÂÂÂÂÂÂÂÂ movecamera("stylus.px", "0", "stylus.py", 255, 191);
ÂÂÂÂÂÂÂÂÂÂ endif();
ÂÂÂÂÂÂ endloop();
ÂÂÂÂÂÂ 
endif();

I will be releasing this beta probably today, tomorrow, or the next day, depending on whether I can fix a few bugs in time or not. This is a big step for easy homebrew development, and I hope people will enjoy this new beta when it is released. Now, about the 3D model creation itself.

I will not be supplying a 3D modeling program, but I know a few that are out there that are free. Here is a list of the programs you could use, and people can post programs that are free and support .3ds and .X file exporting or saving. I will be adding to the list as well and posting links to the sites you can get them at:

Anim8or
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    BigOnYa @ BigOnYa: But it does have a hamster...