Open fo-fo opened 7 years ago
Ooops sorry about that. The idea is definitely that it should build out of the box, but I haven't worked in this repo for a long time, may be some things have rotted or not properly tested (for instance I see you're on Windows, I don't know if this received proper testing).
I'll try to have a look but it might be a few days. If you want to get a bit familiar with fips alone in the meantime you can use Oryol for testing, or even just https://github.com/floooh/fips-hello-world :)
I was trying to create a simple project just to try fips and bgfx out.
I get the following error when doing a clean build (
fips build
in themytest
directory with nothing else in thefips-workspace
directory): "[ERROR] bgfx shaderc executable not found, please run 'make tools' in bgfx directory:"CMakeLists.txt:
src
directory simply containshelloworld.cpp
andlogo.h
from the bgfx 00-helloworld example.This is easily fixed by doing
fips build
in thefips-bgfx
directory, but is it possible to avoid the extra step? (I like the idea ofgit clone
,fips build
, done.)