Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
cacalabs
/
libcaca
peilaus alkaen
https://github.com/cacalabs/libcaca.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
7
Wiki
Toiminta
Selaa lähdekoodia
change to allow use with cocoa driver; also, a keypress now stops these demos early
tags/v0.99.beta17
Ben Wiley Sittler
bsittler
16 vuotta sitten
vanhempi
a6666c9d2e
commit
c3a51a49bf
2 muutettua tiedostoa
jossa
2 lisäystä
ja
2 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
caca-php/examples/dithering.php
+1
-1
caca-php/examples/polyline.php
+ 1
- 1
caca-php/examples/dithering.php
Näytä tiedosto
@@ -27,6 +27,6 @@ if (!$display)
caca_dither_bitmap($canvas, 0, 0, caca_get_canvas_width($canvas), caca_get_canvas_height($canvas), $dither, $img);
caca_refresh_display($display);
sleep(5
);
caca_get_event($display, CACA_EVENT_KEY_PRESS, 5000000
);
?>
+ 1
- 1
caca-php/examples/polyline.php
Näytä tiedosto
@@ -48,6 +48,6 @@ for ($i = 0; $i < 10; $i++) {
caca_put_str($canvas, 1, 1, "Caca forever...");
caca_refresh_display($display);
sleep(5
);
caca_get_event($display, CACA_EVENT_KEY_PRESS, 5000000
);
?>
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna