Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 588 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 588 Bytes

YX web engine

A for-fun project creating a simple enough web engine from scratch in kotlin android without any external dependencies (except kotlin stdlib)

Progress

  • HTML Parsing (barebones)
  • HTML Rendering
  • CSS Parsing
  • JS Parsing
  • JS Execution

Goal

  • Make a simple enough web engine that could render common html tags, common css properties, and simple JS stuff (not planning on doing full implementation of everything)
  • No external deps (except the kotlin stdlib ofc)
  • Do it fully in kotlin

why?

To have fun and learning experience