Wolfgang Steiner

Results 12 issues of Wolfgang Steiner

I am testing CrossWindow on Windows 10, mainly the [04-cross-platform-hello-triangle](https://github.com/alaingalvan/CrossWindow-Demos/tree/master/src/04-cross-platform-hello-triangle) When I pick one of the corners of the window and move my mouse around for a couple of seconds,...

I am adding DiligentCore directly via CMake `add_subdirectory()` to my project to link against the required libraries while also being able to change the core code for rapid prototyping if...

@nakosung By opening this issue I just to want to get a feeling what's your take on supporting the [Node.js core modules](https://nodejs.org/api/index.html) in Unreal.js ? How feasable would it be...

enhancement

Hi, I am trying to find out if it would be possible to write the shaders of a "traditional" rendering pipeline in slang but mix-in dynamically generated code into the...

kind:question
area:API
area:language

Hi, I just found a small CSS typo that crashes halogen on iOS Safari. See the code below: ``` /** * @type {Object} */ var keyframesEven = { '0%': {...

Hi @danielkrakowiak This looks like a really amazing project you have there. I tried to run the Engine but the required assets are missing and I get an exception at...

Hi, I am using VSG + vsgXchange to load 3D asset files (of different formats) into an application and now I am trying to show a "TreeView" of the loaded...

Hi, I just tried to get jsDAV running on Windows (7) and ran into compilation trouble when using NPM v3 ... ``` ..\ext\bson.cc(397): error C3861: 'New': identifier not found [jsDAV\node_modules\bson\build\bson.vcxproj]...

Hi, I wanted to replace some of my `require('./config.json')` usages in my project with `cjson.load('./config.json')`. The config.json file is located in a sub-directory structure of my project, and alongside it...

Bug

@matiwinnetou @aschrijver @irbull I create this issue to move the discussion about building J2V8 with Node.js v8.x over from [#327](https://github.com/eclipsesource/J2V8/pull/327#issuecomment-322931893) (and to avoid potential duplicate efforts) > With the tests...