Skip to content

Releases: swedishsplidney/fraktalized

fraktalized release v1.0.2

Choose a tag to compare

@swedishsplidney swedishsplidney released this 03 Jul 22:35

updated fraktalized release!

what changed:

  • added zoom clamping to help prevent issues when zooming in too far
  • fixed an issue where the internal appimage qt lib didnt link

usage instructions:

fraktalized is fully portable, so you don't have to deal with any annoying installers :)

windows and linux are tested on fedora 44 (windows ver. was tested through wine)
mac is untested but should work lol

  • linux:

    • download fraktalized-linux-v1.0.0.AppImage
    • make sure to give the file execution permissions, either with file manager (right click -> properties -> permissions -> "allow executing file as program"), or via terminal:
    chmod +x fraktalized-linux-v1.0.0.AppImage
    • double click the appimage, or run it from the terminal:
    ./fraktalized-linux-v1.0.0.AppImage 
  • windows:

    • download fraktalized-windows-v1.0.0.zip
    • extract the zip, and open it
    • double click the fraktalized.exe file (do not remove it from the folder, it relies on the qt and dll files inside of the folder)
  • macOS:

  • warning!!!: macOS is currently not supported!!! i have attached a dmg in case you want to try anyway :)

    • download and double-click fraktalized-mac-v1.0.0.dmg
    • drag the fraktalized application icon into your applications folder
    • open your applications folder, right-click (or ctrl-click) fraktalized, and select "open" to bypass the unsigned developer warning

troubleshooting & common errors:

  • "VCRUNTIME140.dll" or "MSVC140.dll" missing (windows)

    • why it happens: your windows install doesnt have the microsoft visual c++ runtimes that are required
    • fix: download and install the official vc_redist.x64.exe from microsoft's website (found here), then restart your computer, and try running fraktalized again
  • appimage fails to launch / "fbo format unsupported" (linux)

    • why it happens: your system is missing modern opengl drivers, or a sandboxed environment is blocking access
    • make sure your drivers are fully updated. if you're running on an older intel integrated gpu, try running the app via terminal with software rendering forced to check compatibility:
    QT_XCB_GL_INTEGRATION=xcb_egl ./fraktalized-linux.AppImage
  • "fraktalized can't be opened because apple cannot check it for malicious software" (macos)

    • why it happens: the binary is not notarized through apple's paid developer program
    • the fix: do not double-click it normally. instead, right-click the app, click on "open", and then click "open anyway" in the dialog.

if you're coming from stardance:

i also made a little demo video :)

watch it here

fraktalized release v1.0.1

Choose a tag to compare

@swedishsplidney swedishsplidney released this 02 Jul 18:40

updated fraktalized release!

what changed:

  • added zoom clamping to help prevent issues when zooming in too far

usage instructions:

fraktalized is fully portable, so you don't have to deal with any annoying installers :)

windows and linux are tested on fedora 44 (windows ver. was tested through wine)
mac is untested but should work lol

  • linux:

    • download fraktalized-linux-v1.0.0.AppImage
    • make sure to give the file execution permissions, either with file manager (right click -> properties -> permissions -> "allow executing file as program"), or via terminal:
    chmod +x fraktalized-linux-v1.0.0.AppImage
    • double click the appimage, or run it from the terminal:
    ./fraktalized-linux-v1.0.0.AppImage 
  • windows:

    • download fraktalized-windows-v1.0.0.zip
    • extract the zip, and open it
    • double click the fraktalized.exe file (do not remove it from the folder, it relies on the qt and dll files inside of the folder)
  • macOS:

    • download and double-click fraktalized-mac-v1.0.0.dmg
    • drag the fraktalized application icon into your applications folder
    • open your applications folder, right-click (or ctrl-click) fraktalized, and select "open" to bypass the unsigned developer warning

troubleshooting & common errors:

  • "VCRUNTIME140.dll" or "MSVC140.dll" missing (windows)

    • why it happens: your windows install doesnt have the microsoft visual c++ runtimes that are required
    • fix: download and install the official vc_redist.x64.exe from microsoft's website (found here), then restart your computer, and try running fraktalized again
  • appimage fails to launch / "fbo format unsupported" (linux)

    • why it happens: your system is missing modern opengl drivers, or a sandboxed environment is blocking access
    • make sure your drivers are fully updated. if you're running on an older intel integrated gpu, try running the app via terminal with software rendering forced to check compatibility:
    QT_XCB_GL_INTEGRATION=xcb_egl ./fraktalized-linux.AppImage
  • "fraktalized can't be opened because apple cannot check it for malicious software" (macos)

    • why it happens: the binary is not notarized through apple's paid developer program
    • the fix: do not double-click it normally. instead, right-click the app, click on "open", and then click "open anyway" in the dialog.

if you're coming from stardance:

i also made a little demo video :)

watch it here

fraktalized release v1.0.0

Choose a tag to compare

@swedishsplidney swedishsplidney released this 02 Jul 04:46

first full fraktalized release!!!!!

usage instructions:

fraktalized is fully portable, so you don't have to deal with any annoying installers :)

windows and linux are tested on fedora 44 (windows ver. was tested through wine)
mac is untested but should work lol

  • linux:

    • download fraktalized-linux-v1.0.0.AppImage
    • make sure to give the file execution permissions, either with file manager (right click -> properties -> permissions -> "allow executing file as program"), or via terminal:
    chmod +x fraktalized-linux-v1.0.0.AppImage
    • double click the appimage, or run it from the terminal:
    ./fraktalized-linux-v1.0.0.AppImage 
  • windows:

    • download fraktalized-windows-v1.0.0.zip
    • extract the zip, and open it
    • double click the fraktalized.exe file (do not remove it from the folder, it relies on the qt and dll files inside of the folder)
  • macOS:

    • download and double-click fraktalized-mac-v1.0.0.dmg
    • drag the fraktalized application icon into your applications folder
    • open your applications folder, right-click (or ctrl-click) fraktalized, and select "open" to bypass the unsigned developer warning

troubleshooting & common errors:

  • "VCRUNTIME140.dll" or "MSVC140.dll" missing (windows)

    • why it happens: your windows install doesnt have the microsoft visual c++ runtimes that are required
    • fix: download and install the official vc_redist.x64.exe from microsoft's website (found here), then restart your computer, and try running fraktalized again
  • appimage fails to launch / "fbo format unsupported" (linux)

    • why it happens: your system is missing modern opengl drivers, or a sandboxed environment is blocking access
    • make sure your drivers are fully updated. if you're running on an older intel integrated gpu, try running the app via terminal with software rendering forced to check compatibility:
    QT_XCB_GL_INTEGRATION=xcb_egl ./fraktalized-linux.AppImage
  • "fraktalized can't be opened because apple cannot check it for malicious software" (macos)

    • why it happens: the binary is not notarized through apple's paid developer program
    • the fix: do not double-click it normally. instead, right-click the app, click on "open", and then click "open anyway" in the dialog.

if you're coming from stardance:

i also made a little demo video :)

watch it here