This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Links zum Workshop Facing History an der TU Dresden | |
| Move.Act.Perform von Marc-André Gasser und Franticek Klossner | |
| ************************************************************** | |
| https://facinghistory.ch | |
| https://sehnerv.org | |
| https://franticek.com | |
| https://magdesign.ch | |
| https://pocketvj.com | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| In file included from /opt/OF/libs/openFrameworks/events/ofEventUtils.h:4:0, | |
| from /opt/OF/libs/openFrameworks/events/ofEvents.h:4, | |
| from /opt/OF/libs/openFrameworks/utils/ofURLFileLoader.h:3, | |
| from /opt/OF/libs/openFrameworks/ofMain.h:11, | |
| from /opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys.h:36, | |
| from /opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys_impl_mac.mm:33: | |
| /opt/OF/libs/openFrameworks/events/ofEvent.h: In constructor ‘of::priv::StdFunctionId::StdFunctionId()’: | |
| /opt/OF/libs/openFrameworks/events/ofEvent.h:54:7: error: expected unqualified-id before ‘=’ token | |
| id = nextId++; | |
| ^ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp: In member function ‘bool ofxNDIsender::CreateSender(const char*, unsigned int, unsigned int)’: | |
| /home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:74:18: error: ‘GL_PIXEL_UNPACK_BUFFER_ARB’ was not declared in this scope | |
| glBindBufferARB(GL_PIXEL_UNPACK_BUFFER_ARB, ndiPbo[0]); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:74:55: error: ‘glBindBufferARB’ was not declared in this scope | |
| glBindBufferARB(GL_PIXEL_UNPACK_BUFFER_ARB, ndiPbo[0]); | |
| ^ | |
| /home/pvj/openFrameworks/addons/ofxNDI/src/ofxNDIsender.cpp:75:67: error: ‘GL_STREAM_READ’ was not declared in this scope | |
| glBufferDataARB(GL_PIXEL_UNPACK_BUFFER_ARB, width*height * 4, 0, GL_STREAM_READ); | |
| ^~~~~~~~~~~~~~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ./visnode-linux.sh | |
| Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException | |
| at org.pushingpixels.substance.internal.utils.SubstanceColorUtilities.getDefaultBackgroundColor(SubstanceColorUtilities.java:759) | |
| at org.pushingpixels.substance.internal.utils.SubstanceColorUtilities.getBackgroundFillColor(SubstanceColorUtilities.java:661) | |
| at org.pushingpixels.substance.internal.ui.SubstancePanelUI.__org__pushingpixels__substance__internal__ui__SubstancePanelUI__installDefaults(SubstancePanelUI.java:74) | |
| at org.pushingpixels.substance.internal.ui.SubstancePanelUI.installDefaults(SubstancePanelUI.java) | |
| at java.desktop/javax.swing.plaf.basic.BasicPanelUI.installUI(BasicPanelUI.java:62) | |
| at org.pushingpixels.substance.internal.ui.SubstancePanelUI.__org__pushingpixels__substance__internal__ui__SubstancePanelUI__installUI(SubstancePanelUI.java) | |
| at org.pushingpixels.substance.internal.ui.SubstancePanelUI.installUI(SubstancePanelUI.java) | |
| at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Some tricks to geet a more silent laptop and enhance batterie life a bit (currently 1 hour on a brand new machine) | |
| ################################################################################################################## | |
| 1. Purge annoying fan control: | |
| sudo apt-get purge tuxedofancontrol | |
| 2. Install Intel Graphics driver |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Desktop is 3840 x 1600 @ 60 Hz | |
| [Vulkan init] extensions: count=13 | |
| [Vulkan init] extensions: name=VK_KHR_display, enabled=1 | |
| [Vulkan init] extensions: name=VK_KHR_external_fence_capabilities, enabled=0 | |
| [Vulkan init] extensions: name=VK_KHR_external_memory_capabilities, enabled=0 | |
| [Vulkan init] extensions: name=VK_KHR_external_semaphore_capabilities, enabled=0 | |
| [Vulkan init] extensions: name=VK_KHR_get_physical_device_properties2, enabled=0 | |
| [Vulkan init] extensions: name=VK_KHR_get_surface_capabilities2, enabled=0 | |
| [Vulkan init] extensions: name=VK_KHR_surface, enabled=1 | |
| [Vulkan init] extensions: name=VK_KHR_xcb_surface, enabled=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| List of Opensource Projection Mapping tools | |
| ******************************************* | |
| Threejs | |
| ******* | |
| https://github.com/magdesign/MAGmapper | |
| openframeworks.cc | |
| ***************** | |
| https://github.com/kr15h/ofxPiMapper |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make -C client all | |
| make[1]: Entering directory '/home/pi/proxmark3/client' | |
| Compiling liblua, using platform linux | |
| cd ../liblua && make linux | |
| make[2]: Entering directory '/home/pi/proxmark3/liblua' | |
| make all SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -ldl -lreadline -ltermcap -lncurses" | |
| make[3]: Entering directory '/home/pi/proxmark3/liblua' | |
| make[3]: Nothing to be done for 'all'. | |
| make[3]: Leaving directory '/home/pi/proxmark3/liblua' | |
| make[2]: Leaving directory '/home/pi/proxmark3/liblua' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Number of screens found: 2 | |
| Monitor 0 size: 1280x800 | |
| Number of screens found: 2 | |
| Monitor 1 size: 1280x800 | |
| read 9 reference maps | |
| ofxSmartFont :: new font added : modal-title @ pt size 24 | |
| ofxSmartFont :: new font added : modal-message @ pt size 20 | |
| ofxSmartFont :: new font added : modal-title @ pt size 20 | |
| ofxSmartFont :: new font added : modal-message @ pt size 16 | |
| ofxSmartFont :: new font added : Verdana.ttf @ pt size 6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Number of screens found: 2 | |
| Monitor 0 size: 1280x800 | |
| Number of screens found: 2 | |
| Monitor 1 size: 1280x800 | |
| read 9 reference maps | |
| ofxSmartFont :: new font added : modal-title @ pt size 24 | |
| ofxSmartFont :: new font added : modal-message @ pt size 20 | |
| ofxSmartFont :: new font added : modal-title @ pt size 20 | |
| ofxSmartFont :: new font added : modal-message @ pt size 16 |
NewerOlder