• v6.0 1b87cafb13

    ChaoticByte released this 2025-01-01 20:57:15 +00:00 | 78 commits to main since this release

    🎉 This is a huuuuge update, with almost every file changed in some way.

    Highlights

    • Split the UI in two windows
    • Added the shaderlibrary
    • Added a status indicator & error messages
    • Reduced the export binary size by providing a custom export template
    • UI/UX improvements
    • bug fixes and improvements

    Milestone

    https://github.com/ChaoticByte/Fragmented/milestone/1?closed=1

    Changelog

    • 01e17bd Bump version to v6.0, update & improve README, add new screenshot, and more; closes #19
    • afea5c9 Update the window title when saving the shader file - fix #26
    • 1635cd5 shaderlib: Add alpha_blend function, extend place_texture example, update autocomplete - implements #23
    • 3abaf38 Add shaderlib function to autocomplete with, check which files are included - implements #25
    • 7f1415d Remove some obsolete autocomplete keywords - closes #18
    • 5b939a3 Improve size of status indicator
    • 11ba755 Implement a naive way of checking if the shader compilation failed - implements 1/2 of #16
    • bbbd35f Update window title with current shader filename - implements #22
    • 1aa2177 shaderlib: Implement place_texture() and provide an example, replace mix.gdshader example; implements #17
    • 8b5a1cc Update image outline when new image is loaded
    • bae23b0 Rename ImageViewport to Compositor
    • 8394ad9 Added an error indicator and error message box and refactored some code in the process - implements #21, prepares #16
    • ca40971 Add a 'New' and 'Save As' button and improve save behaviour, additional minor improvements - fix #20
    • 6b74822 Add hsv.gdshaderinc to shaderlibrary, provide an example and update README.md - implement #12
    • 862ef07 Add a custom godot build template with reduced features for smaller exports - implements #15
    • 288ddcb Add a file exclusion list to export preset - fix #14
    • 80d937c Fix typo in README
    • ad6d2ad Cleaned up and refactored some code
    • 57328bc Place the viewer and editor in separate windows
    • f069f29 Add an outline to the result preview

    âž” https://github.com/ChaoticByte/Fragmented/compare/v5.0...v6.0

    Downloads