Comments Timeline

  • 2009-12-21  M_1_4_01
    Comment by Peter Thiede

    Keine Ahnung. Versuche mit 3 Beispielen, alle ohne Ergebnis. Das "ZIP" war schon immer da ( mit Vista geliefert?)  Auch Herunterladen von 7-zip 4.65 nützt nichts.

    Peter

  • 2009-12-21  M_1_4_01
    Comment by Hartmut Bohnacker

    Hallo Peter, bei welchem zip kommt denn der Fehler? Nur bei diesem Beispiel, bei allen oder bei den Gesamtpaketen? Wir haben das Entpaken der zips auf verschiedenen Systemen getestet. Es sollte überall zumindest mit einem neueren zip-Programm wie WinRAR funktionieren.

  • 2009-12-20  M_1_4_01
    Comment by Peter Thiede

    Womit ist der Code "gezippt"? Entpacken läuft auf Fehler.

    Mit freundlichem Gruss

    Peter Thiede

  • 2009-11-27  M_2_6_01_TOOL_TABLET
    Comment by Benedikt Groß

    hello georgi, please note there is also postscript export library, which can be found here: http://processing.org/hacks/hacks:ps

     

    actually we did not use it all ... but still the lib is worth a closer look, compared with the native pdf export features you can set there for example directly cmyk colors etc.

     

    so do you need still the svg exort feature?

  • 2009-11-26  M_2_6_01_TOOL_TABLET
    Comment by Hartmut Bohnacker

    I do not know, if there is a library for exporting svg files for processing. But it is quite easy to export pdf files. Most of the sketches you find on this site have a pdf export implemented. You can easily open the pdf in a programm such as Adobe Illustrator and export it as an svg.

  • 2009-11-26  P_3_2_3_01
    Comment by Hartmut Bohnacker

    Hallo Ben,

    danke für's Lob!

    Bei mir funktioniert der Sketch. Die Fehlermeldung deutet schon darauf hin, dass es ein Problem mit der Geomerative-Library gibt. Installiert scheint die zu sein, sonst hätte es schon eine Fehlermeldung in der Zeile "import geomerative.*;" geben müssen. Andererseits scheint die Library dann doch nicht richtig da zu sein. Hat sich vielleicht einfach die Zeile "import geomerative.*;" verabschiedet? Das würde nämlich zu genau diesem Fehler führen.

    Falls nicht, würde zur Fehlereingrenzung helfen, das Betriebssystem und Processing-Version zu kennen.

     

  • 2009-11-26  M_2_6_01_TOOL_TABLET
    Comment by Georgi

    Im am new in Processing ,but for that programm i will export the image as a SVG (as vector). Is there a plug-in for the latest version of Processing ?

     

    P.S. Really very wonderful book! Thanks a lot for your work !!

  • 2009-11-25  P_3_2_3_01
    Comment by Ben Romeike

    Hallo,

    ich habe das Buch erworben und bin begeistert.

    Bisher hat alles geklappt was ich probiert habe.

    Ein Problem habe ich mit P_3_2_3_01.pde.

    Ich erhalte die Fehlermeldung: "Cannot find anything named "RG". Die highlighted Code-Zeile lautet: "// allways initialize the library in setup
    RG.init(this);
    font = new RFont("FreeSansNoPunch.ttf", fontSize, RFont.LEFT);"

    wobei das Highlight auf "RG.init(this);" steht.

    Die Schrift und geomerative ist installiert.

    Danke für die Hilfe

    Ben

  • 2009-11-23  P_2_3_5_01_TABLET
    Comment by Hartmut Bohnacker

    Hi Wolfgang, sorry about that. We couldn't test the tablet stuff on all platforms and with all tablets. I've seen, that there is a newer version of the jpen library that we're using. You can try to replace the library folder in the generativedesign library with the one in the attached zip file. It still worked on my Mac and with Wacom Intuos 3, but produced a lot more strange looking warnings. And it seemed, that it took more time to initialize (some seconds). But maybe it works for you.

  • 2009-11-21  P_2_3_5_01_TABLET
    Comment by Wolfgang Herbold

    Working with a Wacom Intuos 2: this sketch is indeed not working (!)

    21.11.2009 18:59:24 jpen.provider.NativeLibraryLoader$4 run
    INFO: loading JNI library: jpen-2 ...
    21.11.2009 18:59:24 jpen.provider.NativeLibraryLoader$4 logOnFail
    INFO: jpen-2 couldn't be loaded
    21.11.2009 18:59:24 jpen.provider.NativeLibraryLoader load
    INFO: no suitable JNI library found
    21.11.2009 18:59:24 jpen.provider.Utils getLocationOnScreen
    INFO: Applet was not ready to get location on screen

    Where do I get a suitable JNI library?