#jogamp @ irc.freenode.net - 20151102 05:05:20 (UTC)


20151102 05:05:20 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20151101050520.html
20151102 05:05:20 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20151102050520.html
20151102 05:45:18 * monsieur_max (~maxime@anon) has joined #jogamp
20151102 07:12:09 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20151102 08:30:15 * monsieur_max (~maxime@anon) has joined #jogamp
20151102 08:31:04 * Eclesia (~husky@anon) has joined #jogamp
20151102 08:31:14 <Eclesia> good morning
20151102 08:35:40 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20151102 08:54:55 * monsieur_max (~maxime@anon) has joined #jogamp
20151102 09:20:44 * elect (~GBarbieri@anon) has joined #jogamp
20151102 10:09:10 <xranby> (20:33:38) rmk0: goussej: xranby: any idea what people are using to produce onejars that work with jogl these days? <--- nowdays all variants should work, because jogl supports unpacking and repacking all jars into one
20151102 10:12:18 <xranby> people use onejar, eclipse's variant of onejar export as runnable jar, maven plugins etc...
20151102 10:12:28 <xranby> uncompress all jars manually and repack them etc
20151102 10:22:22 * elect (~GBarbieri@anon) Quit (Read error: Connection reset by peer)
20151102 10:24:55 * elect (~GBarbieri@anon) has joined #jogamp
20151102 11:13:55 <rmk0> xranby: there seems to be some sort of unfolding crisis developing: https://github.com/MarginallyClever/Makelangelo/pull/148
20151102 11:16:53 * bigpet (uid25664@anon) has joined #jogamp
20151102 11:18:43 * jvanek (jvanek@anon) has joined #jogamp
20151102 11:21:02 <xranby> rmk0: all I can see is that the zip (jar) file is damaged
20151102 11:21:13 <xranby> testing: bad CRC daca9aff (should be 00140314)
20151102 11:21:13 <xranby> At least one error was detected in Makelangelo-v7.2.2-alpha-with-dependencies.jar
20151102 11:21:45 <rmk0> erk
20151102 11:22:58 <xranby> added my notes to the bugreport
20151102 11:25:47 <rmk0> if you weren't aware, the author came in here stressed out and was using the assembly plugin to produce a broken onejar. i thought i'd try to help based on the info in bug 845, but the problems they seem to be having have gotten well beyond me
20151102 11:26:37 <xranby> rmk0: we can only acknowledge that the jar is broken
20151102 11:26:53 <rmk0> right
20151102 11:27:01 <xranby> they of course need to check with the plugin authors why the plugin produce a corrupt zip file
20151102 11:28:56 <rmk0> it doesn't produce a corrupt one here, so it may've been corrupted in transit
20151102 11:29:19 * elect (~GBarbieri@anon) Quit (Ping timeout: 240 seconds)
20151102 11:29:28 <rmk0> the program actually runs fine here, but they seem to be experiencing problems on windows
20151102 11:32:10 <xranby> i cant run the jar they generated on linux due to it being corrupt
20151102 11:37:17 <xranby> rmk0: also they need to update the Makelangelo pom to use <jogl.version>2.3.2</jogl.version>
20151102 11:37:31 <xranby> else it will use the old jars that will cause overwrites
20151102 11:37:40 <xranby> with 2.3.2 it will work
20151102 11:39:49 <xranby> i can run the Makelangelo-v7.1.3-jar-with-dependencies.jar on my machine
20151102 11:39:53 <xranby> that I produced
20151102 11:43:14 <xranby> rmk0: i am sendign pull request
20151102 11:49:15 * elect (~GBarbieri@anon) has joined #jogamp
20151102 11:50:33 <rmk0> xranby: hope you have more luck than i did!
20151102 11:51:58 <xranby> rmk0: this is all I had to do https://github.com/MarginallyClever/Makelangelo/pull/151/files
20151102 11:52:18 <xranby> in order to produce this https://github.com/xranby/Makelangelo/releases/tag/v7.1.3
20151102 11:52:29 <xranby> that work on my machine..
20151102 12:35:58 <elect> rmk0, so jogl doesnt leak the vbos?
20151102 12:36:31 <rmk0> elect: nope, was my fault
20151102 12:36:59 <elect> did you profile C and Java?
20151102 12:38:11 <rmk0> i didn't profile that particular code, but given that there is no allocation and that they make the same opengl calls, i don't see that there would be any difference
20151102 12:42:42 <elect> ah, I thought you were rendering also some minimal geometry
20151102 13:28:13 <xranby> rmk0: i have a maven question: libgdx published version 1.7.1 yesterday into maven central http://mvnrepository.com/artifact/com.badlogicgames.gdx/gdx/1.7.1 . Me and gouessej have patched the 1.7.1 sourcecode to produce a 1.7.1 version of gdx-backend-jogamp .. now the questino is can me and gouessej publish this gdx-backend-jogamp into maven central and have it appear as http://mvnrepository.com/artifact/com.badlogicgames.gdx/gdx-backend-jogamp/1.7.1 ?
20151102 13:30:36 <rmk0> xranby: the gdx people need to (implicitly) give you permission, and the sonatype people will need to add access to the com.badlogicgames.gdx.* namespace
20151102 13:31:22 <rmk0> i suspect you'd need to ask the gdx people, and they'd need to file a ticket on the maven central jira to allow access from your account(s)
20151102 13:35:07 <rmk0> if you don't think they'd give you permission, you'd obviously have to use a different groupId
20151102 13:40:44 <xranby> rmk0: thank you,, i simply have to persulade them to merge our work so that they can publish it
20151102 13:40:52 <xranby> without givin gus permissions
20151102 13:41:39 <rmk0> that'd be preferable!
20151102 13:42:34 <xranby> and in the meanwhile, i can talk with gouessej to publish our artifact into the jogamp maven
20151102 13:53:50 <xranby> @wade looks like your fluid dynamic simulations pop up in real life! http://www.sciencealert.com/these-beautiful-clouds-look-like-the-perfect-fiery-breaking-waves/?perpetual=yes&limitstart=1 vs https://wadeawalker.wordpress.com/2010/10/09/tutorial-a-cross-platform-workbench-program-using-java-opengl-and-eclipse/
20151102 14:15:29 * gouessej (500c3bc1@anon) has joined #jogamp
20151102 14:15:40 <gouessej> Hi
20151102 14:16:41 <gouessej> rmk0: I use Ant to create my fat JARs and I use JNDT to make something better from them :)
20151102 14:18:27 <gouessej> xranby: I'd like the LibGDX maintainers to take care of the JogAmg backend. We could keep a copy on our repository too
20151102 14:18:48 <xranby> gouessej: https://twitter.com/libgdx/status/660843327072399361 <- i am having a discussing with libgdx right now
20151102 14:19:07 <gouessej> I need a lot much spare time to work on TUER. I have to release the prebeta version next year.
20151102 14:20:27 <gouessej> xranby: good (not the fact you use Twitter of course)
20151102 14:21:07 <elect> :D
20151102 14:21:31 <xranby> "cool, i'll look into it this weekend"
20151102 14:21:34 <xranby> i like that reply
20151102 14:22:22 * elect (~GBarbieri@anon) Quit (Read error: Connection reset by peer)
20151102 14:23:31 * elect (~GBarbieri@anon) has joined #jogamp
20151102 14:28:30 <xranby> https://twitter.com/badlogicgames/status/661187904388091904
20151102 14:38:45 <gouessej> :)
20151102 14:45:22 <gouessej> Less work for me, cool :)
20151102 14:45:36 <gouessej> Bye
20151102 14:45:41 * gouessej (500c3bc1@anon) has left #jogamp
20151102 15:03:42 * jvanek (jvanek@anon) Quit (Quit: Leaving)
20151102 15:14:05 <xranby> elect: thank you for the documentatino fix to libgdx-demo-pax-britannica
20151102 15:34:06 * elect (~GBarbieri@anon) Quit (Ping timeout: 240 seconds)
20151102 15:49:41 * gouessej (5ee4b442@anon) has joined #jogamp
20151102 15:50:21 <gouessej> elect: I don't find the bug report you said you planned to write about the broken full screen mode under Windows with several monitors
20151102 15:50:53 * gouessej (5ee4b442@anon) Quit (Client Quit)
20151102 15:55:18 * elect (~GBarbieri@anon) has joined #jogamp
20151102 15:55:37 <elect> vänligen
20151102 15:56:18 <xranby> vänligen vänta på svar... filosofen tänker...
20151102 15:56:43 <elect> ^^
20151102 15:59:33 * ctrueden (~ctrueden@anon) has joined #jogamp
20151102 16:09:13 * xranby (~xranby@anon) Quit (Remote host closed the connection)
20151102 16:51:38 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20151102 16:56:50 * elect (~GBarbieri@anon) Quit (Ping timeout: 240 seconds)
20151102 17:09:08 * Eclesia (~husky@anon) has left #jogamp
20151102 17:35:29 * monsieur_max (~maxime@anon) has joined #jogamp
20151102 18:05:55 * bigpet (uid25664@anon) Quit (Quit: Connection closed for inactivity)
20151102 19:39:12 * ctrueden (~ctrueden@anon) Quit (Quit: Leaving.)
20151102 20:25:18 * ctrueden (~ctrueden@anon) has joined #jogamp
20151102 21:24:28 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20151102 21:47:35 * ctrueden (~ctrueden@anon) Quit (Ping timeout: 264 seconds)
20151102 22:26:47 <rmk0> didn't realize 2.3.2 was the one that supported onejars
20151103 05:05:20 -jogamp- Continue @ http://jogamp.org/log/irc/jogamp_20151103050520.html