Skip to content

A toy browser engine written to learn Fe2O3 (Rust)

License

Notifications You must be signed in to change notification settings

spacekookie/anprim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages