Skip to content

ni/labview-icon-editor

This branch is 5 commits ahead of, 17 commits behind develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

98fb755 · Mar 11, 2025
Mar 10, 2025
Mar 11, 2025
Oct 8, 2024
Mar 11, 2025
Mar 10, 2025
Mar 11, 2025
Mar 10, 2025
Mar 7, 2025
May 1, 2024
Nov 24, 2024
Aug 14, 2024
Feb 18, 2025
May 1, 2024
Mar 10, 2025
Mar 4, 2025

Repository files navigation

Build VI Package

Latest Pull Request

See Pull Request #152 for details on the new CI workflows and dev mode changes.

LabVIEW Icon Editor

Welcome to the source code and automated build tools for the LabVIEW Icon Editor. Use this project as a foundation to create or customize your own icon editor. If you want to propose updates or submit bug fixes for future versions of LabVIEW, please consult our CONTRIBUTING guidelines.


Overview

This repository contains:

  • Icon Editor Source Files: The core LabVIEW code for building or modifying the icon editor.
  • PowerShell Tooling: Scripts for automating development mode toggles, building VI packages, and running unit tests.
  • Local CI/CD Examples: References and YAML workflows (GitHub Actions) for self-hosted runners, including:

Documentation

  • Manual Setup & Distribution
    Explains how to manually configure your environment, edit the Icon Editor source, and create a distributable package.

  • Local CI/CD Workflows
    Covers using GitHub Actions (or a similar CI system) to automate testing, building, and toggling development mode on a self-hosted runner.


Quick Links

  • CONTRIBUTING – Guidelines for submitting changes.
  • LICENSE – License information (if applicable).

Getting Started

  1. Check LabVIEW Version

    • This editor is built with LabVIEW 2021 SP1.
    • Other versions may require back-saving or updating the project.
  2. Clone This Repo git clone https://github.com/username/labview-icon-editor.git

  3. Consult the Docs

Enjoy building and customizing your LabVIEW Icon Editor!