Skip to content

bgwines/image-triangles

Repository files navigation

image-triangles

examples

example1Orig example1result example2Orig example2Result

to build:

make sure you have nix installed

curl https://nixos.org/nix/install | sh
nix-build

run with

./result/bin/image-triangles -o output.svg

to develop on:

cabal --enable-nix build

or

echo "nix: True" >> ~/.cabal/config
cabal build

run with

./dist/build/image-triangles/image-triangles -o output.svg

todo

  • Confirm diagrams is rendering triangles in the correct places.
  • Cache transformations to the colors library
  • Hip has a map transformation. It also depends on the colours library, does it use it?
  • In addition, hip has interfaces to arrays that support operations like map
  • Check that hip colors are srgb
  • Think about opacity. What if everything was completely opaque? What should we do with areas that aren’t 100% covered at the end?
  • The diagram needs a final bounding box that's the size of the picture that it comes from.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published