This library isn't working.
まだ誰も着手していません。
評価
調査の方向性
まず、ダウンロードした zip から Processing 3.5.4 にインストールし、アーカイブ内のライブラリと JAR の命名を確認します。package の import と依存関係の構成を確認したうえで、競合するライブラリのエラーが発生せず、クリーンなインストールが Import Library に表示されることを検証します。
索引モデルが issue の本文から書いたものです。
説明
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.
- 主要言語
- Java
- スター
- 50
- フォーク
- 18
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
CodingTrain/OpenSimplexNoise-for-Processing のほかの issue
-
難易度 3/5 1〜2日 初心者へのやさしさ 25/100
CodingTrain/OpenSimplexNoise-for-Processing#9 · コメント 1 件 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 15/100
CodingTrain/OpenSimplexNoise-for-Processing の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
elastic/gradle-plugins#157 ·
-
enhancement Tools
難易度 1/5 1時間未満 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
apache/rocketmq-dashboard#5008 ·
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
DETECT_PARAMETER_NAMES=false silently disables @ConstructorProperties-based Creator detection too オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
FasterXML/jackson-databind#6229 ·