Replies: 1 comment 1 reply
-
Hi I'll just add some random notes about my experience building with filament so far.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking at using filament in a small program which I want to run on windows, mac, linux in the first instance. Generally I use cmake and I'm wondering what is the best way to include filament as a dependency.
Is there any support for findPackage in cmake? Is it best to just include it as a git submodule? Is it best to download the binaries and point cmake there ... if so what's the best way to point cmake to it (find package or just add the libs and include dirs manually?).
Are there any examples in github of projects using filament as a library.
I'm sure I can figure it out myself - but if there is a best practice I would rather follow that.
Ian
Beta Was this translation helpful? Give feedback.
All reactions