Initial checkin of Pika from heckimp

This commit is contained in:
2023-09-25 15:35:21 -07:00
commit 891e999216
6761 changed files with 5240685 additions and 0 deletions

View File

@ -0,0 +1,10 @@
PIKA-VBR
1.5
1. Pixel
square
20.000000
1.000000
2
1.000000
1.000000
0.000000

View File

@ -0,0 +1,10 @@
PIKA-VBR
1.5
2. Block 01
square
10.000000
25.000000
2
0.950000
4.000000
0.000000

View File

@ -0,0 +1,8 @@
PIKA-VBR
1.0
2. Block 02
10.000000
25.000000
0.750000
2.500000
0.000000

View File

@ -0,0 +1,8 @@
PIKA-VBR
1.0
2. Block 03
10.000000
25.000000
0.950000
20.000000
0.000000

View File

@ -0,0 +1,8 @@
PIKA-VBR
1.0
2. Hardness 025
5.000000
25.000000
0.250000
1.000000
0.000000

View File

@ -0,0 +1,8 @@
PIKA-VBR
1.0
2. Hardness 050
10.000000
25.000000
0.500000
1.000000
0.000000

View File

@ -0,0 +1,8 @@
PIKA-VBR
1.0
2. Hardness 075
10.000000
25.000000
0.750000
1.000000
0.000000

View File

@ -0,0 +1,8 @@
PIKA-VBR
1.0
2. Hardness 100
10.000000
25.000000
1.000000
1.000000
0.000000

View File

@ -0,0 +1,10 @@
PIKA-VBR
1.5
2. Star
diamond
50.000000
25.000000
5
1.000000
2.500000
17.500000

View File

@ -0,0 +1,12 @@
brushes = files(
'1-pixel.vbr',
'Block-01.vbr',
'Block-02.vbr',
'Block-03.vbr',
'Hardness-025.vbr',
'Hardness-050.vbr',
'Hardness-075.vbr',
'Hardness-100.vbr',
'pixel.gbr',
'Star.vbr',
)

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,5 @@
brushes = files(
'GEGL-goat.gih',
'pepper.gbr',
)

BIN
data/brushes/Fun/pepper.gbr Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,5 @@
brushes = files(
'confetti.gbr',
'confetti.gih',
'vine.gih',
)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,13 @@
brushes = files(
'Acrylic-01.gih',
'Acrylic-02.gih',
'Acrylic-03.gih',
'Acrylic-04.gih',
'Acrylic-05.gih',
'Bristles-01.gbr',
'Bristles-02.gbr',
'Bristles-03.gbr',
'Oils-01.gbr',
'Oils-02.gbr',
'Oils-03.gbr',
)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,12 @@
brushes = files(
'Chalk-01.gih',
'Chalk-02.gih',
'Chalk-03.gih',
'Charcoal-01.gbr',
'Charcoal-02.gbr',
'Charcoal-03.gih',
'Pencil-01.gih',
'Pencil-02.gih',
'Pencil-03.gih',
'Pencil-Scratch.gbr',
)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,10 @@
brushes = files(
'Grunge-01.gih',
'Sparks-Hose.gih',
'Splats-01.gih',
'Splats-02.gih',
'Sponge-01.gbr',
'Sponge-01.gbr',
'Sponge-02.gbr',
'Sponge-02.gbr',
)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,15 @@
brushes = files(
'Cell-01.gbr',
'Cell-02.gbr',
'Hatch-Pen-01.gbr',
'Smoke.gbr',
'Texture-01.gbr',
'Texture-02.gbr',
'Vegetation-01.gbr',
'Grass.gih',
'Stone-Work-01.gih',
'Texture-Hose-01.gih',
'Texture-Hose-02.gih',
'Texture-Hose-03.gih',
'Vegetation-02.gih',
)

17
data/brushes/meson.build Normal file
View File

@ -0,0 +1,17 @@
brushes_types = [
'Basic',
'Fun',
'Legacy',
'Media',
'Sketch',
'Splatters',
'Texture',
]
foreach brushes_type : brushes_types
subdir(brushes_type)
install_data(
brushes,
install_dir: pikadatadir / 'brushes' / brushes_type,
)
endforeach