is this the section to...?

Questions/discussion about contributing to Alchemy

is this the section to...?

Postby MichaelAquilina on Sun, 10 Jan 2010 13:51:13 GMT

is this the section to ask for help, tips and tricks, or to give a general hello to the community?
tried to look around but couldn't quite find the right place...
i don't want to post a topic in the wrong section so a bit of direction would be greatly appretiated :)
thanks again!!
MichaelAquilina
 
Posts: 13
Joined: Sat, 09 Jan 2010 14:06:27 GMT

Re: is this the section to...?

Postby Karl DD on Sun, 10 Jan 2010 14:09:04 GMT

Sure is.
Go ahead :)
User avatar
Karl DD
Site Admin
 
Posts: 592
Joined: Sun, 20 Jan 2008 02:45:28 GMT
Location: Pittsburgh, PA

Re: is this the section to...?

Postby MichaelAquilina on Sun, 10 Jan 2010 14:27:41 GMT

Great :D I met the alchemy site a long time ago but it has been
only recent that I joined the forum, after receiving a reminder in my email.
I want to say hi to the community or to you as well Karl DD. I am to believe
that your are one of the creators ofAlchemy, am I correct? :)

My name is Michael Aquilina, from Malta and I have an online account
at deviantart with drawings made by branded electronic programs.
But I also to program and was going to test myself in creating new modules
for Alchemy but I found it hard to find the right function for my ideas.

Can anyone help?
MichaelAquilina
 
Posts: 13
Joined: Sat, 09 Jan 2010 14:06:27 GMT

Re: is this the section to...?

Postby Karl DD on Sun, 10 Jan 2010 17:06:06 GMT

Sure!
Tell us more about what you are trying to make.
User avatar
Karl DD
Site Admin
 
Posts: 592
Joined: Sun, 20 Jan 2008 02:45:28 GMT
Location: Pittsburgh, PA

Re: is this the section to...?

Postby MichaelAquilina on Sun, 10 Jan 2010 17:56:25 GMT

i was wondering if the program had "built in" functions for drawing.
maybe we could imitate basic brushes and scatter options. Not the
basic brushes we are used to but a more random version :) an idea
like having a five pointed pen with the five points making independent
curves while still going towards the same direction. the program is
astounding at delivering randomness so i will try to live up to it.
MichaelAquilina
 
Posts: 13
Joined: Sat, 09 Jan 2010 14:06:27 GMT

Re: is this the section to...?

Postby Karl DD on Sun, 10 Jan 2010 22:23:51 GMT

Sounds good!

I would take a look at the Median Shapes source code as it draws with two separate lines. But you could easily change that to any given amount of lines.

To give it some randomness, I would probably go for Perlin Noise to give the lines a more natural feel.

This has been implemented in AlcMath, so you can do something like this:
Code: Select all
point.x += math.noise(inc);
point.y += math.noise(inc);

Where 'inc' is a counter that continuously increases by some amount.

I'm guessing you have seen the module tutorial right?
http://al.chemy.org/contribute/module-tutorial/
That should get you going with the basics.

Let me know if you need any help.
User avatar
Karl DD
Site Admin
 
Posts: 592
Joined: Sun, 20 Jan 2008 02:45:28 GMT
Location: Pittsburgh, PA

Re: is this the section to...?

Postby MichaelAquilina on Mon, 11 Jan 2010 08:43:36 GMT

yes it was helpful 8-) I'll keep you updated.
Last edited by MichaelAquilina on Thu, 14 Jan 2010 09:18:37 GMT, edited 1 time in total.
MichaelAquilina
 
Posts: 13
Joined: Sat, 09 Jan 2010 14:06:27 GMT

Re: is this the section to...?

Postby MichaelAquilina on Thu, 14 Jan 2010 09:07:37 GMT

Karl DD wrote:Sounds good!

I would take a look at the Median Shapes source code as it draws with two separate lines. But you could easily change that to any given amount of lines.

To give it some randomness, I would probably go for Perlin Noise to give the lines a more natural feel.

This has been implemented in AlcMath, so you can do something like this:
Code: Select all
point.x += math.noise(inc);
point.y += math.noise(inc);

Where 'inc' is a counter that continuously increases by some amount.

I'm guessing you have seen the module tutorial right?
http://al.chemy.org/contribute/module-tutorial/
That should get you going with the basics.

Let me know if you need any help.


Hey there. I managed to do some work. Should I send the
module by email? I went through a cumborsome way to
get near to what I had in mind and I wouldn’t mind discussing
it.
MichaelAquilina
 
Posts: 13
Joined: Sat, 09 Jan 2010 14:06:27 GMT

Re: is this the section to...?

Postby Karl DD on Thu, 14 Jan 2010 14:02:39 GMT

You can post the module .zip file here as attachment and post the code using the code tags.
Either that or a private message is fine.
User avatar
Karl DD
Site Admin
 
Posts: 592
Joined: Sun, 20 Jan 2008 02:45:28 GMT
Location: Pittsburgh, PA

Re: is this the section to...?

Postby MichaelAquilina on Thu, 14 Jan 2010 14:43:20 GMT

here it is.
Attachments
CreateModule.zip
(130 Bytes) Downloaded 66 times
MichaelAquilina
 
Posts: 13
Joined: Sat, 09 Jan 2010 14:06:27 GMT

Next

Return to Development

Who is online

Users browsing this forum: No registered users and 0 guests

cron