How do you build this? Please update readme
iplayfast opened this issue · 1 comments
iplayfast commented
I see no Makefile,cmakelist.txt, setup.py, etc.
Yet in the samples there are cpp, and py and lua.
Could you explain how you make and use this software?
jadarve commented
Hi, the whole project is built as a single Bazel project. Long ago I used CMake but it was getting out of control combining C++ + Python + GLSL + Lua.
The build instructions for Ubuntu are here: https://lluvia.ai/docs/gettingstarted/installation/linux/
And the blog posts show some examples how to use it, mostly in Python: https://lluvia.ai/blog/
Documentation needs lots of work, any suggestion is welcome.