Generative art with GIMP, GEGL and ImageMagick.
Go to file
Bauke 614ced0049
Add gegl:waves.
2022-03-10 18:09:25 +01:00
source Add gegl:waves. 2022-03-10 18:09:25 +01:00
.gitignore Initial commit! 🎉 2022-03-07 16:34:35 +01:00
LICENSE Add licenses. 2022-03-09 14:47:18 +01:00
README.md Add licenses. 2022-03-09 14:47:18 +01:00
package.json Replace manual CLI parsing with Meow. 2022-03-09 22:27:29 +01:00
pnpm-lock.yaml Replace manual CLI parsing with Meow. 2022-03-09 22:27:29 +01:00
tsconfig.json Initial commit! 🎉 2022-03-07 16:34:35 +01:00

README.md

driftingnebula

Generative art with GIMP, GEGL and ImageMagick.

Usage

To run the generations you'll need to have GEGL 0.4, git, ImageMagick 7, NodeJS and pnpm installed. Then in a terminal, you can do the following things.

# Download the repository.
git clone https://github.com/driftingnebula/driftingnebula
cd driftingnebula

# Install the NodeJS dependencies.
pnpm install

# Run the generations. See the "output" directory for files.
pnpm start

# Run the generations but don't render anything.
pnpm start -- --no-render

# Run the generations and explicitly include all the default
# parameters for GEGL operations.
pnpm start -- --include-defaults

# Lint the code and run tests.
pnpm test

License