Skip to content

Instantly share code, notes, and snippets.

View WizzerWorks's full-sized avatar

Mark Millard WizzerWorks

View GitHub Profile
@WizzerWorks
WizzerWorks / mle-dev-windows-sandbox.md
Last active August 5, 2025 19:21
Magic Lantern Windows Sandbox Testing

Magic Lantern Development Hint 2

A useful way to test the Windows Magic Lantern software is to make use of the Windows Sandbox, a virtual machine environment provided by Microsoft on Windows 11.

Please see Microsoft Ignite Article for more information.

Windows Sandbox Installation

TBD

@WizzerWorks
WizzerWorks / mle-dev-build-shell-funcs.md
Last active August 22, 2024 05:39
Magic Lantern Build Environment Shell Functions

Magic Lantern Development Hint 1

If you need to switch between Magic Lantern development environments on Linux, use Shell functions. Below are some examples for Bash Shell functions for the Python and C++ studio environments:

# Magic Lantern Environment
function mlepythonenv () {
    echo "Setting Magic Lantern Python Environment"
    echo "    Use Qt Studio and qmake build environment."