Releases: struct78/hemeshgui
Releases · struct78/hemeshgui
v0.6
Added
- New Shapes: Sea Shell, Sweep Tube, and Twin ISO shapes
- New Modifiers: Spherify, Shrink Wrap and Voronoi Cells modifiers
- Ani library for smoother animations
- Save As! Save your workspace settings
- Examples:
- Beethoven
- Cone
- Custom shapes
- Geodesic
- Grid
- Torus
- UV Parametric
- Added plane to sunflow rendering
Changed
- Complete re-write of Quick Save/Quick Loadload
- Switched from WB_Render to WB_Render3D
- Rotation in Sunflow rendering improved
- Improved light rendering in Sunflow
- Modified SunflowAPIAPI.java to include aa.jitter parameter
- Adjusted edge weight so it's consistent at any zoom level
Removed
- Translate to mouse movement
- Voronoi cells shape
v0.5
- Moved UI to grid-based layout
- Code refactoring to make adding shapes/modifiers easier
- Disabled unused parameter sliders for Shapes
- Removed unused parameter sliders for Modifiers
- Added Voronoi Cells and "UV Parametric shapes
- Added Noise and Spherical Inversion modifiers
- Added DooSabin subdivider
- Added Ambient Occlusion shader
- Added UI themes
- Made non-blocking UI
- Added multithreaded rendering
v0.4.1
v0.4
- Adapted HemeshGui to run under the latest version of Processing (3.3.7)
- Adapted HemeshGui to run under the latest HE_Mesh version (5.0.3)
- Adapted HemeshGui to run under the latest ControlP5 version (2.2.6)
- Removed mouse controls as I found them unhelpful
- Added Beethoven, Super Duper, Alpha, and Archimedes creators
- Added Mirror and Kaleidoscope modifiers
- UI tweaks
- Now runs in fullscreen mode
- Code formatting