Skip to content

RenderKit v0.1.8: Minimal Web Rendering Engine

Latest
Compare
Choose a tag to compare
@abhishek-bhatkar abhishek-bhatkar released this 06 Dec 20:44
· 11 commits to main since this release

Features

  • Implemented basic HTML parsing
  • CSS style computation
  • Simple layout and rendering engine
  • Modular architecture for web rendering

Improvements

  • Enhanced library structure
  • Added example rendering script
  • Improved error handling

Next Steps

  • Advanced layout algorithms
  • Text rendering support
  • Expanded test coverage