Difference between revisions of "File Format Tips"

From Pikes Peak Makerspace Wiki
Jump to navigation Jump to search
(Created page with "alt=Level 1 badge used at Pikes Peak Makerspace|left|frameless|100x100px|PPM MEMBER USE '''Learn about the software that we have installed for all...")
 
 
(9 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
[[File:Burst.png|alt=burst of white rays on orange background|link=https://wiki.pikespeakmakerspace.org/index.php/About_PPM|right|frameless|250x250px]]
 
[[File:Burst.png|alt=burst of white rays on orange background|link=https://wiki.pikespeakmakerspace.org/index.php/About_PPM|right|frameless|250x250px]]
  
===File formats===
+
==File format tips==
:'''Links to related PPM Wiki pages:'''
+
'''Links to related PPM Wiki pages:'''
::'''[[G-code File Format Tips]] — "Geometry code"'''
+
 
:::control automated machine tools, as well as for 3D-printer slicers
+
===[[G-code File Format Tips]] — "Geometry code"===
::'''[[JSON File Format Tips]]''' '''JavaScript Object Notation'''
+
:control automated machine tools, as well as for 3D-printer slicers
:::a human-readable document format for storing and exchanging data
+
 
::'''[[STL File Format Tips]]''' '''stereolithography'''
+
===[[JSON File Format Tips]] — JavaScript Object Notation===
:::a method to approximate the surface geometry of a 3D model
+
:a human-readable document format for storing and exchanging data
::'''[[SVG File Format Tips]]''' — '''Scalable Vector Graphics'''
+
 
:::a document format to reproduce 2D graphics
+
===[[STL File Format Tips]] — stereolithography===
::'''[[USDZ File Format Tips]]''' — '''Universal Scene Description'''
+
:a method to approximate the surface geometry of a 3D model
:::an "ecosystem" for 3D objects and 3D worlds
 
  
:'''Links on Wikipedia:'''
+
===[[SVG File Format Tips]] — Scalable Vector Graphics===
::'''[[wikipedia:3D_Manufacturing_Format|3MF]]''' — XML-based data format designed specifically for additive manufacturing
+
:a document format to reproduce 2D graphics
::'''[[wikipedia:ASCII_art|ASCII art]]''' — "computer art form using text characters"
 
::'''[[wikipedia:AutoCAD_DXF|DXF]]''' — '''Drawing Exchange Format,''' a CAD data file format developed by Autodesk
 
::'''[[wikipedia:GIF|GIF]]''' '''Graphics Interchange Format''', bitmap format that is also used for animation
 
::'''[[wikipedia:PDF|PDF]]''' — '''Portable Document Format''', for publishing documents with text, graphics, and multimedia
 
::'''[[wikipedia:Property_list|plist]]''' — '''Property list''' files are often used to store a user's settings
 
::'''[[wikipedia:PNG|PNG]]''' — '''Portable Network Graphics''', raster format for images with or without transparency
 
::'''[[wikipedia:PostScript|PostScript]]''' — page description language, and corresponding language interpreter from Adobe
 
::'''[[wikipedia:WebP|WebP]]''' — developed by Google as a replacement for other raster formats (faster)
 
::'''[[wikipedia:YAML|YAML]]''' — human readable language commonly used for configuration files
 
  
==Related Pages==
+
===[[USDZ File Format Tips]] — Universal Scene Description===
 +
:an "ecosystem" for 3D objects and 3D worlds
 +
:
 +
 
 +
== Other file formats ==
 +
'''Links on Wikipedia:'''
 +
:'''[[wikipedia:3D_Manufacturing_Format|3MF]]''' — XML-based data format designed specifically for additive manufacturing
 +
:'''[[wikipedia:ASCII_art|ASCII art]]''' — "computer art form using text characters"
 +
:'''[[wikipedia:AutoCAD_DXF|DXF]]''' — '''Drawing Exchange Format,''' a CAD data file format developed by Autodesk
 +
:'''[[wikipedia:GIF|GIF]]''' — '''Graphics Interchange Format''', bitmap format that is also used for animation
 +
:'''[[wikipedia:PDF|PDF]]''' — '''Portable Document Format''', for publishing documents with text, graphics, and multimedia
 +
:'''[[wikipedia:Property_list|plist]]''' — '''Property list''' files are often used to store a user's settings
 +
:'''[[wikipedia:PNG|PNG]]''' — '''Portable Network Graphics''', raster format for images with or without transparency
 +
:'''[[wikipedia:PostScript|PostScript]]''' — page description language, and corresponding language interpreter from Adobe
 +
:'''[[wikipedia:WebP|WebP]]''' — developed by Google as a replacement for other raster formats (faster)
 +
:'''[[wikipedia:YAML|YAML]]''' — human readable language commonly used for configuration files
 +
 
 +
 
 +
==Hand-Curated Links==
 
'''Links to related PPM Wiki pages:'''
 
'''Links to related PPM Wiki pages:'''
 +
 +
:'''[[Software Tips]]'''
  
 
:'''[[GitHub Tips]]'''
 
:'''[[GitHub Tips]]'''
 +
 
:'''[[Procreate app Tips]]'''
 
:'''[[Procreate app Tips]]'''
  
==Hand-Curated Links==
 
 
:'''[[wikipedia:List_of_free_and_open-source_software_packages|List of free and open-source software packages]]''' — on Wikipedia
 
:'''[[wikipedia:List_of_free_and_open-source_software_packages|List of free and open-source software packages]]''' — on Wikipedia
  
==For Additional Help==
+
==Additional Help==
 
:Use the PPM Slack channel #computing
 
:Use the PPM Slack channel #computing
 
:[[How To Slack#PPM Channel Names and Descriptions|'''List of all PPM Slack channels''']]
 
:[[How To Slack#PPM Channel Names and Descriptions|'''List of all PPM Slack channels''']]
 
:Note that we have a Slack channel (#job-board) for members to post, discuss, or accept job opportunities either within PPM or from the&nbsp;community.<br>
 
:Note that we have a Slack channel (#job-board) for members to post, discuss, or accept job opportunities either within PPM or from the&nbsp;community.<br>
 
{{Template:Footer}}
 
{{Template:Footer}}
{{Template:Ideas into reality}}
 
 
<p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> &nbsp; </p>
 
<p style="padding:0.2em 0.4em; background:#ff6c00; color:#FFFFFF; font-size:15%;"> &nbsp; </p>
  
 
[[Category:Software]]
 
[[Category:Software]]
 
[[Category:Volunteers Needed]]
 
[[Category:Volunteers Needed]]

Latest revision as of 15:18, 8 December 2024

Level 1 badge used at Pikes Peak Makerspace

Learn about the software that we have installed for all Pikes Peak Makerspace (PPM) members.

Use of software installed on PPM computers does not require any additional required training (Level 1).


Contact Us if you cannot find your answer here on our Wiki or if you notice any information that is outdated.

 


burst of white rays on orange background

File format tips

Links to related PPM Wiki pages:

G-code File Format Tips — "Geometry code"

control automated machine tools, as well as for 3D-printer slicers

JSON File Format Tips — JavaScript Object Notation

a human-readable document format for storing and exchanging data

STL File Format Tips — stereolithography

a method to approximate the surface geometry of a 3D model

SVG File Format Tips — Scalable Vector Graphics

a document format to reproduce 2D graphics

USDZ File Format Tips — Universal Scene Description

an "ecosystem" for 3D objects and 3D worlds

Other file formats

Links on Wikipedia:

3MF — XML-based data format designed specifically for additive manufacturing
ASCII art — "computer art form using text characters"
DXFDrawing Exchange Format, a CAD data file format developed by Autodesk
GIFGraphics Interchange Format, bitmap format that is also used for animation
PDFPortable Document Format, for publishing documents with text, graphics, and multimedia
plistProperty list files are often used to store a user's settings
PNGPortable Network Graphics, raster format for images with or without transparency
PostScript — page description language, and corresponding language interpreter from Adobe
WebP — developed by Google as a replacement for other raster formats (faster)
YAML — human readable language commonly used for configuration files


Hand-Curated Links

Links to related PPM Wiki pages:

Software Tips
GitHub Tips
Procreate app Tips
List of free and open-source software packages — on Wikipedia

Additional Help

Use the PPM Slack channel #computing
List of all PPM Slack channels
Note that we have a Slack channel (#job-board) for members to post, discuss, or accept job opportunities either within PPM or from the community.

Search the PPM Wiki — include Content pages as well as Multimedia.

Contact Us if you cannot find your answer here on our Wiki or if you notice any information that is outdated.