Skip to content

dajofrey/Netzhaut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netzhaut

Netzhaut is a multi-purpose open-source web-browser-engine written from scratch in C99. Web-Browser-Engines are software systems which run web content on client machines. Popular examples are Chromium (Chrome), Gecko (Firefox) and WebKit (Safari).

The project is currently in the experimental phase and thus not usable.

The documentation for this project, apart from code-documentation, is fully contained in this document.

Contents

Build

Linux

git clone https://github.com/dajofrey/Netzhaut
cd Netzhaut && git submodule update --init --recursive 
make -f build/automation/Makefile all 

Architecture

Contents

Layout

TODO

System

TODO

Engine

TODO

Design

TODO

API

TODO