Dan Butler

Results 23 comments of Dan Butler

I was really excited to see this StackOverflow feature, but the API key is a bit of a pain. I have a similar tool for pulling SO snippets (https://github.com/djbutler/oflow) which...

@aug-riedinger Yeah it's not ideal. There's yet another incarnation of this idea here: https://github.com/gleitz/howdoi They spoof the user agent field to query www.google.com and then parse the HTML. It is...

@renxinhe Were you ever able to get this compiled on Ubuntu?

Okay thanks @mmacklin. A little README section on the steps for building for Linux would be great too - perhaps we're missing something obvious.

Also worth noting - I can't even run the Linux binary. I've added FleX/lib/linux64 and FleX/external/glew/lib/linux to my LD_LIBRARY_PATH, but it fails [here](https://github.com/NVIDIAGameWorks/FleX/blob/master/demo/main.cpp#L2937).

I got it to compile. My Makefile.flexDemoCUDA.mk ln57 was changed to: `flexDemoCUDA_release_lflags += -g -L../../../external/glew/lib/linux -L/usr/lib -L"../../../lib/linux64" -L../../../external/SDL2-2.0.4/lib/x64/ -L$(CUDA_PATH)/lib64 -lGL -lglut -lGLU -lGLEW -lcudart_static -ldl -lrt -pthread` and ln42 was...

I'm just getting around to trying this again now. The good news is, by following your suggestion I can at least compile and run the demo now on 16.04. The...

Hi @shraman-rc, I'm interested in this too. Did you make any progress?

Good catch. I think the new wording could be even clearer though - if you only read the first part, it sounds like it's instructing everyone to install Python 3,...