HTML and CSS Reference
In-Depth Information
Step 4: Create base engine logic
Use the following listing to create your first engine file, core.js, inside js/engine. With this
listing, you are detecting WebGL support, setting up the base configuration for WebGL,
creating a helper method to detect collisions, and creating placeholders for code in later
listings.
Listing 9.5. core.jsā€”Engine startup
Search WWH ::




Custom Search