tikzbricks

A small LaTeX package to draw bricks with TikZ

LPPL-1.3C License

Stars
17
Committers
2

TikZbricks

A small LaTeX package to draw bricks with TikZ. The user can modify the colour, shape and viewpoint.

This project is licensed under the LaTeX Project Public License v1.3c or later, see https://www.latex-project.org/lppl.txt .

The project repository, including a bug tracker, can be found at https://github.com/samcarter/tikzbricks .

Usage

\documentclass{standalone}
\usepackage{tikzbricks}

\begin{document}

\begin{tikzpicture}
  \brick[color=blue]{4}{2}
\end{tikzpicture}

\end{document}

For more details, please consult the package documentation.