Homebrew DS App Studio[FREE]

RoyalCardMan said:
Now that is somewhat of a diffecult task.

I will try though. Google SketchUp doesn't use the normal model exporting system. I think it uses XAML, correct me if I am wrong.
I'm not too sure myself, but it'd be nice, as Sketchup is an easy-to use interface and is free.
 
RoyalCardMan said:
I'll look up what extensions it uses, then I'll see what I can do.

I just made a new topic about an example I made with DS App Studio in 3D.

Edit: I think I found something that would help export the models from Google SketchUp - Google SketchUp Plugins -
Do you think this could be made to handle 3DS models?
http://www.3dpaintbrush.com/
 
RoyalCardMan said:
That could work.

I will make a model file converter because this requires the model to a .bin file.

Of course, I will make it so that when you load the model, it converts to .bin.
Can't wait to begin making 3D. I might make a simple 3D area that you can use the touch screen or Dpad to navigate.
 
Thanks for the comments!

I have a 3D example that is about 3D navigation with the camera.
You can see the example on the topic that says 'DS App Studio 3D Example'.

I am still improving 3D navigation because it sometimes lags, so I have to make sure the loop function doesn't loop the drawing of the camera while moving.

Edit: I got it fixed. I made a function called 'movecamera' so it doesn't keep creating the camera, which causes the graphics to glitch.

