Skip to content

ann-kilzer/iwaenogu

Repository files navigation

Iwaenogu project

Goal: Keep track of nihonga pigments to avoid wasting money.

Demo on Heroku: https://iwaenogu.herokuapp.com/

What is Nihonga?

Nihonga 日本画 is a style of painting defined in 19th century Japan. After opening to the west in the Meiji era, Japan sought to differentiate between Western style paintings (Yoga) and Japanese style (Nihonga). Thus this style of is very recent, but looks back at the history of Japanese art.

Why are there so many damn colors?

Because of the nature of the pigments, which are traditionally made from ground minerals. The pigments are not mixed, rather layered. Each color comes in a variety of grain sizes, from the coarse 5-6 to fine 12 - 13 and Byaku. The grain size determines saturation, with finer sizes having a lower saturation.

Is it cheap?

No, why do you think I write software? To pay for art classes ;)

How can I learn more about Nihonga?

The best place to see Nihonga paintings is at the Yamatane Museum in Shibuya. You might also see some at the Metropolitan Museum of Art in NYC, or the Boston Museum of Fine Art.

If you'd like to try a lesson, check out my Sensei Maria Tanikawa for in-person or online lessons in English or Japanese. PIGMENT Tokyo also offers great classes on a variety of Japanese arts. English translation is available for an additional fee.

Where can I get supplies?

I recommend trying a class before investing in materials, but major suppliers include the following. (* for my favs)

Tokyo

Kanagawa

Nagoya / Aichi

Kyoto

Osaka

Kummamoto

Outside Japan

Sources & Inspiration

The following sources were very helpful when creating this project. ありがとうございます!!!

Code Info

And here we start the code parts...

Requirements

  • Python 3.7
  • Django

How to run it locally:

pip install -r requirements.txt
python manage.py runserver

DB Setup

psql
CREATE DATABASE iwaenogu;
CREATE USER otto password 'letmeinnow';
GRANT ALL ON DATABASE iwaenogu TO otto;

Exit postgres and run the migrations:

python manage.py migrate

About

岩絵具/日本画の色

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •