# Jobs board--where they know Processing?

**URL:** https://discourse.processing.org/t/jobs-board-where-they-know-processing/8588
**Category:** Community
**Created:** [February 21, 2019, 6:54am UTC](https://discourse.processing.org/t/jobs-board-where-they-know-processing/8588 "2019-02-21T06:54:22Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![GoToLoop](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gotoloop/32/86_2.png) [@GoToLoop](https://discourse.processing.org/u/GoToLoop)
#### Post date: [February 21, 2019, 8:33am UTC](https://discourse.processing.org/t/jobs-board-where-they-know-processing/8588/2 "2019-02-21T08:33:10Z")

</div>

> [@darinb](#):
>
> I have written a few art projects in Processing–now I want to convert them so they run on iOS, especially Apple TV.

I believe the easiest path is to deploy your Java Mode sketches to the web.

If your sketches just strictly rely on Processing’s API: [Reference / Processing.org](http://Processing.org/reference/)

You can try out Pjs to automatically transpile your Java code to JS:

> [@Can i import my stuff into wallpaper engine?](https://discourse.processing.org/t/can-i-import-my-stuff-into-wallpaper-engine/153/5):
>
> This is the most basic “index.html” template for running “.pde” sketches under Pjs: \<script defer src=http://CDN.JSDelivr.net/processing.js/latest\>\</script\> \<canvas data-processing-sources=sketch.pde\>\</canvas\> Just replace the “sketch.pde” w/ the actual name of your “.pde” file. Here’s an online example: angel[https://GoSubRoutine.GitHub.io/Grumbo/Grumbo\_Adventure\_OOP/Grumbo\_Adventure/](https://GoSubRoutine.GitHub.io/Grumbo/Grumbo_Adventure_OOP/Grumbo_Adventure/) And its corresponding “index.html” file: For multiple “.pde” files for the same sketch, just place …

Otherwise, you can consider porting your Java Mode sketch to p5js instead:

> [@Convert p5.js to Processing](https://discourse.processing.org/t/convert-p5-js-to-processing/944):
>
> Is there any easy way to convert p5.js code to processing (java)?

---

_[View the full topic](https://discourse.processing.org/t/jobs-board-where-they-know-processing/8588)._
