brief draft #1
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
title: Project Brief
|
||||||
|
---
|
||||||
|
|
||||||
|
#Micrographia
|
||||||
|
|
||||||
|
1. All micrographical element __must__ extend the class Creature to be drawn in the microwelt.
|
||||||
|
2. All creatures are drawn with white strokes (stroke(255)) and without fill (noFill).
|
||||||
|
3. Creature animations can be performed using Oscillators, Physics or Behaviors.
|
||||||
|
4. There will be _no_ gravity in the microwelt.
|
||||||
|
5. All advanced Behaviors __must__ implement the interface IMultitude.
|
||||||
Reference in New Issue
Block a user