#jogamp @ irc.freenode.net - 20160729 05:05:29 (UTC)


20160729 05:05:29 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20160728050529.html
20160729 05:05:29 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20160729050529.html
20160729 05:22:57 * monsieur_max (~maxime@anon) has joined #jogamp
20160729 05:25:08 * monsieur_max (~maxime@anon) Quit (Client Quit)
20160729 05:39:14 * bigpet (uid25664@anon) has joined #jogamp
20160729 06:23:32 * monsieur_max (~maxime@anon) has joined #jogamp
20160729 07:14:53 <monsieur_max> hello
20160729 07:26:07 * Eclesia (~husky@anon) has joined #jogamp
20160729 07:26:25 <Eclesia> hi
20160729 08:03:46 * monsieur_max (~maxime@anon) Quit (Ping timeout: 252 seconds)
20160729 08:14:21 * juank_prada (~juank_pra@anon) has joined #jogamp
20160729 08:19:10 * juank_prada (~juank_pra@anon) Quit (Ping timeout: 252 seconds)
20160729 09:02:39 * monsieur_max (~maxime@anon) has joined #jogamp
20160729 09:28:02 * SHC (~quassel@anon) has joined #jogamp
20160729 10:45:55 * SHC_ (~quassel@anon) has joined #jogamp
20160729 10:47:13 * SHC (~quassel@anon) Quit (Disconnected by services)
20160729 10:47:15 * SHC_ is now known as SHC
20160729 10:52:13 * SHC_ (~quassel@anon) has joined #jogamp
20160729 10:54:23 * SHC (~quassel@anon) Quit (Disconnected by services)
20160729 10:54:24 * SHC_ is now known as SHC
20160729 12:28:39 * SHC (~quassel@anon) Quit (Ping timeout: 276 seconds)
20160729 14:12:49 * juank_prada (~juank_pra@anon) has joined #jogamp
20160729 15:22:21 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20160729 15:46:32 * SHC (~quassel@anon) has joined #jogamp
20160729 15:58:33 * Eclesia (~husky@anon) has left #jogamp
20160729 17:09:30 * juank_prada (~juank_pra@anon) Quit (Remote host closed the connection)
20160729 17:19:40 * juank_prada (~juank_pra@anon) has joined #jogamp
20160729 17:24:03 * juank_prada (~juank_pra@anon) Quit (Ping timeout: 240 seconds)
20160729 17:24:47 * SHC_ (~quassel@anon) has joined #jogamp
20160729 17:25:58 * SHC (~quassel@anon) Quit (Disconnected by services)
20160729 17:26:00 * SHC_ is now known as SHC
20160729 17:40:43 * Eclesia (~eclesia@anon) has joined #jogamp
20160729 17:41:02 <Eclesia> week-end :)
20160729 18:18:07 * SHC (~quassel@anon) Quit (Read error: Connection reset by peer)
20160729 18:28:36 * juank_prada (~juank_pra@anon) has joined #jogamp
20160729 18:33:27 * monsieur_max (~maxime@anon) has joined #jogamp
20160729 18:42:03 * Eclesia *pom pom pom*
20160729 18:51:32 <rmk0> *BLART*
20160729 18:53:43 * bigpet (uid25664@anon) Quit (Quit: Connection closed for inactivity)
20160729 19:00:20 <Eclesia> you should change your instrument
20160729 19:05:35 <rmk0> i'm not sure it'd sound better with anything else
20160729 19:15:37 <Eclesia> still nothing from sven ?
20160729 19:16:32 <rmk0> not to me
20160729 19:17:02 <Eclesia> :(
20160729 19:18:03 <Eclesia> what other good gl toolkit are there ? lwjgl ? that's all ?
20160729 19:18:46 <zubzub> I use neither
20160729 19:18:50 <zubzub> yet still can do gl
20160729 19:18:57 <zubzub> how awesome is that! :p
20160729 19:19:04 <Eclesia> full cpu ?
20160729 19:19:33 <Eclesia> zubzub: you made your own binding ?
20160729 19:19:55 <zubzub> something like that
20160729 19:20:03 <zubzub> https://github.com/udevbe/westmalle/blob/master/wayland/src/main/java/org/westmalle/wayland/nativ/libGLESv2/LibGLESv2.java
20160729 19:20:15 <zubzub> I just map whatever I need
20160729 19:20:33 <zubzub> the nice thing is that it maps 100% on the original
20160729 19:20:46 <zubzub> so no java-isms interfering
20160729 19:21:12 <zubzub> plus I can decide on the lib level what lib to load
20160729 19:21:34 <zubzub> I can say exactly "map these java function using this shared library"
20160729 19:21:39 <zubzub> and provide the exact full path of the library
20160729 19:21:45 <zubzub> or let the OS find the lib
20160729 19:22:11 <zubzub> only linux though :)
20160729 19:22:19 <Eclesia> hehe
20160729 19:22:37 <rmk0> i was about to ask if that actually worked everywhere... have heard of libGL implementations only exposing mangled symbols
20160729 19:22:39 <zubzub> other OSes are possible but require a few #define here and there
20160729 19:22:58 <zubzub> rmk0: that would be Cpp libs then...
20160729 19:23:00 <rmk0> are supposed to use something analogous to dlsym() to get access to the unmangled names
20160729 19:23:11 <zubzub> I use dlsym :)
20160729 19:23:19 <rmk0> oh, i don't mean mangled as in c++ mangling
20160729 19:23:23 <zubzub> for each symbol
20160729 19:23:37 <rmk0> i mean deliberately obfuscated to prevent linking... are required to do late binding
20160729 19:23:50 <rmk0> trying to remember which platform had that...
20160729 19:35:36 <zubzub> don't want to know
20160729 19:35:39 <zubzub> it probably sucked :p
20160729 19:35:44 <rmk0> yep
20160729 19:37:41 <Eclesia> bye ++
20160729 19:37:49 * Eclesia (~eclesia@anon) Quit (Quit: Leaving.)
20160729 19:38:37 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20160729 19:39:27 * monsieur_max (~maxime@anon) has joined #jogamp
20160729 21:12:06 * juank_prada (~juank_pra@anon) Quit (Remote host closed the connection)
20160729 21:20:52 * juank_prada (~juank_pra@anon) has joined #jogamp
20160729 21:29:03 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20160729 21:32:38 * juank_prada (~juank_pra@anon) Quit (Remote host closed the connection)
20160729 21:44:18 * juank_prada (~juank_pra@anon) has joined #jogamp
20160729 22:45:13 * juank_prada (~juank_pra@anon) Quit (Remote host closed the connection)
20160729 22:46:16 * juank_prada (~juank_pra@anon) has joined #jogamp
20160729 23:57:32 * juank_prada (~juank_pra@anon) Quit (Remote host closed the connection)
20160730 01:58:22 * juank_prada (~juank_pra@anon) has joined #jogamp
20160730 02:03:54 * juank_prada (~juank_pra@anon) Quit (Ping timeout: 265 seconds)
20160730 03:10:37 * juank_prada (~juank_pra@anon) has joined #jogamp
20160730 03:15:26 * juank_prada (~juank_pra@anon) Quit (Ping timeout: 265 seconds)
20160730 05:05:29 -jogamp- Continue @ http://jogamp.org/log/irc/jogamp_20160730050529.html