servo/ports/libsimpleservo
2019-03-05 12:54:12 -06:00
..
api Use a test VRDisplay that renders to a GL window 2019-03-05 12:54:12 -06:00
capi Generate simpleservo.h 2019-02-15 08:54:20 +01:00
jniapi Fix log filter. simpleservo::api doesn't exist anymore 2019-02-19 10:13:44 +01:00
README.md new android port: introduce a simple servo library 2018-07-31 22:33:51 +08:00

This is a basic wrapper around Servo. While libservo itself (/components/servo/) offers a lot of flexibility, libsimpleservo (/ports/libsimpleservo/) tries to make it easier to embed Servo, without much configuration needed. It is limited to only one view (no tabs, no multiple rendering area).