项目作者: chrismytton

项目描述 :
:art: An evolving collection of digital art
高级语言: TypeScript
项目地址: git://github.com/chrismytton/art.git
创建时间: 2020-02-16T19:47:30Z
项目社区:https://github.com/chrismytton/art

开源协议:

下载


Art

This is an evolving collection of digital art.

Usage

Create a new piece by adding an HTML file to the docs/ directory.

To compile the TypeScript you’ll need to install TypeScript globally and then run tsc.

  1. $ npm install -g typescript
  2. $ tsc

To watch TypeScript files for changes:

  1. $ tsc -w

Ideas

  • Explore randomness in art
  • Interactive art using GET parameters
  • Art through telnet using ANSI escape codes
  • Put some art into DNS
  • Use the browser sound API
  • ASCII art
  • Computer generated poems
  • Explore shapes and color
  • Interactive game
  • 3D models
  • Animated gifs

Inspiration