Results from Assembly Summer 2011
assembly.org
Results from Assembly Summer 2011
1–10 of 34 posts
Re: Results from Assembly Summer 2011
#2Edit: Second place is a 64k demo: http://www.youtube.com/watch?v=69Xjc7eklxE
Re: Results from Assembly Summer 2011
#3Re: Results from Assembly Summer 2011
#4Re: Results from Assembly Summer 2011
#5Download: http://pouet.net/prod.php?which=57446&howmanycomments=25... (43mb) Edit: Second place is a 64k demo: http://www.youtube.com/watch?v=69Xjc7eklxE
Re: Results from Assembly Summer 2011
#6Download: http://pouet.net/prod.php?which=57446&howmanycomments=25... (43mb) Edit: Second place is a 64k demo: http://www.youtube.com/watch?v=69Xjc7eklxE
What does it mean for it to be a 64k demo. That all the code required to produce the video fits in 64k? Can they call external libraries? How do they talk to graphics hardware?
Re: Results from Assembly Summer 2011
#7Download: http://pouet.net/prod.php?which=57446&howmanycomments=25... (43mb) Edit: Second place is a 64k demo: http://www.youtube.com/watch?v=69Xjc7eklxE
What does it mean for it to be a 64k demo. That all the code required to produce the video fits in 64k? Can they call external libraries? How do they talk to graphics hardware?
Re: Results from Assembly Summer 2011
#8Download: http://pouet.net/prod.php?which=57446&howmanycomments=25... (43mb) Edit: Second place is a 64k demo: http://www.youtube.com/watch?v=69Xjc7eklxE
What does it mean for it to be a 64k demo. That all the code required to produce the video fits in 64k? Can they call external libraries? How do they talk to graphics hardware?
http://www.assembly.org/summer11/compos/realtime/desktop-pla...
Re: Results from Assembly Summer 2011
#9Download: http://pouet.net/prod.php?which=57446&howmanycomments=25... (43mb) Edit: Second place is a 64k demo: http://www.youtube.com/watch?v=69Xjc7eklxE
What does it mean for it to be a 64k demo. That all the code required to produce the video fits in 64k? Can they call external libraries? How do they talk to graphics hardware?
Re: Results from Assembly Summer 2011
#10Download: http://pouet.net/prod.php?which=57446&howmanycomments=25... (43mb) Edit: Second place is a 64k demo: http://www.youtube.com/watch?v=69Xjc7eklxE
What does it mean for it to be a 64k demo. That all the code required to produce the video fits in 64k? Can they call external libraries? How do they talk to graphics hardware?
In 64k competition, data such as textures, models, samples/synth, etc. are either precomputed or generated on the fly. Most groups have their own tools or use tools available in the community.