Praxis LIVE 6.1.0 freeware
... that seamlessly integrates live coding, visual programming, and real-time media manipulation. Designed for artists, designers, and developers, it empowers users to create interactive applications and installations with ease. The intuitive interface allows for rapid prototyping and experimentation, while its robust features support complex projects. With a strong focus on creativity and collaboration, Praxis LIVE is a pow ... ...
Author | Neil C. Smith |
Released | 2025-02-12 |
Filesize | 108.00 MB |
Downloads | 1881 |
OS | Windows 11, Windows 10 32/64 bit |
Installation | Instal And Uninstall |
Keywords | projection, playback, presentation |
Users' rating (23 rating) |
Praxis LIVE Free Download - we do not host any Praxis LIVE torrent files or links of Praxis LIVE on rapidshare.com, depositfiles.com, megaupload.com etc. All Praxis LIVE download links are direct Praxis LIVE download from publisher site or their selected mirrors.
6.1.0 | Feb 12, 2025 | New Release | PraxisLIVE IDE: Enhanced graph editor: New UI for showing exposed controls and watches underneath components. Which features are exposed can be controlled by the Expose option in the popup menu. The default exposed features is controlled by @Config.Expose in component code. Updated minimize function to keep visible only connected ports. The minimize toggle now controls all selected components. Added Select All and Select None actions with keyboard control. Improved zoom function to snap to 100%, and added keyboard control (CTRL-PLUS and CTRL-MINUS or equivalents) Removed legacy exposed properties support. Various other graph enhancements and performance improvements. Added tab grouping to keep code editors and root editors in separate tab groups where appropriate. Added support for opening a new tab group automatically when the first code editor tab is opened. Behaviour can be controlled via Tools / Options / Editors. Added support for changing to other FlatLaf look and feels, including light (as seen below), as well as customizing and accent colours. Support for light look and feels is mostly there but there are still a few issues to address. Improved consistency of various icons and displays. Updated to Apache NetBeans 24 platform. Various bug fixes. PraxisCORE runtime: Added support for watch functions. A watch function is a function control for accessing data about a component. They are somewhat similar to read-only properties, but for data that should only be calculated on demand, and perhaps asynchronously. Watch functions have a mime type and other metadata, and may support an optional query map as input to control the returned data. They are defined in code using the @FN.Watch annotation. Added support for defining image watches in video components, and added watch implementations to video:composite, video:still and video:xfader. Enhanced Async API and allowed it as a return for standard functions (@FN), as well as for watch functions. Async should be used w |
6.0.0 | Nov 15, 2024 | New Release | Built in non-recodeable roots for MIDI, OSC and TinkerForge have been removed. These can now be replicated using custom roots. Basic implementations will be added as custom root templates when installing custom components. A migration path might be looked at for a later (post 6.0) release of the IDE. Most deprecated functions and types have been removed. eg. lower case casting functions like d(..) must use D(..); Property values() linking must now use doubles(); PVector is only available from video:gl:p2d and video:gl:p3d components, etc. Make sure to migrate all deprecated functionality from inside the latest PraxisLIVE v5 before attempting to migrate a project to PraxisLIVE v6. |
5.7.0 | Aug 4, 2023 | New Release |