If I can reproduce it what do I win?
Hum... World and B4X forum fame is the prize¡¡If I can reproduce it what do I win?
Start thinking in a new one for the next year¡¡ Some kind of animation with the B4X logo. It could hypnotize people who watch to start programming with B4X instead of using Android Studio, etc...My 3D library does this animation
If I can reproduce it what do I win?n
P3D.Initialize
' Lissajous figure
P3D.AddLissajous(1,0,0,0,80,xui.Color_Black,xui.Color_Transparent).RenderToView(Panel,Panel.Width/2,Panel.Height/2,1,1 )
' Rotate
For i=0 To 360 Step 10
P3D.Rotate(Null,0,i,0).RenderToView(Panel,Panel.Width/2,Panel.Height/2,1,1)
Sleep(50)
Next
P3D.Initialize
It seems a little bit to me to win a competition of optical effects a sinusoid that turns
I feel generous tonight, I paste the source code I used for this animation
If I can reproduce it what do I win?
