summaryrefslogtreecommitdiff
path: root/modules/mobile_vr/config.py
AgeCommit message (Collapse)Author
2018-05-30SCons: Pass env to modules can_build methodRémi Verschelde
This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not.
2018-03-01add GLES 2 renderer for 2Dkarroffel
This commit adds a new rendering backend, GLES2, and adds a project setting to enable it. Currently this backend can only be used on the X11 platform, but integrating into other platforms is planned.
2017-11-15doc: Make all module docs self-containedRémi Verschelde
2017-10-06Made a few tweaks to the interfaceBastiaanOlij
2017-09-28reintroduce generic mobile vr interfaceBastiaanOlij