diff --git a/README.md b/README.md index 61f3905..f9fef87 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PangoCairo on the Web -Compile a Cairo / Pango / PangoCairo based application from C to WebAssembly. +Compile [Cairo](https://www.cairographics.org/)/[Pango](https://docs.gtk.org/Pango/index.html)/[PangoCairo](https://docs.gtk.org/PangoCairo) based applications from C to WebAssembly. Try it online (6 ~ 10M): diff --git a/index.html b/index.html index 76a035a..df9a547 100644 --- a/index.html +++ b/index.html @@ -590,7 +590,7 @@ PangoCairo on the Web
-

PangoCairo on the Web

Compile a Cairo / Pango / PangoCairo based application from C to WebAssembly.src

Try it online (6 ~ 10M):

If the links failed you, please clone and serve them locally with wasm-server.

Cairo: https://vitovan.com/pango-cairo-wasm/hello-cairo.html

PangoCairo: https://vitovan.com/pango-cairo-wasm/hello-pangocairo.html

Preview:

Hello Cairo

Hello Pango

Usage

Setup emcc & pkg-config

with Docker

from Source

This build.sh only compiles on Fedora, if you can't get one, please modify it before execution.

Wait for 20 minutes or more. If all went well, execute:

Compile C Code

Cairo with no pthread