lexborisov / Modest

Modest is a fast HTML renderer implemented as a pure C99 library with no outside dependencies.
GNU Lesser General Public License v2.1
734 stars 65 forks source link

maybe are these a bit the same mission? #28

Open hbakhtiyor opened 7 years ago

hbakhtiyor commented 7 years ago

https://github.com/nidium/Nidium https://github.com/litehtml/litehtml/

lexborisov commented 7 years ago

Hi! No, these are not the same projects! I create web engine that fully meets the standards for rendering html like all modern browsers. I know about the projects you listed, but nothing to do with them.

hbakhtiyor commented 7 years ago

hi, does modest render js? does it able to capture screenshot?

lexborisov commented 7 years ago

No, now I'm working on media queries. After calculation dom and rendering (layout, events and so on), after bindings for js engine...

vtorri commented 4 years ago

@hbakhtiyor modest is being rewriting, look at https://github.com/lexbor/lexbor