spacekookie / anprim

A toy browser engine written to learn Fe2O3 (Rust)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anprim

A toy browser-engine which doesn't solve any problems and exists completely disconnected from reality (hence the name rimshot). It's my way of learning Rust a bit more intimately and hopefully understand a thing or two about browser design as well.

What can it do

Not much.

  • ✓ Parsing a simple HTML subset
  • ✓ Parsing a simple CSS subset
  • ✗ Create box-layouts from DOM tree
  • ✗ Rendering said box-layouts in less than O(2^n)

What is out of scope

Anprim will never be able to run javascript because it is a product of civilisation. Also nope nope nope /o\

About

A toy browser engine written to learn Fe2O3 (Rust)

License:Other


Languages

Language:Rust 98.4%Language:HTML 0.8%Language:CSS 0.8%