# Why is my line not smoother?

**URL:** https://discourse.processing.org/t/why-is-my-line-not-smoother/44414
**Category:** Coding Questions
**Created:** [May 11, 2024, 10:27am UTC](https://discourse.processing.org/t/why-is-my-line-not-smoother/44414 "2024-05-11T10:27:13Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![glv](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/glv/32/18785_2.png) [@glv](https://discourse.processing.org/u/glv)
#### Post date: [June 9, 2024, 5:57pm UTC](https://discourse.processing.org/t/why-is-my-line-not-smoother/44414/6 "2024-06-09T17:57:21Z")

</div>

Hello @Gus_Fermin,

I use the Processing Development Environment (PDE) for most of my work.  
It is simple and does what I need it to do and I often share work with others and easy to demo.

I keep my tabs portable and reusable by keeping related imports, declarations, comments etc. in the tab (often commented) for reference later.  
Be sure to add some versioning with comments to keep track of these.

It all gets resorted when generating the Java files in the end.

> [@glv](#):
>
> I have used Eclipse, Intellij IDEA and now VS Code. NetBeans as well.

I have managed to get up and running with all of these as a challenge but have not stuck with any one for long. I do enjoy a good challenge!  
VS Code is showing some promise and will explore further as time permits.

VS Code can be used directly for Processing sketches:

> **[Using VS Code for Processing Sketches](https://smrutify.medium.com/using-vs-code-for-processing-sketches-c9e7616d9651)**
>
> Hey Fellas ! I can see your obsession and love towards Processing 😃 . And why not , because Processing is an amazing programming language…

Debugging was limited and I could not click on a method and link to a reference.

VS Code can be used with Java code and importing Processing as done here:

> [@Give some examples (Unfolding 0.9.6 library for JavaFX)](https://discourse.processing.org/t/give-some-examples-unfolding-0-9-6-library-for-javafx/44362/5):
>
> Hello @Ciosiek , This example uses Processing 4.3 library and Unfolding 0.9.92 library and worked in Visual Studio Code 1.88.1: import processing.core.\*; import java.util.List; import de.fhpotsdam.unfolding.UnfoldingMap; import de.fhpotsdam.unfolding.data.Feature; //import de.fhpotsdam.unfolding.geo.Location; import de.fhpotsdam.unfolding.marker.Marker; import de.fhpotsdam.unfolding.utils.MapUtils; import de.fhpotsdam.unfolding.data.GPXReader; //GPX Reader public class App extends PApplet {…

Experience has helped me navigate through each one of these.  
It can be a challenge and daunting for a new user.

It has been on my to do list to better manage my code and [in the same boat](https://www.google.com/search?q=in+the+same+boat) (predicament?) as you.

> [@Gus\_Fermin](#):
>
> For a smooth transition?

My first effort with Eclipse was not so smooth and there was a steep learning curve and I prevailed.  
There was an Eclipse tutorial on the Processing website at the time but no longer.  
This may give some insight:

> **[Processing in Java](https://happycoding.io/tutorials/java/processing-in-java)**
>
> Learn how to use Processing as a Java library.

Once I got up and running it was easier with another development environment.

This would be worthy as a separate topic and others with more experience may have insights.

Have fun!

`:)`

---

_[View the full topic](https://discourse.processing.org/t/why-is-my-line-not-smoother/44414)._
