1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-07 06:43:34 +00:00
lovr/.gitignore
bjorn b356ce2546 Plugins;
- The plugins folder can contain native plugins.
- CMake will build plugins with CMakeLists in them
  - They can check the LOVR variable to see if they are being built inside LOVR.
  - They can set the LOVR_PLUGIN_TARGETS variable to a list of targets they build.
    - If blank, all non-imported targets added in the folder will be used.
  - The libraries built by their targets will be moved next to the executable or into the apk.
- The library loader now tries to load libraries next to the executable or in the APK.
  - It is "fixed function" now, this may be improved in the future.
- The lovr.filesystem C require path has been removed.
- enet and cjson have been removed.  Use plugins.
2020-12-28 12:37:35 -07:00

43 lines
386 B
Plaintext

.tup
.obj
tup.config
config/*
*.ttf.h
*.json.h
*.lua.h
Activity*.java
AndroidManifest*.xml
/build.sh
/watch.sh
/debug.sh
/db
/lovr
/lovr.apk
/lovr.exe
/lovr.exp
/lovr.lib
/lovr.pdb
/lovr.ilk
/lovr.js
/lovr.worker.js
/lovr.html
/lovr.wasm
/classes.dex
build
build-*
/lib
/libs
/org
/tmp
bin
/data
/*.lua
.DS_Store
.vs
/test
deps/VrApi
deps/pico
deps/openxr
deps/OpenXR-Oculus
/plugins/*