David Komer

Results 69 issues of David Komer

It seems the codebase relies on some deprecated code from the core lib: https://github.com/acgessler/assimp2json/blob/master/assimp2json/json_exporter.cpp#L23 wants to pull in https://github.com/assimp/assimp/blob/93bb63fdb40d9682e60ca97b0eda4951a552c742/code/BoostWorkaround/boost/scoped_ptr.hpp But this hasn't existed in ~3 years?

Does the following approach make sense? Setup cloud function at `/process` 1. First invocation is manual (to start the bot) 2. Cloud Function calls the List API, and does whatever...

Exporting a WebGL build from unity and then running `http-server -o --cors --brotli` I see `Serve Brotli Files` is true, but I get an error where files like `Build/world.framework.js.br` are...

I've tried variations of the following: ``` yarn add recoilize@https://gitpkg.now.sh/open-source-labs/Recoilize/package?524ff2f9650e4a24e89ef00caa638b5148e9e966#.tgz ``` The #.tgz suffix is from https://github.com/yarnpkg/berry/issues/2437#issuecomment-1461621291 But I can't get it to work.. any tips on installing w/ yarn...

The docs state: > Atoms, selectors, and families may be created at any time. However, they will only show up in the snapshot if they are actually used. Atoms and...

I tried with the latest opencv (v4 I think) and your instructions _almost_ all work. It breaks with this change to `embindgen.py`: ``` return re.sub(r"^cv\.[a-zA-Z0-9]*\.|cv\.", "", name).replace(".", "_") ``` Interestingly...

Would be helpful to have some other functions like Rodrigues and SolvePnP exported. Without those it's difficult to go past the basic axis demo.

Hey- I was looking for a cli tool to generate puzzle pieces.. came across a different python tool, but yours looks a lot simpler so I can adapt it into...

For using a rasterized spritesheet, there are two sets of files: `sprite_with_padding` and `sprite_without_padding` Is there a reason why `sprite_with_padding` is JPG (without transparency) and `sprite_without_padding` is PNG (with transparency)?...

Documentation

I don't see any documentation for the JSON files, like which to use for this or how to values translate to correct coordinates...

Documentation