User:Lenny222
From HaskellWiki
(Difference between revisions)
m (→Todo) |
m (→Todo) |
||
| Line 53: | Line 53: | ||
** http://www.jroller.com/aalmiray/entry/jsilhouette_0_3_released | ** http://www.jroller.com/aalmiray/entry/jsilhouette_0_3_released | ||
*** http://code.google.com/p/jsilhouette/ | *** http://code.google.com/p/jsilhouette/ | ||
| - | |||
** Spiral | ** Spiral | ||
** http://local.wasp.uwa.edu.au/~pbourke/geometry/supershape/ | ** http://local.wasp.uwa.edu.au/~pbourke/geometry/supershape/ | ||
| Line 81: | Line 80: | ||
**** margin sizes (absolute, relative, remaining) | **** margin sizes (absolute, relative, remaining) | ||
| - | * use HLint | + | * repeatedly |
| + | ** use HLint | ||
| + | ** use ghc -W | ||
* AffineTransformation | * AffineTransformation | ||
* Path | * Path | ||
| - | ** approximate :: [ | + | ** approximate :: [(Double, Double)] -> [Segment] |
==== Ideas ==== | ==== Ideas ==== | ||
Revision as of 09:11, 11 January 2010
Contents |
1 Things i think need improvement
1.1 Chlor
1.1.1 Todo
- Primitive
- Circle durch Ellipse ersetzen
- Polyline [(Double, Double)]
- Polygon [(Double, Double)]
- Shape refactoring, e.g. sine :: Int -> Shape => sine :: Int -> [Primitive]
- Circle
- Ellipse
- Rectangle
- Sine
- defaultStroke :: Stroke
- defaultEffects :: [Effect]
- defaultFill :: Fill
- defaultObject :: Object
- news Shapes
- RegularPolygon
- Star
- Arc
- Diagram
- Pie (only for displaying fractions)
- Shape
- SVG export
- SvgPath
-
<path d="M 100 100 L 300 100 L 200 300 z" fill="red" stroke="blue" stroke-width="3" />
-
- SvgRectangle
<rect x="400" y="100" width="400" height="200" fill="yellow" stroke="navy" stroke-width="10" />
- SvgPath
- ObjectLike: DList instead of List?
- SVG XML generation
- HStringTemplate?
- HXT?
- HaXml?
- Layout
- Instances
- Column
- Grid (cols, rows, margins)
- Margin/Frame
- content size (absolute, relative, remaining)
- margin sizes (absolute, relative, remaining)
- Instances
- repeatedly
- use HLint
- use ghc -W
- AffineTransformation
- Path
- approximate :: [(Double, Double)] -> [Segment]
1.1.2 Ideas
- layout
- Table
- SpaceHorizontal
- SpaceVertical
- 3d projection
- diagrams
- histograms, density plots
- export
- SVG
- Illustrator JavaScript
- Processing
- SWF
- TikZ/LaTeX
- import
- SVG
- path operations
- boolean operations
- offset path
- http://inkscape.svn.sourceforge.net/viewvc/inkscape/inkscape/trunk/src/live_effects/
- recursive programming
1.2 Simplified Haskell homepage
A simplified Haskell frontpage
Why?
- to add a structure
- to reduce redundancy
- to make scanning easier:
