Skip to content

turboMaCk/grid-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grid Solver

Build Status

This library provides general abstraction for solving grid layout problems. The idea is to use ordered list of items with dimmensions and number of columns to solve whole layout of grid. It's designed to be easy to use and extremly deterministic abstraction with simple integration to any Html, SVG or Canvas based APP.

Demo / Example

Demo application together with source code is part of this repository.

Documentation

Please read official documentation to get started.