Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
cacalabs
/
libcaca
espelhamento de
https://github.com/cacalabs/libcaca.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
7
Wiki
Atividade
Ver código fonte
change to allow use with cocoa driver; also, a keypress now stops these demos early
tags/v0.99.beta17
Ben Wiley Sittler
bsittler
17 anos atrás
pai
a6666c9d2e
commit
c3a51a49bf
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
caca-php/examples/dithering.php
+1
-1
caca-php/examples/polyline.php
+ 1
- 1
caca-php/examples/dithering.php
Ver arquivo
@@ -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
Ver arquivo
@@ -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
);
?>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar