Skip to content

digitalideation/ba_222_gencg_h1901_students

Repository files navigation

di logo

Generative Computer Graphics - Winter 2019

MIT License Twitter

This repo hold students' work for the class "I.BA_222_GENCG.H1901 - Winter 2019" it is built on github pages (Jekyll).

├── _01-Shapes        (Shapes collection)       + COLLECTIONS
│   └── 00_empty                                +
│       ├── index.md  (sketch info)             +
│       ├── sketch.js (your code)               +
│       ├── test.html (page to test locally)    +
│       └── thumb.jpg (sketch thumb)            +
│   ├── 01_01                                   +
│   └── ...                                     +
├── _02-Agents        (Agents collection)       +

├── _includes         (gh pages layout blocks)  + GH PAGES SETTINGS
├── _layout           (gh pages layout)         +
├── _sass             (gh pages css)            +

├── css               (more css)                + OTHER
├── font-awesome                                +
├── fonts                                       +
├── img               (static images)
├── js                (JS libraries) 
└── _config.yml       (gh pages config)

All examples should be placed in the corresponding collection folder. To create a new collections duplicate one of the folder, rename it to "0x_xxxxxx" and add it's name to _config.yml.

All the info regarding the class as well as direct links to all materials (slides, notebooks, examples, etc... ) are accessible via the github pages for this repository:

https://digitalideation.github.io/ba_222_gencg_h1901/

About

Generative Computer Graphics - winter 2019 - Main Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages