Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 2 KB

README.md

File metadata and controls

37 lines (28 loc) · 2 KB

hslu logo

Generative Computer Graphics

MIT License Twitter

This repo hold students' work for the class "I.BA_222_GENCG.H1701 - Winter 2017" 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_H1701/