An open API service indexing awesome lists of open source software.

https://github.com/pvande/nidhogg

UI Layout Engine for DragonRuby
https://github.com/pvande/nidhogg

Last synced: 3 months ago
JSON representation

UI Layout Engine for DragonRuby

Awesome Lists containing this project

README

        

Nidhogg
=======

**NOTE** This is a work in progress, and everything very much subject to change,
including the name.

Nidhogg is a UI library for use with DragonRuby, specifically designed to echo
the CSS Flexbox layout model and basic text and box semantics from HTML.

## Usage

Details forthcoming; in the meantime, please refer to the source code for
`whim`.

## Roadmap

* Validate concepts in a production application.
* Finish Flexbox compliance testing.
* Handle text wrapping.
* Improve documentation.
* Stabilize API.
* Add support for `border-image`-like functionality.
* …
* Your needs here?