DiscoverThe Coding TrainHow to Make a Processing (Java) Library Part 2
How to Make a Processing (Java) Library Part 2

How to Make a Processing (Java) Library Part 2

Update: 2019-07-19
Share

Description

Welcome to PART TWO of learning how to make a processing library in Java. In the previous part, I set up the development environment and the project build process. In this part, I'll begin to write the code for the library itself.

🎥 PART ONE: https://youtu.be/pI2gvl9sdtE

🔗 OpenSimplexNoise-for-Processing: https://github.com/CodingTrain/OpenSimplexNoise-for-Processing
🔗 Processing Library Template: https://github.com/processing/processing-library-template
🔗 Eclipse: https://www.eclipse.org/downloads/packages/
🔗 Apache Ant: https://ant.apache.org/
🔗 OpenSimplex Noise in Java by Kurt Spencer: https://gist.githubusercontent.com/KdotJPG/b1270127455a94ac5d19/raw/df72ca5e708ebcb1d3c401a0617e1e288c76da82/OpenSimplexNoise.java

🚂 Website: http://thecodingtrain.com/
💖 Patreon: https://patreon.com/codingtrain
🛒 Store: https://www.designbyhumans.com/shop/codingtrain/
📚 Books: https://www.amazon.com/shop/thecodingtrain

🎥 Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
🎥 Intro to Programming: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA

🔗 p5.js: https://p5js.org
🔗 Processing: https://processing.org

📄 Code of Conduct: https://github.com/CodingTrain/Code-of-Conduct
Comments 
loading
00:00
00:00
1.0x

0.5x

0.8x

1.0x

1.25x

1.5x

2.0x

3.0x

Sleep Timer

Off

End of Episode

5 Minutes

10 Minutes

15 Minutes

30 Minutes

45 Minutes

60 Minutes

120 Minutes

How to Make a Processing (Java) Library Part 2

How to Make a Processing (Java) Library Part 2

The Coding Train