Share via


Drawing Butterflies and Hearts... USING ONLY CODE - Small Basic Featured Programs

UPDATES: Added Nonki's heart as Heart #3 on 2/13. Added Nonki's butterfly as Butterfly #3 on 2/11.

===========================

Check out our February Small Basic Coding Challenges from LitDev! Community challenges are from Math Man and Amir CPS.

 

Today we're going to look at two challenges and two programs from each challenge...

     

Small Challenge 2

Draw a picture of a butterfly.

  

The first Butterfly is from Math Man:

NDG956

 

 

Our second Butterfly comes from NaochanON:

LVF292

  

Our third Butterfly comes from Nonki Takahashi:

WXF823

Screen shot of a program Monarch Butterfly 0.1

 

 

 

Community Challenge 2 - By Amir CPS

(b) Draw a heart shape and calculate it's area.

 

This first Heart is from Nonki Takahashi:

SWQ275

Screen shot of a program Herart 0.1

 

Our second heart comes from NaochanON:

(  area...... r=r+dr,   dS= r*r*dθ/2   θ= 0 -2pi  )

CFQ822 

 

Our third Heart is also from Nonki Takahashi:

SWQ275-3

 

Screen shot of a program Heart 0.2

The numerically-integrated area of the Heart Function was very near to pi (circular constant).

 

Our fourth Heart comes from Math Man (you have to import it and it run locally to get the input to work):

ZHP577-0

   

Thanks to everyone for the great contributions! What do you think? How hard is it to draw like this in Small Basic?

Leave a comment!

   - Ninja Ed

Comments

  • Anonymous
    February 08, 2013
    It's pretty hard to draw shapes in Small Basic manually because you need coordinates and sizes and that involves much data. But then again, programmers are basically the people that handle data, so we're used to it. But this is just my opinion. I am 11 and am not very experienced so maybe someone else's opinion would be better.

  • Anonymous
    February 08, 2013
    I'm 12 and what is this

  • Anonymous
    February 10, 2013
    I think you should add Nonki's WXF823 @ smallbasic.com/program

  • Anonymous
    February 10, 2013
    Butterfly of  NaochanON is awesome.

  • Anonymous
    February 11, 2013
    I'm having no luck with the images displaying.

  • Anonymous
    February 11, 2013
    Okay, I added Nonki's butterfly as Butterfly #3. Thanks Math Man!

  • Anonymous
    February 11, 2013
    The images are working for me.

  • Anonymous
    February 12, 2013
    Math Man. Yeah, it's strange. They started working for me too now. Thanks!

  • Anonymous
    February 13, 2013
    I added Nonki's second heart drawing: smallbasic.com/program

  • Anonymous
    February 14, 2013
    The comment has been removed

  • Anonymous
    February 14, 2013
    Ed, please add my heart, ZHP577-0, or the link, smallbasic.com/.../program Please note that input does not work in silverlight.

  • Anonymous
    February 15, 2013
    Math Man, I added your heart! How does the input work? Thanks!

  • Anonymous
    February 15, 2013
    As I said, input does not work in silverlight. Were you referring to how it works in local Small Basic? If so, just press enter after typing input size.

  • Anonymous
    February 15, 2013
    Gotcha. I updated the blog post to specify to run it locally. Thanks!