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
- Host: GitHub
- URL: https://github.com/pvande/nidhogg
- Owner: pvande
- Created: 2024-08-11T05:20:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T08:32:42.000Z (10 months ago)
- Last Synced: 2025-02-28T08:46:01.144Z (3 months ago)
- Language: C
- Size: 4.67 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?