Processing in C++
in
Processing with Other Languages
•
2 months ago
Hello all,
I am currently busy with converting the Processing code into C++. It's not fully 100% compatible with Java Processing, but it's good enough. The main reason behind this conversion is the speed gain.
I converted most methods that doesn't need the canvas to display something. I will be starting with the canvas soon, but i am unsure if i must focus on OpenGL (every platform) or directX (Windows only).
The problem i currently have with this project, is that i don't know if i get a conflict with the licence that Processing currently has. Can somebody tell me about this?
Greetings, Dippo
I am currently busy with converting the Processing code into C++. It's not fully 100% compatible with Java Processing, but it's good enough. The main reason behind this conversion is the speed gain.
I converted most methods that doesn't need the canvas to display something. I will be starting with the canvas soon, but i am unsure if i must focus on OpenGL (every platform) or directX (Windows only).
The problem i currently have with this project, is that i don't know if i get a conflict with the licence that Processing currently has. Can somebody tell me about this?
Greetings, Dippo
1