CodingTrain / CodingTrain/OpenSimplexNoise-for-Processing

This library isn't working.

未关闭
#7 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Java
星标
50
派生
18
PR 合并指标
30 天内没有已合并 PR

描述

I downloaded the zip file and extracted it all into a new folder in "libraries" in my Processing folder, but when I would type "import processing.OpenSimplexNoise.*;" I got the message "The import processing.OpenSimplexNoise cannot be resolved." I discovered that this was because the library and JAR file didn't have the same name, and the "lib" folder should be "library."
I fixed these two issues, and then OpenSimplexNoise appeared in the Import Library menu, but when I did, a bunch of code appeared:

`import japplemenubar.*;`
`import processing.awt.*;`
`import processing.core.*;`
`import processing.data.*;`
`import processing.event.*;`
`import processing.javafx.*;`
`import processing.opengl.*;`

and the error message:
> **More than one library is competing for this sketch**
> The import japplemenubar points to multiple libraries:
> **core** (C:\Program Files\Processing\processing-3.5.4\core)
> **OpenSimplexNoise** (C:\Users\**\Documents\Processing\libraries\OpenSimplexNoise)
> Extra libraries need to be removed before this sketch can be used.

As far as I can tell, I haven't done anything incorrectly, and whatever's happening here is probably far beyond my understanding.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。