Jump to content

Code Distribution: Difference between revisions

From LabVIEW Wiki
Format as Portal Page
(2 intermediate revisions by one other user not shown)
Line 8: Line 8:
{| class="wikitable" style="width:100%;"
{| class="wikitable" style="width:100%;"
|- style="background-color:#616366; border:none; color:#FFD500; text-align:center;"
|- style="background-color:#616366; border:none; color:#FFD500; text-align:center;"
| '''Subcategories'''
| style="width:25%;" | '''Subcategories'''
| colspan=3 | '''Topics in Code Distribution'''
| colspan=3 | '''Topics in Code Distribution'''
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| style="width:25%; text-align:top; background-color:#EFEFEF;" | <center><small>Select [►] to view subcategories</small></center>
| style="width:25%; text-align:top; background-color:#EFEFEF;" | <center><small>Select [►] to view subcategories</small></center>
<categorytree mode="Pages" showcount="off" depth="1">Code distribution</categorytree>
<categorytree mode="Pages" showcount="off" depth="1">Code distribution</categorytree>
| style="width:75%;" |  
| style="width:33%;" |  
== Distributing Source ==
== Distributing Source ==
This section describes resources and best practices for distributing source code for reuse.
This section describes resources and best practices for distributing source code for reuse.
Line 33: Line 33:
* [[VI Analyzer]]
* [[VI Analyzer]]
* [[New dialog#Adding to the New Dialog|Adding to the New Dialog]]
* [[New dialog#Adding to the New Dialog|Adding to the New Dialog]]
* [[Project Provider]]
* [[Project Provider Framework]]
* [[NI Package Manager]]


== Distributing Plugins ==
== Distributing Plugins ==
Line 52: Line 53:
*[[Getting Command Line Parameters]]
*[[Getting Command Line Parameters]]
*[[Run-Time Engine Limitations]]
*[[Run-Time Engine Limitations]]
| style="width:33%;" |
== Finding Shared Code ==
* [[Community Tools and Libraries]]
* [[GCentral]]
* [https://vipm.io VIPM Community Repo]
* [https://github.com/search?q=labview LabVIEW Projects in GitHub]
* [https://gitlab.com/search?utf8=%E2%9C%93&search=labview&group_id=&project_id=&snippets=false&repository_ref=&nav_source=navbar LabVIEW Projects in GitLab]
* [https://github.com/ni NI's Open Source Repo on GitHub]
|}
|}


[[Category:Portals]]
[[Category:Portals]]

Revision as of 17:17, 7 January 2025

The Code Distribution Portal
Code Distribution is the activity of sharing or deploying source code. This involves decisions on whether distribution should include: distributing as source, as a package, as a plugin, as an executable, or as an installer.
Subcategories Topics in Code Distribution
Select [►] to view subcategories

Distributing Source

This section describes resources and best practices for distributing source code for reuse.

As Source

As Packages

Distributing IDE Utilities

This section describes resources and best practices for distributing add-on tools to the LabVIEW IDE.

Distributing Plugins

This section describes resources and best practices for distributing plugins to tools or frameworks.

Distributing Executables

This section describes resources and best practices for distributing executables and drivers.

Finding Shared Code