Here is code for the next example I am making called Dpad 3D Movement:
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.
createform("Form1");
ÂÂÂÂÂÂ 
ÂÂÂÂÂÂ Int("angle", 0);
ÂÂÂÂÂÂ initcamera("0", "0", "70", 256, 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();
ÂÂÂÂÂÂÂÂÂÂ Int("angle", "+=", 1);
ÂÂÂÂÂÂÂÂÂÂ ogldrawcube("1", "1", "1", "1", "angle", cl_blue);
ÂÂÂÂÂÂÂÂÂÂ ifstylusheld();
ÂÂÂÂÂÂÂÂÂÂÂÂ movecamera("stylus.px", "0", "stylus.py", 255, 191);
ÂÂÂÂÂÂÂÂÂÂ endif();
ÂÂÂÂÂÂ endloop();
ÂÂÂÂÂÂ 
endif();
 
Hm... I just installed the program in a custom folder (c:\program files\DSAppStudio instead of the root) and I get quite some errors. Odd thing is though that I could actually use the program the first time, but afterwards it didn't want to work at all any more. I have to note though that it didn't work all too well after launching the program, error reports from frame network about missing files all over the place and after I opened a test file and looked at it, the program crashed.

Both reports are translated from Dutch, I only had to correct some sentences, so most errors/paths should be the same as on an English computer. Operating system is windows 7 home prenium 64-bit

Frame network error report on first startup (program DID launch)
System.ComponentModel.Win32Exception: System can't find the specified file
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at MiniCompiler.MainForm.Form1_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded assembly's **************
mscorlib
Assembly-version: 2.0.0.0
Win32-version: 2.0.50727.4952 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
AwsomiSoft DS App Studio
Assembly-version: 0.4.7.0
Win32-versie: 1.0.0.0
CodeBase: file:///C:/Program%20Files/DSAppStudio/AwsomiSoft%20DS%20App%20Studio.exe
----------------------------------------
System.Windows.Forms
Assembly-version: 2.0.0.0
Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly-version: 2.0.0.0
Win32-versie: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly-version: 2.0.0.0
Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
SyntaxHighlightingTextBox
Assembly-version: 1.0.3649.34037
Win32-versie: 1.0.3649.34037
CodeBase: file:///C:/Program%20Files/DSAppStudio/SyntaxHighlightingTextBox.DLL
----------------------------------------
System.Windows.Forms.resources
Assembly-version: 2.0.0.0
Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_nl_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
Assembly-version: 2.0.0.0
Win32-version: 2.0.50727.4952 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------

Crash report on second startup (program refuses to launch
Problem signature:
Event name of the problem: CLR20r3
Problem signature 01: awsomisoft ds app studio.exe
Problem signature 02: 0.4.7.0
Problem signature 03: 4d338546
Problem signature 04: mscorlib
Problem signature 05: 2.0.0.0
Problem signature 06: 4bebe8e2
Problem signature 07: 349e
Problem signature 08: 1f7
Problem signature 09: System.UnauthorizedAccess
Operating system version: 6.1.7600.2.0.0.768.3
Country setting-id: 1043

Edit: Ah already fixed the first error. I seem to need admin rights to run this program on windows 7.....
Also, I still get the same errors, but now I can give you the error report from inside the program itself (will edit once again)

Edit2: This is the error report I get while using the program itself after ignoring ALL errors and loading a file:
************** Text of exception**************
System.IndexOutOfRangeException: The index is out of the matrix boundaries
at UrielGuy.SyntaxHighlightingTextBox.SyntaxHighlightingTextBox.OnTextChanged(Event
rgs e)
at System.Windows.Forms.TextBoxBase.WmReflectCommand(Message& m)
at System.Windows.Forms.RichTextBox.WmReflectCommand(Message& m)
at System.Windows.Forms.RichTextBox.WndProc(Message& m)
at UrielGuy.SyntaxHighlightingTextBox.SyntaxHighlightingTextBox.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded assembly's **************
mscorlib
Assembly-version: 2.0.0.0
Win32-versie: 2.0.50727.4952 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
AwsomiSoft DS App Studio
Assembly-version: 0.4.7.0
Win32-versie: 1.0.0.0
CodeBase: file:///C:/Program%20Files/DSAppStudio/AwsomiSoft%20DS%20App%20Studio.exe
----------------------------------------
System.Windows.Forms
Assembly-version: 2.0.0.0
Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly-version: 2.0.0.0
Win32-versie: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly-version: 2.0.0.0
Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
SyntaxHighlightingTextBox
Assembly-version: 1.0.3649.34037
Win32-version: 1.0.3649.34037
CodeBase: file:///C:/Program%20Files/DSAppStudio/SyntaxHighlightingTextBox.DLL
----------------------------------------
System.Windows.Forms.resources
Assembly-version: 2.0.0.0
Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_nl_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
Assembly-version: 2.0.0.0
Win32-versie: 2.0.50727.4952 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
System.Xml
Assembly-version: 2.0.0.0
Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.VisualBasic
Assembly-version: 8.0.0.0
Win32-version: 8.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------

After this I cannot do anything with the file, because the tab containing the file has crashed (I can see the contents, but it's a mere still image to me), switching tabs back and forth results into a transparent tab, with the contents of the previous tab being visible
 
I think LibNDS is much more powerful, since it can access all the hardwares in the Nintendo DS
Edit: Actually I've tried it and it is full of errors so I would recommend Libnds for myself, but this one is easier than Libnds that is the advantage, but good work
 
mjaoune said:
I think LibNDS is much more powerful, since it can access all the hardwares in the Nintendo DS
Edit: Actually I've tried it and it is full of errors so I would recommend Libnds for myself, but this one is easier than Libnds that is the advantage, but good work

Being said, this is the beta version. I am still working on it. More functions will be available for accessing the hardware.
 
RoyalCardMan said:
mjaoune said:
I think LibNDS is much more powerful, since it can access all the hardwares in the Nintendo DS
Edit: Actually I've tried it and it is full of errors so I would recommend Libnds for myself, but this one is easier than Libnds that is the advantage, but good work

Being said, this is the beta version. I am still working on it. More functions will be available for accessing the hardware.
You've created it? good to know, good work btw, but I just want to stick to Libnds since I know how to use it and it has more functions (at the moment) and it is free
smile.gif
but good work
biggrin.gif
 
DS APP Studio you are going to die so hard!!! There are much better libraries and other DS homebrew creators than this one even the first version of palib is better than this one, this is not powerful and keeps giving errors
 
Snakeer41 said:
DS APP Studio you are going to die so hard!!! There are much better libraries and other DS homebrew creators than this one even the first version of palib is better than this one, this is not powerful and keeps giving errors
QUOTE(smackdownraw @ Jan 19 2011, 09:46 PM) I actually didn't like DS APP studio
"Snakeer41" and "smackdownraw" are the same accounts.
Please ban them, moderators. The proof is in there member numbers.
EDIT: Also, perfect English for Argentina and France...? I don't think so.
 
Discover said:
Snakeer41 said:
DS APP Studio you are going to die so hard!!! There are much better libraries and other DS homebrew creators than this one even the first version of palib is better than this one, this is not powerful and keeps giving errors
QUOTE(smackdownraw @ Jan 19 2011, 09:46 PM) I actually didn't like DS APP studio
"Snakeer41" and "smackdownraw" are the same accounts.
Please ban them, moderators. The proof is in there member numbers.
EDIT: Also, perfect English for Argentina and France...? I don't think so.
He must have changed his name.
If he had two accounts, they wouldn't have the same member number.
 
SoulSnatcher said:
He must have changed his name.
If he had two accounts, they wouldn't have the same member number.
272,450 and 272,449 are very similar. Also, look at their countries -totally random.
Also, their posts are both opposing this application, therefore, he created two accounts to attempt to put this software down.
You can call me Sherlock.
cool.gif
 
Discover said:
SoulSnatcher said:
He must have changed his name.
If he had two accounts, they wouldn't have the same member number.
272,450 and 272,449 are very similar. Also, look at their countries -totally random.
Also, their posts are both opposing this application, therefore, he created to accounts to attempt to put this software down.
You can call me Sherlock.
cool.gif
Snakeer41
Joined: Today, 05:44 PM

smackdownraw
Joined: Today, 05:48 PM

rolleyes.gif
 

Site & Scene News

Popular threads in this forum