A simple toy rendering engine to render html, css.
List available demo pages:
cargo run -- --listRender an example (press Esc to quit, use the arrow keys/WASD/PageUp/PageDown/Home/End to scroll when content exceeds the viewport):
cargo run overlapIf you omit the example name, the renderer defaults to the “basic” page.
- Add support for additional CSS properties (font-family, text-align, z-index).
- Swap the bitmap font for a real font rasteriser.
- Inspired by Matt Brubeck’s toy browser engine tutorial.