Some amount of dynamic rendering

This commit is contained in:
Steven Robertson
2011-04-30 16:40:16 -04:00
parent 1302f31ec7
commit 088299423e
5 changed files with 165 additions and 137 deletions

View File

@ -24,16 +24,15 @@ import pyglet
import pycuda.autoinit
from cuburn.render import *
from cuburn.code.mwc import test_mwc
from cuburn.code.mwc import MWCTest
from cuburn.code.iter import silly
def main(args):
#MWCTest.test_mwc()
with open(args[-1]) as fp:
genomes = Genome.from_string(fp.read())
anim = Animation(genomes)
accum, den = silly()
accum, den = silly(anim.features, genomes[0])
if False:
bins = anim.render_frame()