Search found 8 matches

by a.devaykin
15 Apr 2020, 07:22
Forum: Official Announcements
Replies: 34
Views: 40218

Re: WebAssembly

Hey!

Thank you for the info!

Best regards,
Alex
by a.devaykin
14 Apr 2020, 15:08
Forum: Official Announcements
Replies: 34
Views: 40218

Re: WebAssembly

Hey! Starting with version 1.39.0, Emscripten has lost backward compatibility with libraries compiled using version <1.39.0. Are there any plans to update current release 2.2.6 web assembly binary to work with current emscripten? Emscripten FAQ entry: https://emscripten.org/docs/getting_started/FAQ....
by a.devaykin
01 Mar 2019, 15:46
Forum: General Discussion
Replies: 7
Views: 1565

Re: WebGL build not working in browser

Played with glClear a bit to ensure render target is the default FB: So, neither the glClear works? If you remove the renderer->Render(); part, do you see the framebuffer cleared at the given color? Both glClears work - first clears the whole screen and the second clears small rectangle in the corn...
by a.devaykin
01 Mar 2019, 15:27
Forum: General Discussion
Replies: 7
Views: 1565

Re: WebGL build not working in browser

Thanks for helping! Unfortanutely still no luck. I did all you proposed. Now our UI rendering code looks basically as follows: m_mainView->Update(elapsedTime); auto renderer = m_mainView->GetRenderer(); renderer->UpdateRenderTree(); renderExecutor.renderToWindow(m_windowRes); // A bit of our code to...
by a.devaykin
26 Feb 2019, 16:20
Forum: General Discussion
Replies: 7
Views: 1565

Re: WebGL build not working in browser

Maybe this could be related to GL states, OpenGL is really tricky about this. I wonder if you could try the following: just remove all your drawings call from your code, leave everything untouched but all GL calls. Let's see if that way Noesis appears. You could also try one of the profiling descib...
by a.devaykin
22 Feb 2019, 15:04
Forum: General Discussion
Replies: 7
Views: 1565

WebGL build not working in browser

Hello. We have been using Noesis for a long time already in the desktop OpenGL application and it works fine (C++ API). Now when we have WebGL version (C++ -> JS via Emscripten) we cannot make Noesis show up in browser. It works fine in both WebGL pipeline simulated via Desktop OpenGL by our engine ...
by a.devaykin
05 Dec 2018, 11:20
Forum: Official Announcements
Replies: 63
Views: 76736

Re: [BETA] NoesisGUI v2.2.0b4

Having the latest beta at hand I'm trying to compile the Web examples. Compilation fails when it tries to find the Noesis.bc files for linking, which are not present in the distribution. Is there a way to obtain those files? That was a very unfortunate mistake because we changed the platform name f...
by a.devaykin
04 Dec 2018, 10:51
Forum: Official Announcements
Replies: 63
Views: 76736

Re: [BETA] NoesisGUI v2.2.0b4

Hello everyone. Having the latest beta at hand I'm trying to compile the Web examples. Compilation fails when it tries to find the Noesis.bc files for linking, which are not present in the distribution. Is there a way to obtain those files? No rule to make target '../../../../../../Bin/wasm/Noesis.b...