<div dir="ltr">well great, thank you. This is very useful to know. I am curious to know more about both.<br>D<br><br><br><br><div class="gmail_quote">On Sun, Sep 21, 2008 at 11:15 PM, Meredith L. Patterson <span dir="ltr"><<a href="mailto:mlp@thesmartpolitenerd.com">mlp@thesmartpolitenerd.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">daniela Steinsapir wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
People were telling me, that openframeworks is the C++ reduction software as processing is to Java.<br>
</blockquote>
<br></div>
Processing is based on Java, and its syntax is very similar to Java's. As a programming language it's distinct from Java, and if I understand things correctly, it requires a Java runtime environment.<br>
<br>
OpenFrameworks is a C++ library. Programs written with it are written in C++, and are compiled with a C++ compiler such as g++.<div class="Ih2E3d"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 I was wondering if they are the same thing or if one is more stronger  that the other when there is media/interface projects involve? would memory be an issue here?<br>
any thoughts? How can you tell?<br>
</blockquote>
<br></div>
C++ typically has a reputation for being more memory-efficient than Java, since Java code is run in a virtual machine. That said, modern JVMs are pretty well-designed, and if you're not comfortable with doing a lot of your own memory management, you may find Processing easier to use than C++.<br>

<br>
I've written music software in C++ before, but I also like C++ perhaps more than is healthy. :P I haven't used OpenFrameworks or Processing before, so unfortunately I can't comment on either of those.<br><font color="#888888">
<br>
--mlp</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
Noisebridge-discuss mailing list<br>
<a href="mailto:Noisebridge-discuss@lists.noisebridge.net" target="_blank">Noisebridge-discuss@lists.noisebridge.net</a><br>
<a href="https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss" target="_blank">https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><a href="http://www.danielast.com">www.danielast.com</a><br>
</div>