added an sample configuration file for codeswarm

This commit is contained in:
dev
2009-11-22 01:44:00 +00:00
parent 42fb99722b
commit 1847141233

125
codeswarm/i2p.config Normal file
View File

@ -0,0 +1,125 @@
# This is a sample configuration file for code_swarm
# Frame width
Width=1024
# Frame height
Height=768
# Input file
InputFile=/tmp/i2p.xml
# Particle sprite file
ParticleSpriteFile=src/particle.png
#Font Settings
Font=SansSerif
FontSize=10
BoldFontSize=14
# Project time per frame
MillisecondsPerFrame=21600000
# Maximum number of Background processes
MaxThreads=4
# Optional Method instead of MillisecondsPerFrame
#FramesPerDay=4
# Background in R,G,B
Background=0,0,0
# Color assignment rules
# Keep in order, do not skip numbers. Numbers start
# at 1.
#
# Pattern: "Label", "regex", R,G,B, R,G,B
# Label is optional. If it is omitted, the regex
# will be used.
#
ColorAssign1="I2P/core",".*//core.*", 0,0,255, 0,0,255
ColorAssign2="I2P/router",".*//router.*", 0,255,255, 0,255,255
ColorAssign3="I2P/apps",".*apps.*", 102,0,255, 102,0,255
ColorAssign4="Dijjer","i2p.eepdijj.*", 255,0,0, 255,0,0
ColorAssign5="Syndie","i2p.syndie.*", 255,255,0, 255,255,0
ColorAssign6="www","i2p.www.*", 119,68,119, 119,68,119
ColorAssign7="i2host","i2host.*", 136,51,17, 136,51,17
ColorAssign8="opentracker","i2p.i2p-opentracker.*", 250,110,110, 250,110,130
ColorAssign9="iMule","i2p.i2p.iMule.*", 238,102,68, 238,102,68
#ColorAssign10="other", ".*", 238,68,119, 238,68,119
# Save each frame to an image?
TakeSnapshots=true
# Where to save each frame
SnapshotLocation=/tmp/frames/code_swarm-#####.png
# Draw names (combinatory) :
# Draw sharp names?
DrawNamesSharp=true
# And draw a glow around names? (Runs slower)
DrawNamesHalos=true
# Draw files (combinatory) :
# Draw sharp files
DrawFilesSharp=false
# Draw fuzzy files
DrawFilesFuzzy=true
# Draw jelly files
DrawFilesJelly=false
# Show the Legend at start
ShowLegend=true
# Show the History at start
ShowHistory=true
# Show the Date at start
ShowDate=true
# Show edges between authors and files, mostly for debug purpose
ShowEdges=false
# Turn on Debug counts.
ShowDebug=false
# Natural distance of files to people
EdgeLength=25
# Amount of life to decrement
EdgeDecrement=-2
FileDecrement=-2
PersonDecrement=-1
#Speeds.
#Optional: NodeSpeed=7.0, If used, FileSpeed and PersonSpeed need not be set.
#
FileSpeed=7.0
PersonSpeed=2.0
#Masses
FileMass=1.0
PersonMass=10.0
# Life of an Edge
EdgeLife=250
# Life of a File
FileLife=200
# Life of a Person
PersonLife=255
# Highlight percent.
# This is the amount of time that the person or
# file will be highlighted.
HighlightPct=5
## Physics engine selection and configuration
# Directory physics engine config files reside in.
PhysicsEngineConfigDir=physics_engine
# Force calculation algorithms ("PhysicsEngineLegacy", "PhysicsEngineSimple"...) :
PhysicsEngineSelection=PhysicsEngineLegacy
# OpenGL is experimental. Use at your own risk.
UseOpenGL=false