Releases: Auburn/FastNoise2
Releases · Auburn/FastNoise2
Apple ARM support, OpenSimplex2S nodes
Changelog
- bec6a35 Use imnodes as a cmake sub project, remove hacky workaround
- a7d005e Update noise tool dependancies
- d8a073b fix: Use Neon for Apple Silicon
- 8a40ff1 OpenSimplex2S noise, 2D and 3D
- 8225841 Stop hover popup on empty string
- 3a2efcd Fix crash when creating nodes with no available SIMD level
v0.9.7-alpha..v0.10.0-alpha
v0.9.7-alpha
Fixed out of bounds memory access
Thread safety fix for SmartNodes
Changelog
Fix blank mesh preview in NoiseTool
Fix MacOS NoiseTool binary failing to find libFastNoise
Changelog
BMP export, Performance improvements, Fixes
Changelog
- 3b4b458 Set CMake install RPATH for NoiseTool
- 50a02c3 Fix deserialisation error on Linux with NewFromEncodedNodeTree()
- 17ec003 Add FastNoise2 alias CMake target
- 702fabe Remove robin_hood from CMake install
- 2c7881d Prefer int over int32_t
- c963178 add missing include
- 3c4dc5b Fullscreen dock node
- 68032a8 Don't overwrite bmp export files
- 301c750 Iterate file names on file lock
- 81eeb47 Export texture to BMP
- 8160ead Fix BUILD_SHARED_LIBS=true not placing FastNoise.dll in correct output dir
- e65a668 Increase far clipping plane to match new max chunk distance
Numerous NoiseTool Improvements
Changelog
- 98c5aaf Camera pos readout
- 00230ff Swap to using robinhood hash for noisetool mesh chunks
- a228926 Min air Y, max solid Y for 3D voxel mesh
- 0b33175 Node graph minimap
- e6b3738 NoiseTool new heightmap 2D mesh option
- 0419f08 Add persistent state saving to NoiseTool, updated ImNodes, refactor metadata node naming
- 5ffc74b Draggable texture preview
- 929c439 Remove min axis size limitations
- b7a8a11 Removed hacky last alloc for SmartNode get reference
- dd3e781 Refactor Metadata Get functions, add templated Metadata::Get
- f63ef25 Average node performance and total, better overhead check
- cfce4d8 Node graph performance estimates
- 70e1398 Optimised shader to reduce VRAM usage
- bd4ad9a Fix CMake for ImGui misc cpp sources
- 20a7acd std::string for encoded node input
- 344732d Help tooltip in node graph
- 3adfacd Swap out SDL for GLFW
- 73ce394 Windows HiDPI support
- 8ac7da0 Lighten back facing, init corrade resources
- 1b807fe Add HiDPI font
- 745dfc6 Enable VSync
- d13f4a5 Remove SDL2 binaries, use CPM instead
- ae6e9b6 Swap out submodules for CPM
Notes
- 4D not fully implemented for all nodes
Minor fixes
Fix 32bit SmartNodes
Fix NoiseTool crash when deleting elements
Fix NoiseTool crash when deleting multiple links/nodes