Find a file
themancalledjakob efaad8d143 cleanup
dependencies hashes:
openFrameworks d78075f4bca6be2a2533c6e51a75cc1f18404501
ofxMsdfgen e14da13d02c4dff04fb69d7923469f606924e6c3
ofxGPUFont d482bb7cbdf6b296fa4ab5abcf73fb5ff8c8b239
ofxVariableLab 8df98846248a93aa068989a3ebd0d2f0f16e5e69
ofxProfiler fa1d70e6a5fae16633eed2ce65fb8b23f2edbbb8
theatre 86d3e07f6f2c75fd6e08fca8c97e3617c9e23b18
2024-03-16 16:14:22 +01:00
assets the great reshuffle and new theatre 2024-02-29 16:32:49 +01:00
bin cleanup 2024-03-16 16:14:22 +01:00
src the great reshuffle and new theatre 2024-02-29 16:32:49 +01:00
.eslintrc.js add .eslintrc.js 2024-03-16 13:23:00 +01:00
.gitignore going public 2023-09-24 18:39:52 +02:00
.gitmodules going public 2023-09-24 18:39:52 +02:00
addons.make going public 2023-09-24 18:39:52 +02:00
browser.sh automatic reload on change 2024-03-16 09:57:27 +01:00
clean.sh the great reshuffle and new theatre 2024-02-29 16:32:49 +01:00
compatibleHa.sh going public 2023-09-24 18:39:52 +02:00
generate_compile_commands.sh going public 2023-09-24 18:39:52 +02:00
grepJs.sh going public 2023-09-24 18:39:52 +02:00
LICENSE going public 2023-09-24 18:39:52 +02:00
lightclean.sh going public 2023-09-24 18:39:52 +02:00
Makefile going public 2023-09-24 18:39:52 +02:00
README.md add little text to readme 2024-03-16 13:36:04 +01:00
rebuild.sh automatic reload on change 2024-03-16 09:57:27 +01:00
reloadbrowser.sh automatic reload on change 2024-03-16 09:57:27 +01:00
serve.py cleanup 2024-03-16 15:15:55 +01:00
watch.sh automatic reload on change 2024-03-16 09:57:27 +01:00
watchJs.sh automatic reload on change 2024-03-16 09:57:27 +01:00

Variable Time

Instructions

Instructions on how to use Variable Time are available here

Issues

If you experience issues with Variable Time, please write us at variabletime at pointer.click.

Run

Though it is possible to run this on your own server, we expect that you will probably just want to visit variable time

Should you not be afraid to dive into the mysterious world of developing Variable Time, please go ahead.

Compile and run

Install all dependencies, then

$ emmake make && python3 serve.py

Dependencies

Depends on:

Optional:

  • ofxProfiler This allows us to profile the web export in the same way as a desktop export

Included dependencies:

Development notes:

Https local development

  • install mkcert
  • follow instructions and install certificate file in bin/ssl

Convenience scripts

$ ./lightclean.sh && emmake make -j$(nproc) && python3 serve.py

Note: As we load shaders from external repositories, they need to be copied to the data directory before emscripten compilation. This happens automatically if we delete them first.

Fonts

Fonts have different licensing and are not included in this repository.