Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORX 0.4.2 #263

Open
edwinRNDR opened this issue Aug 18, 2022 · 2 comments
Open

ORX 0.4.2 #263

edwinRNDR opened this issue Aug 18, 2022 · 2 comments
Labels
future release help wanted Extra attention is needed

Comments

@edwinRNDR
Copy link
Member

Changes since 0.4.1

@edwinRNDR
Copy link
Member Author

Please update/comment all changes between releases 0.4.1 and 0.4.2

@edwinRNDR edwinRNDR added the help wanted Extra attention is needed label Apr 20, 2023
@hamoid
Copy link
Member

hamoid commented Apr 21, 2023

# 0.4.1 = 9db3c48
# 0.4.2 = c6d4063

$ git log 9db3c48..c6d4063 --pretty=format:"- %h %s (%an)" --no-merges | sort -k 3 | uniq -u -s 11

- 4c22687 Add orx-view-box, adjust for api changes in OPENRNDR (Edwin Jakobs)
- 4c6ab14 Add orx-view-box to multi platform projects (Edwin Jakobs)
- 7d7c267 Add Post extension (Edwin Jakobs)
- 407338c Add support for alpha and beta tags (Edwin Jakobs)
- 0a0e102 Change arm64 to aarch64 (#274) (Vechro)
- 99bd051 Fix demos (Edwin Jakobs)
- 47d4293 Fixes and move to jvmDemo (#286) (Vechro)
- b6d7783 Fix ffmpeg native variant for macos (edwin)
- 58359b9 [orx-camera] Add ChangeEvents interface (Edwin Jakobs)
- 07a11b6 [orx-camera] Add ParametricOrbital (Edwin Jakobs)
- beb53bb [orx-camera] Add rotation to Camera2D (#283) (Abe Pazos)
- 0a77411 [orx-camera] Add setupMouseEvents to Camera2D (Edwin Jakobs)
- 390dcf6 [orx-camera] Enable toggling user interaction in OrbitalControls (#276) (Abe Pazos)
- 5034986 [orx-camera] Fix panning in OrbitalControls (Edwin Jakobs)
- d8c73af [orx-camera] Re-add Camera2D (#275) (Abe Pazos)
- b211a58 [orx-color] Add deltaE76 (Edwin Jakobs)
- c6d4063 [orx-color] Replace .mod_() with .mod() (Edwin Jakobs)
- d1ab800 [orx-compositor] Clean up API, clear mask layer (Edwin Jakobs)
- 391ebce [orx-compositor] Remove use() add aside {} (Edwin Jakobs)
- 4eeb7e4 [orx-compositor] Update README.md (Edwin Jakobs)
- 63fd81a [orx-fx] Add CompositeFilter (Edwin Jakobs)
- 32d183e [orx-fx] Add depth buffer to Post (Edwin Jakobs)
- ff12413 [orx-fx] Add DirectionalBlur (Edwin Jakobs)
- 7a11fae [orx-fx] Add missing filters to readme (#267) (Abe Pazos)
- e864098 [orx-fx] Fix content-scale-awareness for FrameBlur (Edwin Jakobs)
- 750b5ef [orx-fx] Use the appropriate FilterNto1 interfaces  * Fix webgl 2 compatibility  * Add LumaLaplacian, ACESTonemap, ReinhardTonemap, DirectionalHashBlur (Edwin Jakobs)
- 6e493b3 [orx-gui] Add GUIAppearance to configure base color and bar width (Edwin Jakobs)
- 7853a1a [orx-gui] Add min/max values to saved parameter json files (Edwin Jakobs)
- 39ef11e [orx-gui] Fix color randomization (#266) (Abe Pazos)
- a83f6c4 [orx-gui] Fix demo (Edwin Jakobs)
- 600e79a [orx-gui] XYParameter tweaks (#272), closes #107 (Abe Pazos)
- 8ce7668 [orx-hash-grid] Add documentation, demos and improve API (Edwin Jakobs)
- e8619e4 [orx-hash-grid] Add point owners (Edwin Jakobs)
- f44084b [orx-hash-grid] Update README.md (Edwin Jakobs)
- 9f3ed68 [orx-image-fit] Fix arguments order in README (#287) (Abe Pazos)
- f1d85fb [orx-jumpflood] Add DemoDirectionField01.kt and DemoDistanceField01.kt (#281) (Abe Pazos)
- e27f7eb [orx-jumpflood] Make module multiplatform (Edwin Jakobs)
- b7fc891 orx-kinect refactoring + new general orx-depth-camera (#257) (Kazik Pogoda)
- 775abf3 [orx-midi] Add pitch bend and pressure (#265) (Abe Pazos)
- 41d6675 [orx-minim] Fix audio file loading, add demo (#280) (Abe Pazos)
- b91dc34 [orx-noise] Add percentile parameter to uni-/bipolar functions (Edwin Jakobs)
- 51096e5 [orx-noise] Bring back GLSL NoiseFilters.kt (#277) (Abe Pazos)
- 86fc6e2 [orx-noise] Describe ShapeNoise.kt functions (#270) (Abe Pazos)
- 6a4e3c3 [orx-noise] Improve uni-/bipolar functions, add clamp functions (Edwin Jakobs)
- 227c82f [orx-panel] Fix Div such that it only consumes mouse events when it has a fill color (Edwin Jakobs)
- 947f647 [orx-poisson-fill] Add content scale support (Edwin Jakobs)
- d13c5a1 [orx-poisson-fill] Use appropriate FilterNto1 interfaces (Edwin Jakobs)
- 2fc1a3a [orx-shader-phrases] Include symbols from transitive imports (Edwin Jakobs)
- d4b7df6 [orx-shader-phrases] mat2 is valid GLSL but was missing (#271) (Abe Pazos)
- 172c225 [orx-shade-styles] Add ImageFit shade style (Edwin Jakobs)
- b4e2f6a [orx-temporal-blur] Fix TemporalBlur compatibility with ProgramImplementation (Edwin Jakobs)
- 04248bd [orx-temporal-blur] Resolve content scale from active render target (Edwin Jakobs)
- 0a7b4b7 [orx-triangulation] Add smoothScatter (Edwin Jakobs)
- d10ddb7 [orx-triangulation] Disable failing tests in TestDelaunay.kt (Edwin Jakobs)
- 1f16aa6 [orx-triangulation] Improve triangulation, add kotlin/js support (Edwin Jakobs)
- 1632183 [orx-triangulation] Small fixes (Edwin Jakobs)
- 367a227 [orx-video-profiles] Expose filters in video profiles (Edwin Jakobs)
- 01bcdfb [orx-video-profiles] Mention `tiffSequence()` in README.md (#268) (Abe Pazos)
- 862bec1 [orx-view-box] Add demo for proxy programs (Edwin Jakobs)
- f849bb8 [orx-view-box] Add options to disable input translation, add mouse.position (Edwin Jakobs)
- bf2614e [orx-view-box] Add shouldDraw function (Edwin Jakobs)
- b893122 [orx-view-box] Configure and activate the viewbox rendertarget on creation (Edwin Jakobs)
- 19593ca [orx-view-box] configure internal render target color type using RenderTarget.active (Edwin Jakobs)
- 0b62f06 [orx-view-box] Fix color type configuration (Edwin Jakobs)
- 38f1181 Replace build with publishToMavenLocal (Edwin Jakobs)
- 92c235b Upgrade Kotlin to 1.7.10 (Edwin Jakobs)
- 0a24780 Upgrade Kotlin to 1.7.20 (Edwin Jakobs)
- c398aaa Upgrade to Gradle 7.5.1 (#269) (Abe Pazos)
- 711222d Upgrade to Gradle 7.6, Kotlin 1.7.21, Kotlinx serialization 1.4.1, Spek 2.0.19, Kluent 1.72,  junitJupiter 5.9.1, slf4j 2.0.3, Gson 2.9.1 zxing 3.5.1 (Edwin Jakobs)
- f9130d9 Use buildSrc to deduplicate build logic (#262) (Vechro)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future release help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants