このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
cacalabs
/
libcaca
ミラー元
https://github.com/cacalabs/libcaca.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
7
Wiki
アクティビティ
ソースを参照
* Close php blocks in samples programs (add "?>")
tags/v0.99.beta17
Nicolas Vion
nico
16年前
親
e08de251f8
コミット
b4830cb8e7
7個のファイルの変更
、
9行の追加
、
6行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-0
caca-php/examples/cacainfo.php
+1
-0
caca-php/examples/cacapig.php
+2
-0
caca-php/examples/demo.php
+1
-3
caca-php/examples/dithering.php
+1
-1
caca-php/examples/figfont.php
+1
-0
caca-php/examples/polyline.php
+1
-2
caca-php/examples/text.php
+ 2
- 0
caca-php/examples/cacainfo.php
ファイルの表示
@@ -63,3 +63,5 @@ $list = caca_get_font_list();
foreach($list as $name)
echo "* $name\n";
echo "\n";
?>
+ 1
- 0
caca-php/examples/cacapig.php
ファイルの表示
@@ -66,3 +66,4 @@ while (!caca_get_event($display, CACA_EVENT_KEY_PRESS)) {
$iy = -$iy;
}
?>
+ 2
- 0
caca-php/examples/demo.php
ファイルの表示
@@ -366,3 +366,5 @@ function demo_render($cv, $bounds, $outline, $dithering) {
main();
?>
+ 1
- 3
caca-php/examples/dithering.php
ファイルの表示
@@ -19,6 +19,4 @@ caca_refresh_display($display);
sleep(5);
?>
+ 1
- 1
caca-php/examples/figfont.php
ファイルの表示
@@ -33,4 +33,4 @@ foreach ($chars as $c) {
echo caca_export_string($cv, "utf8");
?>
+ 1
- 0
caca-php/examples/polyline.php
ファイルの表示
@@ -40,3 +40,4 @@ caca_put_str($canvas, 1, 1, "Caca forever...");
caca_refresh_display($display);
sleep(5);
?>
+ 1
- 2
caca-php/examples/text.php
ファイルの表示
@@ -58,5 +58,4 @@ echo caca_export_string($cv, "utf8");
caca_rotate_left($cv);
echo caca_export_string($cv, "utf8");
?>
書き込み
プレビュー
読み込み中…
キャンセル
保存