Skip to content

binaryToRenderInstructions

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/alpenglow/blob/main/js/render-program/binaryToRenderInstructions.ts for the most up-to-date information.

Overview

Reads the binary from from the encoder (at a specific dword offset), and returns the list of instructions.

NOTE: No final "exit" is generated, since our executor for objects won't need it.

@author Jonathan Olson <jonathan.olson@colorado.edu>

Source Code

See the source for binaryToRenderInstructions.ts in the alpenglow repository.