- Joined
- Aug 11, 2010
- Messages
- 628
- Reaction score
- 1
- Trophies
- 0
- Age
- 36
- Location
- In the middle of gun fire.
- Website
- www.awsomisoft.com
- XP
- 220
- Country

Hi all!
As some may notice, AwsomiSoft is making software called DS App Studio. Before, DS App Studio had some major bugs, but now those bugs are fixed and the beta is ready to be tested by many DS homebrew making fans.
-----------------------------------------------------------------------------------------------------------------------------------
What the beta features are:
- Capabilities to use sounds and backgrounds
- Abilities to import and export functions
- Ability to use 3D(not much use because 3D objects cannot be added yet.)
- New IDE
- New functions('Println' is now 'say')
- Uses of Global Variables in your applications
- New ways to create internal variables(Int and String, instead of int and string, which are external variables)
- You do not have to use the 'InitControls' or 'EnableDSControls' functions anymore.
----------------------------------------------------------------------------------------------------------------------------------
Features to be Added:
- Functions that allow you to create 3D objects
- Use of WIFI (Must have Developer's Network membership in order for this to work all the way)
- Use of sprites
-------------------------------------------------------------------------------------------------------------------------------------
Soon, I will have a new .NET system called DSAL.NET, which will allow you to create DS homebrew in Visual C#, Express or Professional Edition.
Download: http://awsomisoft.2.forumer.com/index.php?showtopic=89
Note: You must download devkitProUpdater1.5.0 in order for this to work.
If you want some code example, here is some:
Code:
start2D(256, 256);
say("Hello, World!");
wait();
endif();






