https://github.com/lincerely/azpainter
customized azpainter 3
https://github.com/lincerely/azpainter
azpainter
Last synced: 2 months ago
JSON representation
customized azpainter 3
- Host: GitHub
- URL: https://github.com/lincerely/azpainter
- Owner: lincerely
- License: gpl-3.0
- Created: 2023-01-29T10:24:02.000Z (over 2 years ago)
- Default Branch: feature/radio-layer-select
- Last Pushed: 2025-02-15T00:44:20.000Z (3 months ago)
- Last Synced: 2025-02-15T01:24:22.809Z (3 months ago)
- Topics: azpainter
- Language: C
- Homepage:
- Size: 4.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# AzPainter
http://azsky2.html.xdomain.jp/
イラストや画像編集用のペイントソフト。
8bit/16bit カラーに対応。## 動作環境
- Linux、macOS(要XQuartz) ほか
- X11R6 以降## コンパイル/インストール
ninja、pkg-config コマンドが必要です。
各開発用ファイルのパッケージも必要になります。ReadMe を参照してください。~~~
$ ./configure
$ cd build
$ ninja
# ninja install
~~~