Add release docs, fix ExternalTime mode, add external time example#85
Merged
Merged
Conversation
…tructure - Updated .gitignore to exclude backup files and logs. - Deleted unused launch configuration file (launch.vs.json). - Removed obsolete argument parsing script (parse_args.bat). - Deleted component mask header and associated test files (componentmask.h, componentmask_gtest.cpp). - Removed texture copy implementation files (copyTeVkTextureToTeVkTexture.cpp, copykernels.cu, copykernels.cuh). - Deleted main touchpy implementation file (touchpy.cpp). - Removed vcpkg configuration file (vcpkg.json).
keithlostracco
added a commit
that referenced
this pull request
May 27, 2026
* Add release docs, fix ExternalTime mode, add external time example * remove promote basics examples to examples directory * Update Python version requirements and remove obsolete release process documentation * Refactor: Update .gitignore, remove unused files, and clean up code structure - Updated .gitignore to exclude backup files and logs. - Deleted unused launch configuration file (launch.vs.json). - Removed obsolete argument parsing script (parse_args.bat). - Deleted component mask header and associated test files (componentmask.h, componentmask_gtest.cpp). - Removed texture copy implementation files (copyTeVkTextureToTeVkTexture.cpp, copykernels.cu, copykernels.cuh). - Deleted main touchpy implementation file (touchpy.cpp). - Removed vcpkg configuration file (vcpkg.json).
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.dev0version workflow, PyPI trusted publishing setup, and manual workflow triggerssource/comp.cpp:TEInstanceSetFloatFrameRateand synctime_.scaleasrate * 100TEUINone(notTEUIWindows) when configuring withTETimeExternalstartNextFrame()for external time modeTEInstanceStartFrameAtTimeapplyValueChanges()inframeDidFinish()for non-async (manual polling) mode — fixes silent crash when reading output texturesuv syncworkflow and rebuild instructionsexamples/basics/10_external_time.py: Demonstrates host-driven time with two modes — offline (every frame) and realtime (wall-clock elapsed)Test plan
06_tops.pystill works (internal time unaffected)10_external_time.pyruns in bothREALTIME = FalseandREALTIME = Truemodesclear_on_layout_change_callback()beforestop()/unload()uv sync --extra examplesbuilds and installs correctly