]> git.mxchange.org Git - mailer.git/blob - contrib/code_swarm/mailer.config
Moved to contrib/ in preperation for merge
[mailer.git] / contrib / code_swarm / mailer.config
1 # This is a sample configuration file for code_swarm
2
3 # Frame width
4 Width=800
5
6 # Frame height
7 Height=600
8
9 # Input file
10 InputFile=mailer.xml
11
12 # Particle sprite file
13 ParticleSpriteFile=src/particle.png
14
15 #Font Settings
16 Font=SansSerif
17 BoldFont=SansSerif
18 InfoFont=SansSerif
19 FontSize=10
20 BoldFontSize=14
21 InfoFontSize=20
22
23 # Project time per frame
24 MillisecondsPerFrame=21600000
25
26 # Maximum number of Background processes
27 MaxThreads=4
28
29 # Optional Method instead of MillisecondsPerFrame
30 FramesPerDay=10
31
32 # Background in R,G,B
33 Background=0,0,0
34
35 # Color assignment rules
36 # Keep in order, do not skip numbers. Numbers start
37 # at 1.
38
39 # Pattern:  "Label", "regex", R,G,B, R,G,B
40 # Label is optional.  If it is omitted, the regex
41 # will be used.
42 #
43 ColorAssign1="Docs",".*.txt", 0,0,255, 0,0,255
44 ColorAssign2="PHP",".*.php", 0,255,255, 0,255,255
45 ColorAssign3="Template",".*.tpl", 102,0,255, 102,0,255
46 ColorAssign4="CSS",".*.css", 255,0,0, 255,0,0
47 ColorAssign5="JavaScript",".*.js", 255,255,0, 255,255,0
48 ColorAssign6="Shell",".*.sh", 119,68,119, 119,68,119
49 #ColorAssign7="Code6",".*src6.*", 136,51,17, 136,51,17
50 #ColorAssign8="Code7",".*src7.*", 250,110,110, 250,110,130
51 #ColorAssign9="Code8",".*src8.*", 238,102,68, 238,102,68
52 #ColorAssign10=".*src9.*", 238,68,119, 238,68,119
53
54 # Save each frame to an image?
55 TakeSnapshots=true
56
57 # Where to save each frame
58 SnapshotLocation=mailer-swarm-######.png
59
60 # Draw names (combinatory) :
61 # Draw sharp names?
62 DrawNamesSharp=true
63 # And draw a glow around names? (Runs slower)
64 DrawNamesHalos=true
65
66 # Draw files (combinatory) :
67 # Draw sharp files
68 DrawFilesSharp=true
69 # Draw fuzzy files
70 DrawFilesFuzzy=true
71 # Draw jelly files
72 DrawFilesJelly=true
73
74 # Show the Legend at start
75 ShowLegend=true
76
77 # Show the History at start
78 ShowHistory=true
79
80 # Show the Activity histogram at bottom
81 ShowActivity=true
82
83 # Show the Date at start
84 ShowDate=true
85
86 # Show edges between authors and files, mostly for debug purpose
87 ShowEdges=false
88
89 # Turn on Debug counts.
90 ShowDebug=false
91
92 # Natural distance of files to people
93 EdgeLength=25
94
95 # Amount of life to decrement
96 EdgeDecrement=-2
97 FileDecrement=-2
98 PersonDecrement=-1
99
100 #Speeds.
101 #Optional: NodeSpeed=7.0, If used, FileSpeed and PersonSpeed need not be set.
102 #
103 FileSpeed=7.0
104 PersonSpeed=2.0
105
106 #Masses
107 FileMass=1.0
108 PersonMass=10.0
109
110 # Life of an Edge
111 EdgeLife=250
112
113 # Life of a File
114 FileLife=200
115
116 # Life of a Person
117 PersonLife=255
118
119 # Highlight percent.
120 # This is the amount of time that the person or
121 # file will be highlighted.
122 HighlightPct=5
123
124 ## Physics engine selection and configuration
125 # Directory physics engine config files reside in.
126 PhysicsEngineConfigDir=physics_engine
127 # Force calculation algorithms ("PhysicsEngineLegacy", "PhysicsEngineSimple"...) :
128 PhysicsEngineSelection=PhysicsEngineLegacy
129
130 # OpenGL is experimental. Use at your own risk.
131 UseOpenGL=false