Skip to content

Commit

Permalink
Update to v1.1.4
Browse files Browse the repository at this point in the history
added initial support for 2D/3D polyhedral objects.
  • Loading branch information
zranger1 committed Jun 3, 2021
1 parent 4fc1b1c commit 7ef3abd
Show file tree
Hide file tree
Showing 31 changed files with 539 additions and 67 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bin
tmp
distribution
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# PixelTeleporter Change Log

## Version 1.1.3 (4/03/2021) What's New
Minor update - increased the maximum supported number of LEDs to 4096 per PixelTeleporter object, and
updated all the servers (except the ESP8266 version) to match. The ESP8266 version still supports up
to 2048 pixels.

## Version 1.1.2 (2/21/2021) What's New
Many Quality-of-life and UI improvements:
- You can now translate (pan) objects by right-dragging with the mouse.
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Pixel Teleporter volumetric cube example
// Works with either the walled cube mapping function in the PixelMap tab or
// or the default Pixelblaze volumetric cube mapper.
// Works with either the walled cube mapping function in the examples/MappingFunctions
// directory or the default Pixelblaze volumetric cube mapper.
//
// 8/26/2020 JEM (ZRanger1)
import pixelTeleporter.library.*;
Expand Down
4 changes: 2 additions & 2 deletions PixelTeleporter/distribution/PixelTeleporter-4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1>PixelTeleporter</h1>
<h2>PixelTeleporter</h2>
<p>
A Library by <a href="https://github.com/zranger1">ZRanger1</a> for the <a href="http://www.processing.org" target="_blank">Processing</a> programming environment.<br>
Last update, 04/03/2021.
Last update, 06/02/2021.
</p>
<p>
View pixels from your hardware LED controller on a computer monitor.<br>
Expand All @@ -69,7 +69,7 @@ <h2>Installation</h2>
<h2>Examples</h2>
<p>Examples in the current distribution of PixelTeleporter .</p>
<ul>
<li><a href="examples/Cylinder/Cylinder.pde">Cylinder</a></li> <li><a href="examples/DualMatrix/DualMatrix.pde">DualMatrix</a></li> <li><a href="examples/FermatSpiral/FermatSpiral.pde">FermatSpiral</a></li> <li><a href="examples/Fireworks2020/Fireworks2020.pde">Fireworks2020</a></li> <li><a href="examples/MapIO/MapIO.pde">MapIO</a></li> <li><a href="examples/MappingFunctions/MappingFunctions.pde">MappingFunctions</a></li> <li><a href="examples/Matrix/Matrix.pde">Matrix</a></li> <li><a href="examples/Ring/Ring.pde">Ring</a></li> <li><a href="examples/Sphere/Sphere.pde">Sphere</a></li> <li><a href="examples/VolumetricCube/VolumetricCube.pde">VolumetricCube</a></li> <li><a href="examples/WalledCube/WalledCube.pde">WalledCube</a></li>
<li><a href="examples/Cylinder/Cylinder.pde">Cylinder</a></li> <li><a href="examples/DualMatrix/DualMatrix.pde">DualMatrix</a></li> <li><a href="examples/FermatSpiral/FermatSpiral.pde">FermatSpiral</a></li> <li><a href="examples/Fireworks2020/Fireworks2020.pde">Fireworks2020</a></li> <li><a href="examples/MapIO/MapIO.pde">MapIO</a></li> <li><a href="examples/MappingFunctions/MappingFunctions.pde">MappingFunctions</a></li> <li><a href="examples/Matrix/Matrix.pde">Matrix</a></li> <li><a href="examples/Pentagonal_Icosatetrahedron/Pentagonal_Icosatetrahedron.pde">Pentagonal_Icosatetrahedron</a></li> <li><a href="examples/Ring/Ring.pde">Ring</a></li> <li><a href="examples/Sphere/Sphere.pde">Sphere</a></li> <li><a href="examples/VolumetricCube/VolumetricCube.pde">VolumetricCube</a></li> <li><a href="examples/WalledCube/WalledCube.pde">WalledCube</a></li>
</ul>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Sat Apr 03 12:53:14 MST 2021 -->
<!-- Generated by javadoc (15) on Wed Jun 02 20:31:51 MST 2021 -->
<title>All Classes (Javadocs: PixelTeleporter)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-04-03">
<meta name="dc.created" content="2021-06-02">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down Expand Up @@ -63,19 +63,33 @@ <h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
</thead>
<tbody>
<tr class="alt-color" id="i0">
<td class="col-first"><a href="pixelTeleporter/library/PixelTeleporter.html" title="class in pixelTeleporter.library">PixelTeleporter</a></td>
<td class="col-first"><a href="pixelTeleporter/library/BackgroundImage.html" title="class in pixelTeleporter.library">BackgroundImage</a></td>
<th class="col-last" scope="row">
<div class="block">Manages communication with the PixelTeleporter server device
and provides a framework for object rendering and basic user
camera control.</div>
</th>
</tr>
<tr class="row-color" id="i1">
<td class="col-first"><a href="pixelTeleporter/library/PixelTeleporter.html" title="class in pixelTeleporter.library">PixelTeleporter</a></td>
<th class="col-last" scope="row">
<div class="block">Manages communication with the PixelTeleporter server device
and provides a framework for object rendering and basic user
camera control.</div>
</th>
</tr>
<tr class="alt-color" id="i2">
<td class="col-first"><a href="pixelTeleporter/library/ScreenLED.html" title="class in pixelTeleporter.library">ScreenLED</a></td>
<th class="col-last" scope="row">
<div class="block">Represents individual "LEDs".</div>
</th>
</tr>
<tr class="row-color" id="i3">
<td class="col-first"><a href="pixelTeleporter/library/ScreenShape.html" title="class in pixelTeleporter.library">ScreenShape</a></td>
<th class="col-last" scope="row">
<div class="block">Allows the use of an arbitrary 2D or 3D shape to represent an LED</div>
</th>
</tr>
</tbody>
</table>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Sat Apr 03 12:53:14 MST 2021 -->
<!-- Generated by javadoc (15) on Wed Jun 02 20:31:51 MST 2021 -->
<title>All Packages (Javadocs: PixelTeleporter)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-04-03">
<meta name="dc.created" content="2021-06-02">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Sat Apr 03 12:53:14 MST 2021 -->
<!-- Generated by javadoc (15) on Wed Jun 02 20:31:51 MST 2021 -->
<title>Constant Field Values (Javadocs: PixelTeleporter)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-04-03">
<meta name="dc.created" content="2021-06-02">
<meta name="description" content="summary of constants">
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Sat Apr 03 12:53:14 MST 2021 -->
<!-- Generated by javadoc (15) on Wed Jun 02 20:31:51 MST 2021 -->
<title>Deprecated List (Javadocs: PixelTeleporter)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-04-03">
<meta name="dc.created" content="2021-06-02">
<meta name="description" content="deprecated elements">
<meta name="generator" content="javadoc/DeprecatedListWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Sat Apr 03 12:53:14 MST 2021 -->
<!-- Generated by javadoc (15) on Wed Jun 02 20:31:51 MST 2021 -->
<title>API Help (Javadocs: PixelTeleporter)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-04-03">
<meta name="dc.created" content="2021-06-02">
<meta name="description" content="help">
<meta name="generator" content="javadoc/HelpWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
Loading

0 comments on commit 7ef3abd

Please sign in to comment.