hype / HYPE_Processing

HYPE for Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The "HHexLayout" class will cause fatal error in Processing JavaScript Mode

Houdou opened this issue · comments

In HHexLayout class, there are some direction function which use "in" as argument.
This is fine for Java.
However, as "in" is a keyword for JavaScript, when the ProcessingJS interpreter the code, it will fail.
I suggest to change the arguments to some other names that will not cause this problem.

@Houdou we decided to drop support for Processing.js when we migrated to the Processing library format. Checkout the 'pde_staging' branch if you want to still use processing.js.