Completed
Starting Day 2
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Wave Function Collapse Algorithm - Overlapping Model Implementation in JavaScript
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 The Nature of Code book!
- 3 WFC Resources and References
- 4 Extracting tiles from a source image
- 5 Calculating adjacency rules for tiles
- 6 Checking for overlapping pixel colors
- 7 Debugging tile adjacencies
- 8 Creating a Cell class
- 9 Incorporate code from WFC tile model
- 10 Reduce entropy of neighboring tiles
- 11 Rendering the center pixel for each tile
- 12 Cross checking valid tile options
- 13 Recursive entropy reduction
- 14 Limit recursion depth
- 15 Challenge complete?
- 16 Bugs found between Day 1 and Day 2
- 17 Starting Day 2
- 18 Correcting pixel color if statement
- 19 Refactoring redundant code
- 20 Running out of tile options
- 21 Optimizing the code
- 22 Rendering average pixel color of remaining tile options
- 23 How to handle redundant tiles?
- 24 More tiles with rotations and reflections
- 25 Additional performance optimizations
- 26 Thanks for watching!