smeighan
Dedicated elf
Hi all;
I have released the Effects builder for the Nutcracker.
There are 4 parts to the nutcracker
1) Build a target model
2) Create effects and add them into your user library
3) Pick a target model and an effect and create an animated sequence. Produce this as an animated GIF
4) Create this sequence as an xml file for lsp,lor or vixen
I have 1-3 working now. It is pretty cool. There are lots of moving parts on this. Error checking,navigations is still rough. All of the forms are built dynamically so i have to load up the effect_class table, i have to join the effect generators to the user models.
This is an alpha release. Things can and will break. Things that were working, may now become broken.
I will be releasing new code every single day for the next 1-2 weeks. Play with it and give me some feedback on usability, features and bugs.
So some caveats:
I dont have all of the color working like i want. If you select 3 spirals, i will override your color choice and make each spiral red, white and blue. If you pick more than 4 spirals then i will use your color selections. I think i need to prompt for each spiral for color.
navigation and error checking are pretty rough right now, i am releasing it so you can start to play.
Login in to http://meighan.net/nutcracker/login/login-form.php
1) Be sure you have target models saved!!. This is the number one error i am seeing.
You can safely click on a target and resave it. This creates a files that is needed by the effects generator.
2) Select Effects Generator
3) Now you select one of your target models and an effect class.
These are the effect classes i have so far
a) spirals
b) bands
c) pictures
d) meteors
e) text
f) snowflakes
With this release I have only connected spirals to the effects generator. I will be connecting the others over the next week.
4) After submitting the form , you are now asked to customize the effect class.
Give a name to your effect and submit form to go and it will generate an animated gif.
Loop on #4 , changing parameters and see what spiral effects you like.
Here are some user effects
Array
(
[username] => f
[user_target] => ZZ_ZZ
[effect_class] => spirals
[effect_name] => sean6
[number_spirals] => 7
[number_rotations] => 2
[spiral_thickness] => 2
[start_color] => #40FF40
[end_color] => #FF59DE
[frame_delay] => 22
[direction] => 2
[submit] => Submit Form to create your target model
)
The same target, modify parameters of effect
(
[username] => f
[user_target] => ZZ_ZZ
[effect_class] => spirals
[effect_name] => sean5
[number_spirals] => 7
[number_rotations] => 2
[spiral_thickness] => 1
[start_color] => #FF7417
[end_color] => #EFFF08
[frame_delay] => 22
[direction] => cw
[submit] => Submit Form to create your target model
)
(
[username] => f
[user_target] => ZZ_ZZ
[effect_class] => spirals
[effect_name] => sean4
[number_spirals] => 3
[number_rotations] => 2
[spiral_thickness] => 5
[start_color] => #FF7417
[end_color] => #EFFF08
[frame_delay] => 22
[direction] => ccw
[submit] => Submit Form to create your target model
)
thanks, enjoy!
I have released the Effects builder for the Nutcracker.
There are 4 parts to the nutcracker
1) Build a target model
2) Create effects and add them into your user library
3) Pick a target model and an effect and create an animated sequence. Produce this as an animated GIF
4) Create this sequence as an xml file for lsp,lor or vixen
I have 1-3 working now. It is pretty cool. There are lots of moving parts on this. Error checking,navigations is still rough. All of the forms are built dynamically so i have to load up the effect_class table, i have to join the effect generators to the user models.
This is an alpha release. Things can and will break. Things that were working, may now become broken.
I will be releasing new code every single day for the next 1-2 weeks. Play with it and give me some feedback on usability, features and bugs.
So some caveats:
I dont have all of the color working like i want. If you select 3 spirals, i will override your color choice and make each spiral red, white and blue. If you pick more than 4 spirals then i will use your color selections. I think i need to prompt for each spiral for color.
navigation and error checking are pretty rough right now, i am releasing it so you can start to play.
Login in to http://meighan.net/nutcracker/login/login-form.php
1) Be sure you have target models saved!!. This is the number one error i am seeing.
You can safely click on a target and resave it. This creates a files that is needed by the effects generator.
2) Select Effects Generator
3) Now you select one of your target models and an effect class.
These are the effect classes i have so far
a) spirals
b) bands
c) pictures
d) meteors
e) text
f) snowflakes
With this release I have only connected spirals to the effects generator. I will be connecting the others over the next week.
4) After submitting the form , you are now asked to customize the effect class.
Give a name to your effect and submit form to go and it will generate an animated gif.
Loop on #4 , changing parameters and see what spiral effects you like.
Here are some user effects
Array
(
[username] => f
[user_target] => ZZ_ZZ
[effect_class] => spirals
[effect_name] => sean6
[number_spirals] => 7
[number_rotations] => 2
[spiral_thickness] => 2
[start_color] => #40FF40
[end_color] => #FF59DE
[frame_delay] => 22
[direction] => 2
[submit] => Submit Form to create your target model
)
The same target, modify parameters of effect
(
[username] => f
[user_target] => ZZ_ZZ
[effect_class] => spirals
[effect_name] => sean5
[number_spirals] => 7
[number_rotations] => 2
[spiral_thickness] => 1
[start_color] => #FF7417
[end_color] => #EFFF08
[frame_delay] => 22
[direction] => cw
[submit] => Submit Form to create your target model
)
(
[username] => f
[user_target] => ZZ_ZZ
[effect_class] => spirals
[effect_name] => sean4
[number_spirals] => 3
[number_rotations] => 2
[spiral_thickness] => 5
[start_color] => #FF7417
[end_color] => #EFFF08
[frame_delay] => 22
[direction] => ccw
[submit] => Submit Form to create your target model
)
thanks, enjoy!