• 0 Posts
  • 27 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle








  • It comes with the launcher embedded.

    Now you may be asking, what happens if the APE loader isn’t installed on my system? In that case, it’ll try to dd the 4kb copy of the APE loader that’s embedded within the host executable, out to the safest folder that’s guaranteed to work, namely ${TMPDIR:-${HOME:-.}}/.ape. If your operating system defines the POSIX-specified $TMPDIR variable, then the ape loader will become $TMPDIR/.ape. Otherwise if $HOME is defined, it’s dropped in in $HOME/.ape. Then, if neither is defined, ./.ape is created in the current directory






  • At this point it’s a just a fork of FreeCAD with a slight UI overhaul and some usability improvements. It’s still FreeCAD underneath. Ondsels product is their FreeCAD compatible collaborative cloud. They have made some changes to the workbenches to simply them and are contributing it back to main FreeCAD. But the learning curve is still there. The bugs on Windows that can crash your projects still occur. But you can use WSL to install the Linux version and not have any issues.