Draw: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 11: Line 11:
}}
}}


Draw On DS is adrawing homebrew application for the Nintendo DS.This application is a port of sketching application "Sketches of Q".
Draw On DS is adrawing homebrew application for the Nintendo DS. This application is a port of sketching application Sketches of Q.


In the latest version, loading is DISABLED as libfat does not support directory listing yet. For a fully functional version, please use version R10.
In the latest version, loading is DISABLED as libfat does not support directory listing yet. For a fully functional version, please use version R10.


It was participated in NEO summer coding contest 2006 (winner).  
It was participated in [https://www.neoflash.com/forum/index.php?topic=3040.0 NEO summer coding contest 2006] (winner).  


==Features==
==Features==
*Implemented libfat to support more devices for saving
* New GUI.
*Disabled loading(libfat alpha does not support directory browse)
* Smooth drawing.
* Bucket fill.
* And much more.


==User guide==
==User guide==
Tools:
It contains the following tools:
:'''Brush''': with line sizes from 1 to 5 'half-pixels'.
* '''Brush''' - With line sizes from 1 to 5 half-pixels.
:'''Smudge''': will smear the colors around, can be used to create a 'watercolor' like effect.
* '''Smudge''' - Will smear the colors around, can be used to create a watercolor like effect.
:'''Picker''': the standard 'eyedropper' tool, select a color from off of the canvas.
* '''Picker''' - The standard eyedropper tool, select a color from off of the canvas.
:'''Bucket''': using a unique 'slow fill' method, which allows you to fill open shapes.
* '''Bucket''' - Using a unique slow-fill method, which allows you to fill open shapes.
:'''Eraser''': this needs some more work, if you erase slowly it does funny things.
* '''Eraser''' - Needs some more work, if you erase slowly it does funny things.


If your card is not supported by Draw, but it does have SRAM (that is, a slot-2 card), then use the save to SRAM option in Draw. Transfer the save file to PC, and try renaming it to .png and see if it opens.
If your card is not supported by Draw, but it does have SRAM (that is, a slot-2 card), then use the save to SRAM option in Draw. Transfer the save file to PC, and try renaming it to .png and see if it opens.


If it does NOT open, try this website: [http://www.shunyweb.info/multiconvertorV10.php?lang=en Savegames convertor] and convert file to the “Supercard One / Ninjapass / DSLinker (.sav)format, and then try renaming to PNG.
If it does not open, try this website: [http://www.shunyweb.info/multiconvertorV10.php?lang=en Savegames convertor] and convert file to the Supercard One/Ninjapass/DSLinker(.sav) format, and then try renaming to PNG.
 
==Controls==
Up/Down - Change tool size
 
Left/Right - Change current tool
 
A - Load PNG from CF/SD
 
B - Load PNG from SRAM
 
X - Save PNG to CF/SD
 
Y - Save PNG to SRAM
 
Select - New/clear drawing


==Compatibility==
==Compatibility==
Tested, working: GBAMP, Supercard CF
Tested, working: GBAMP, Supercard CF.
 
Tested, seems to create 0kb files? M3 SD.


Tested, seems to create 0kb files? M3 SD
Untested, but should work on: M3 CF, Supercard SD, Neoflash MK2/3.


Untested, but should work on: M3 CF, Supercard SD, Neoflash MK2/3
Untested, may or may not work: Max Media Player/Dock, EFA2.


Untested, may or may not work: Max Media Player/Dock, EFA2
==Known issues==
Brush size: You cannot change brush size via GUI, and it does not show your current size.


==Changelog==
==Changelog==
'''July 26th, 2006'''
'''July 26th 2006'''
*Minor update
* Minor update.
*loading is DISABLED as libfat does not support directory listing yet
* loading is disabled as libfat does not support directory listing yet.
'''Apr 10, 2006 R10'''
'''Apr 10 2006 R10'''
*Color Picker! Press L to bring it up, then tap the color you want
* Color Picker. Press L to bring it up, then tap the color you want.
*Multiple Saves! Each image is saved with the current date & time
* Multiple Saves. Each image is saved with the current date & time.
*Save to PNG directly onto the memory card
* Save to PNG directly onto the memory card.
'''April 18, 2006'''
'''April 18 2006'''
*new features added
* new features added.
'''April 13, 2006'''
'''April 13 2006'''
*new features added
* new features added.
[[Category:Homebrew applications]]
 
<br>
[[Category:DS homebrew applications]]
[[Category:Other DS applications]]

Revision as of 11:43, 23 May 2021

Draw
File:Drawds.jpg
General
Author(s)Davr
TypeOther
Version24July2006
LicenceMixed
Links
[Media:Draw3ds.rar Download]
Website
Advertisements

<htmlet>adsense</htmlet>


Draw On DS is adrawing homebrew application for the Nintendo DS. This application is a port of sketching application Sketches of Q.

In the latest version, loading is DISABLED as libfat does not support directory listing yet. For a fully functional version, please use version R10.

It was participated in NEO summer coding contest 2006 (winner).

Features

  • New GUI.
  • Smooth drawing.
  • Bucket fill.
  • And much more.

User guide

It contains the following tools:

  • Brush - With line sizes from 1 to 5 half-pixels.
  • Smudge - Will smear the colors around, can be used to create a watercolor like effect.
  • Picker - The standard eyedropper tool, select a color from off of the canvas.
  • Bucket - Using a unique slow-fill method, which allows you to fill open shapes.
  • Eraser - Needs some more work, if you erase slowly it does funny things.

If your card is not supported by Draw, but it does have SRAM (that is, a slot-2 card), then use the save to SRAM option in Draw. Transfer the save file to PC, and try renaming it to .png and see if it opens.

If it does not open, try this website: Savegames convertor and convert file to the Supercard One/Ninjapass/DSLinker(.sav) format, and then try renaming to PNG.

Controls

Up/Down - Change tool size

Left/Right - Change current tool

A - Load PNG from CF/SD

B - Load PNG from SRAM

X - Save PNG to CF/SD

Y - Save PNG to SRAM

Select - New/clear drawing

Compatibility

Tested, working: GBAMP, Supercard CF.

Tested, seems to create 0kb files? M3 SD.

Untested, but should work on: M3 CF, Supercard SD, Neoflash MK2/3.

Untested, may or may not work: Max Media Player/Dock, EFA2.

Known issues

Brush size: You cannot change brush size via GUI, and it does not show your current size.

Changelog

July 26th 2006

  • Minor update.
  • loading is disabled as libfat does not support directory listing yet.

Apr 10 2006 R10

  • Color Picker. Press L to bring it up, then tap the color you want.
  • Multiple Saves. Each image is saved with the current date & time.
  • Save to PNG directly onto the memory card.

April 18 2006

  • new features added.

April 13 2006

  • new features added.


Advertising: