The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Isometric grids of points and lines can help “ground” a structure made from isometric cubes.
Adding an isoaxesGrob()
is useful for helping debug cube
orientation. The x, y and z axes lines are colored red, green and blue
(respectively).
isolinesGrob() |> grid::grid.draw()
isoaxesGrob() |> grid::grid.draw() # (x,y,z) axis = red, green, blue lines
# Clear page and set background
grid::grid.newpage()
grid::grid.rect(gp = gpar(fill = 'lightblue'))
# Draw an isometric grid
isolinesGrob(col = 'darkblue', lwd = 3, x = 0.35, y = 0.1) |>
grid::grid.draw()
# Draw isometric cubes
isocubesGrob(coords = isocubes::obj_letter, x = 0.35, y = 0.1, xyplane = 'right') |>
grid::grid.draw()
# Overlap axes
isoaxesGrob(size = 20, x = 0.35, y = 0.1, col = 'yellow', lwd = 8, cex = 2, fontface = 'bold') |>
grid::grid.draw()
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.