Skip to content

A for-fun project creating a web engine from scratch in android.

License

Notifications You must be signed in to change notification settings

iyxan23/yx-engine

Repository files navigation

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

About

A for-fun project creating a web engine from scratch in android.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published