0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 4 hours ago.
Mar 06, 2025 — Mar 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refactor H class to OO constructor More... over 10 years ago
updated JAR for issue #87 More... over 10 years ago
Merge pull request #88 from shiffman/patch-1 More... over 10 years ago
moving loadPixels() to after beginDraw() should resolve #87 More... over 10 years ago
first pass at updating / examples/basics, review 008,009,011 for HCallBack / 014 nullPointer on HCanvas More... over 10 years ago
removing smooth in all files and adding import.hype on line 1 of all files More... over 10 years ago
Merge pull request #86 from wearesubrosa/library More... over 10 years ago
Merge branch 'library' of https://github.com/hype/HYPE_Processing into library More... over 10 years ago
fix naming of hype library in properties file and zip More... over 10 years ago
Merge pull request #85 from wearesubrosa/library More... over 10 years ago
restructure classes for easier importing More... over 10 years ago
removing HYPE.pde from examples and overhauling folder naming More... over 10 years ago
removing 3 WIP/test folders from examples More... over 10 years ago
Merge pull request #84 from wearesubrosa/library More... over 10 years ago
rework build script so that JAR and library zip output to distribution folder. update package name per josh More... over 10 years ago
Merge pull request #83 from wearesubrosa/library More... over 10 years ago
initial refactor to follow processing library guidelines More... over 10 years ago
Merge branch 'staging' More... over 10 years ago
First pass at supporting PShaders on HCanvas. Currently only Texture shaders have been tested, and the shader is applied to the graphics object through the use of the filter() method. More... almost 11 years ago
New HDrawablePool method drain() Calling this method flushes out both the inactive and active sets of drawables (it drains the pool), allowing you to do a requestAll or shuffleRequestAll again, but without having to destroy the entire pool and reapply layout etc. More... almost 11 years ago
Update to HDrawable pool and it's examples so that the method shuffleRequestAll now supports autoParent and not just the default stage as previous More... almost 11 years ago
updating latest/revised HOrbiter3D examples files More... almost 11 years ago
Merge pull request #63 from tracerstar/HOscillator_amplification_clipping More... about 11 years ago
Merge branch 'staging' of https://github.com/hype/HYPE_Processing into HOscillator_amplification_clipping More... about 11 years ago
updating HYPE.pde to include 3D grid updates More... about 11 years ago
Merge pull request #62 from tracerstar/cube_layout More... about 11 years ago
Hot fix on HSphere to fix weird stroke thing on the scaling Adding getters and setters to HPolarLayout More... about 11 years ago
removing old WIP proximity More... about 11 years ago
Migrating HProximity from WIP into main code. Currently is only 2D proximity on x & y of mouse position (default) or HDrawable. More... about 11 years ago
Migrating HPolarLayout out of WIP into main code. More... about 11 years ago