Nicons-V4 29/08/2015

Window managers, icon programs, widgets, etc.
Message
Author
User avatar
SFR
Posts: 1800
Joined: Wed 26 Oct 2011, 21:52

#16 Post by SFR »

Bash does not support trigonometric functions and floating point operations at all.
Both bc and awk do, but personally I'd choose the latter, as it's easier to cut off the floating point part:

Code: Select all

# DEG=70; RADIUS=300; originX=0; originY=0
# SIN=`awk 'BEGIN {printf("%.0f\n", '$originX' + '$RADIUS' * sin('$DEG' * (3.14 / 180) ))}'`
# COS=`awk 'BEGIN {printf("%.0f\n", '$originY' + '$RADIUS' * cos('$DEG' * (3.14 / 180) ))}'`
# echo "Sin=$SIN   Cos=$COS"
Sin=282   Cos=103
# 
Note that bc & awk operate in radians, that's why *(3.14/180).

PS.I was never good at trigonometry, but hopefully the above is correct...

Greetings!
[color=red][size=75][O]bdurate [R]ules [D]estroy [E]nthusiastic [R]ebels => [C]reative [H]umans [A]lways [O]pen [S]ource[/size][/color]
[b][color=green]Omnia mea mecum porto.[/color][/b]

User avatar
LazY Puppy
Posts: 1934
Joined: Fri 21 Nov 2014, 18:14
Location: Germany

#17 Post by LazY Puppy »

stemsee wrote:Thanks ... I had a look but didn't click for me!
Sorry.

I just entered man cos into the terminal and it just popped up this page in a browser. Just did not have deeper look into the results.
RSH

"you only wanted to work your Puppies in German", "you are a separatist in that you want Germany to secede from Europe" (musher0) :lol:

No, but I gave my old drum kit away for free to a music store collecting instruments for refugees! :wink:

stemsee

#18 Post by stemsee »

thanks @SFR

I am on the right track now.

@ RSH no problem.

stemsee

#19 Post by stemsee »

Nicons-v2.3 released for testing. see first post

Comes with ten presets.

stemsee

#20 Post by stemsee »

First circlular appears! Yippee.
Attachments
capture15211.jpg
2nd circlular
(25.83 KiB) Downloaded 416 times
capture24640.jpg
rad
(27.34 KiB) Downloaded 412 times

stemsee

#21 Post by stemsee »

circle manipulated
Attachments
capture26752.jpg
(23.27 KiB) Downloaded 404 times

stemsee

#22 Post by stemsee »

getting mastery over the circle's attributes and positioning.
Attachments
capture21595.jpg
centred
(26.89 KiB) Downloaded 373 times
capture20128.jpg
the beginning of concentric circles
(26.19 KiB) Downloaded 380 times
capture15465.jpg
squiggles
(26.38 KiB) Downloaded 374 times

stemsee

#23 Post by stemsee »

35 icons to form a circle
Attachments
capture23857.jpg
(26.75 KiB) Downloaded 373 times

stemsee

#24 Post by stemsee »

trying for spirals
Attachments
capture17149.jpg
ex
(26.78 KiB) Downloaded 367 times
capture9802.jpg
experiment
(29.89 KiB) Downloaded 365 times

stemsee

#25 Post by stemsee »

ex
Attachments
capture23626.jpg
(31.74 KiB) Downloaded 371 times

stemsee

#26 Post by stemsee »

Spiral acheived!
Attachments
capture23871.jpg
(36.73 KiB) Downloaded 355 times
capture7865.jpg
spiral
(32.98 KiB) Downloaded 376 times

stemsee

#27 Post by stemsee »

Two presets added: Spiral and Circle.

To do
1) Concentric circles
2) multiple circles
3) Love Hearts

stemsee

#28 Post by stemsee »

Added combo preset surrounded spiral
Attachments
capture28258.jpg
surrounded spiral
(35.49 KiB) Downloaded 356 times

stemsee

#29 Post by stemsee »

squared circle
Attachments
capture1962.jpg
(27.53 KiB) Downloaded 357 times
capture22602.jpg
squared circles
(22.85 KiB) Downloaded 354 times

stemsee

#30 Post by stemsee »

Star
Attachments
capture4692.jpg
star
(20.16 KiB) Downloaded 338 times

stemsee

#31 Post by stemsee »

galaxy
Attachments
capture1988.jpg
Galaxy
(26.44 KiB) Downloaded 459 times

stemsee

#32 Post by stemsee »

spiral galaxy
Attachments
capture29767.jpg
arms
(14.23 KiB) Downloaded 389 times
capture32469.jpg
arms
(9.49 KiB) Downloaded 417 times
capture10294.jpg
spiral galaxy
(25.61 KiB) Downloaded 467 times
Last edited by stemsee on Fri 19 Dec 2014, 11:38, edited 5 times in total.

stemsee

#33 Post by stemsee »

Write or draw the icon lines
Attachments
capture9395.jpg
write your own icon path
(16.14 KiB) Downloaded 453 times

stemsee

#34 Post by stemsee »

heart

I think I have just developed my first android/iPad app!
Attachments
capture11912.jpg
draw = heart
(13.22 KiB) Downloaded 443 times

stemsee

#35 Post by stemsee »

infinity
Attachments
capture17854.jpg
the infinitieth 8
(16.88 KiB) Downloaded 447 times
capture10420.jpg
(21.8 KiB) Downloaded 451 times

Post Reply