Requirements for modes

I’m currently trying to develop a custom mode for processing. However I don’t know what custom modes need to provide in terms of code to work. What classes/methods do I need to provide to get a custom mode to work?

Hi,

just out of curiosity …
What custom mode you want to provide ? :slight_smile:

Cheers
— mnse

I’ve developed a library to allow quantum computing using Java and I’d like to make it into a processing mode.

1 Like

So then, if it is already java you should consider to make a contributed library instead …

Otherwise take a look at processing repo and check what they did for their modes, but it is not that less :wink:
Java
Android
Python

Cheers
— mnse

2 Likes

@NumericPrime I’m currently writing a custom JavaMode-based mode for Processing and maybe i can help you. Send me a message with your questions.

2 Likes