Download Latest Version OPENRNDR 0.4.3 source code.zip (1.5 MB)
Email in envelope

Get an email when there's a new version of OPENRNDR

Home / v0.3.45
Name Modified Size InfoDownloads / Week
Parent folder
OPENRNDR 0.3.45 source code.tar.gz 2021-02-27 1.1 MB
OPENRNDR 0.3.45 source code.zip 2021-02-27 1.3 MB
README.md 2021-02-27 5.6 kB
Totals: 3 Items   2.4 MB 0

OPENRNDR 0.3.45

  • 7efe40b1 Add ADD blend mode to RenderTargetGL3, fix outputs for imageFragmentShader (Edwin Jakobs)
  • d27f9cee Add captureEveryFrame and name properties (#165) (Eric Yancey Dauenhauer)
  • 4bb6ceeb Add .clear() to Composition (#182) (Abe Pazos)
  • d082ea82 Add CompositionDrawer.composition (#177) (Abe Pazos)
  • 4af2e2bb Add cursorHideMode to mouse and configuration (Edwin Jakobs)
  • 96a7ba6c Add disableCursor support (Edwin Jakobs)
  • 4d6be002 Add drawStyle.smooth control for shapes, add drawStyle.miterLimit (Edwin Jakobs)
  • c0c777f8 Add frameSkip variable to ScreenRecorder (Yvee1)
  • 4c0805ff Add imageProxy helper functions (Edwin Jakobs)
  • e7f0eaed Add javacpp native libraries to ffmpeg-natives (Edwin Jakobs)
  • 41eb29a9 add JvmOverloads for conversion functions (Jonathan Ellis)
  • 77ecfaef add JvmOverloads for LineSegment intersection (Jonathan Ellis)
  • 1d975289 Add LinearType interface, implement in most linear types (Edwin Jakobs)
  • cc636074 Add new Animatable implementation (Edwin Jakobs)
  • e211ab65 Add openrndr-demos (Edwin Jakobs)
  • 0b561819 Add Rectangle.position(uv: Vector2) (#195) (Abe Pazos)
  • dabda8c9 add resettableLazy and apply to Shape (#183) (Jonathan Ellis)
  • 3b97a6ed Add REVERSE_DIFFERENCE clip mode (Edwin Jakobs)
  • fa20386b Add Segment.contour (Edwin Jakobs)
  • 63807560 Add Segment.contour ShapeContour.contour (Edwin Jakobs)
  • b63ff5a3 Add Shape.toString (Edwin Jakobs)
  • 2a0b7da7 Add support for IntArray, DoubleArray in ShadeStyle (Edwin Jakobs)
  • f55b1f09 Add support for loading colorbuffers from .dds files (Edwin Jakobs)
  • e67a655e Add synchronized to writes to toRemove in CompositionDrawer (Edwin Jakobs)
  • 6d549e5c Add tools to get the last programmed animation for a property (Edwin Jakobs)
  • 2c3d6c3a Add triangle creation from centroid (#200) (Ricardo Matias)
  • 8c45cb27 Add window transparency (Edwin Jakobs)
  • 85c478a1 allow mixing lineTo with continueTo (Jonathan Ellis)
  • 6985a64f Blendmode: fix MULTIPLY and add REMOVE (Yvee1)
  • 26d6226a Convert from grayscale to RGB instead of forcing to RGBA (Edwin Jakobs)
  • fa4375fa Document shape and math classes/methods (#189) (Vechro)
  • 2e79b8ef Fix adaptivePositionsAndCorners (Edwin Jakobs)
  • 73380f08 Fix argument order in Polar.makeSafe() (#169) (Steven van den Broek)
  • 869938a2 Fix artifex intersections edge case (#201) (Abe Pazos)
  • 7d540f30 Fix circle strokes (Edwin Jakobs)
  • 66f0fce7 Fix concurrent modification problem in CompositionDrawer (Edwin Jakobs)
  • 56234fcf Fix empty shape handling in difference() (Edwin Jakobs)
  • 2ce26901 Fix equidistantPositions fixes [#166] (Edwin Jakobs)
  • f0a2c31e Fix for grayscale to RGB conversion at load (Edwin Jakobs)
  • e6e02e79 Fix for linecaps (Edwin Jakobs)
  • acb8d77c Fix index out of bounds bug in drawing single line segments (Edwin Jakobs)
  • f497b539 Fix loading of stroke weights from SVG Add dimension overrides to ScreenRecorder.kt Add option to disable setting the pink application icon (Edwin Jakobs)
  • 78ac12c9 Fix mesh lines to work with orthogonal projections (Edwin Jakobs)
  • 421e6d01 Fix missing cursorHideMode in ApplicationNullGL (Edwin Jakobs)
  • c140c68e Fix problem in Artifex where Curve2.split is called with consecutive duplicates (Edwin Jakobs)
  • fed0a4f3 Fix zero division bug in Drawer when modelViewScaling is zero (Edwin Jakobs)
  • 708c4ab2 Force loading images through stb to result in RGBA formatted ColorBuffers (Edwin Jakobs)
  • e0da5326 Ignore vertical scale factor (Edwin Jakobs)
  • 687a35c2 Implement split(ShapeContour, ShapeContour) (#186) (Abe Pazos)
  • f3366023 Improve calculation of mirrored points in CatmullRomChain2/CatmullRomChain3 (Edwin Jakobs)
  • ac2a5f8f Improve character positioning (Edwin Jakobs)
  • 79e59a79 Improve ColorBufferGL3.copyTo(ArrayTexture such that it deals with compressed texture copies on GPU (Edwin Jakobs)
  • 1dc43c34 Improve DDS support, add support for copying from compressed ColorBuffer to compressed ArrayTexture (Edwin Jakobs)
  • b470e76b Improve documentation of LineSegment, remove unused functions (Edwin Jakobs)
  • 5c2462c8 Improve font rendering, add DrawStyle.textSetting (Edwin Jakobs)
  • a58312c4 Improve handling of corners in ExpansionDrawer, include stroke weight in distance tolerance (Edwin Jakobs)
  • d3c20702 Improve left-side bearing (Edwin Jakobs)
  • 17859a45 Improve minimum line width calculation in ShaderGeneratorsGL3 (Edwin Jakobs)
  • 9a834c6e Improve mouse cursor handling, add standard cursor types (Edwin Jakobs)
  • 4b0c48a7 Improve rectangle.scale, add List<Vector2>.bounds, List<Rectangle>.bounds, Vector2.map(Rectangle, Rectangle) (Edwin Jakobs)
  • b6f9b0c7 Improve stroke rendering (Edwin Jakobs)
  • 74201418 Improve svg transform parsing (#178) (Steven van den Broek)
  • 4276fb15 Improve text rendering (Edwin Jakobs)
  • d07d8f04 Improve writer {} api by adding return values (Edwin Jakobs)
  • 68ab39ba Recover Vector2.fromPolar (Edwin Jakobs)
  • 816559c0 Rectangle: move intersects(), test, add ReplaceWith (#202) (Abe Pazos)
  • c9ce8be1 Refactor image loading, improve kdocs (Edwin Jakobs)
  • 0490113f Resolve toByte() conversion warnings (Edwin Jakobs)
  • b6b1a8b7 Revert and fix Expansion (Edwin Jakobs)
  • c49e445c Simplify shape boolean ops and intersections api (Edwin Jakobs)
  • b39d9f2f Split shape kt (#181) (Abe Pazos)
  • 8454b31f Tweak fringeWidth (Edwin Jakobs)
  • 7e6239ae Unify function argument names in ShapeOperations (Abe Pazos)
  • 3acd2579 update Gradle to 6.8 (#176) (Abe Pazos)
  • 97a93ef8 Upgrade to Gradle 6.8.2 (Edwin Jakobs)
  • c713ed7f Upgrade to Kotlin 1.4.30 (Edwin Jakobs)
Source: README.md, updated 2021-02-27