Search found 149 matches

by nyholku
Sun Apr 29, 2018 3:24 pm
Forum: UX/UI Design
Topic: FC 0.17/Qt5 compatible NaviCube
Replies: 38
Views: 10168

Re: FC 0.17/Qt5 compatible NaviCube

Qt5 good news!

Anything I can do to get the NaviCube merged?
by nyholku
Wed Dec 27, 2017 7:45 pm
Forum: UX/UI Design
Topic: FC 0.17/Qt5 compatible NaviCube
Replies: 38
Views: 10168

Re: FC 0.17/Qt5 compatible NaviCube

I don't think it will compile 'as is' with Qt4 but I haven't tried. In any case the mods would be very small I would think from memory.

wbr Kusti
by nyholku
Sat Dec 09, 2017 4:11 pm
Forum: UX/UI Design
Topic: FC 0.17/Qt5 compatible NaviCube
Replies: 38
Views: 10168

Re: FC 0.17/Qt5 compatible NaviCube

Slowed down? Hmm, interesting, did not notice that. It is not a qwidget it simply taps to the opengl render/redraw call on (on View3DInventorViewer) and renders to the OpenGL context (just like the standard XYZ axise orientation indicator) so I would not expect drawing twenty odd more polygons make ...
by nyholku
Tue Nov 21, 2017 7:07 pm
Forum: UX/UI Design
Topic: FC 0.17/Qt5 compatible NaviCube
Replies: 38
Views: 10168

Re: FC 0.17/Qt5 compatible NaviCube

Yes, it is a bit bigger, I felt it now optimal for me, but this is not final. Might be configurable. We'll see.
by nyholku
Sat Nov 18, 2017 11:12 am
Forum: UX/UI Design
Topic: FC 0.17/Qt5 compatible NaviCube
Replies: 38
Views: 10168

FC 0.17/Qt5 compatible NaviCube

Hi everyone,

I've updated my experimental NaviCube to FC 0.17 code base and refactored it to be compatible with Qt5.

You can find the code here:

https://github.com/nyholku/FreeCAD/tree/navicube-qt5

Screenshot below.

wbr Kusti

Screen Shot 2017-11-18 at 13.10.53.png
Screen Shot 2017-11-18 at 13.10.53.png (246.03 KiB) Viewed 4586 times
by nyholku
Fri Nov 17, 2017 6:08 am
Forum: Install / Compile
Topic: Compiling on Mac OS Yosemite 10.10.5
Replies: 24
Views: 5152

Re: Compiling on Mac OS Yosemite 10.10.5

I did not have problems with netcdf I did exactly I as I described in my latest post.

My Xcode is Version 7.2.1 (7C1002)
by nyholku
Fri Nov 17, 2017 5:29 am
Forum: Install / Compile
Topic: Compiling on Mac OS Yosemite 10.10.5
Replies: 24
Views: 5152

Re: Compiling on Mac OS Yosemite 10.10.5

This time below sequence worked for me. Cleaned up i.e. removed 'everything qt' from homebrew cellar '/usr/local/Cellar/' with Finder. Completely remove homebrew with script from here: https://raw.githubusercontent.com/Homebrew/install/master/install)" Re install homebrew like this: /usr/bin/ru...
by nyholku
Thu Nov 16, 2017 5:18 am
Forum: Install / Compile
Topic: Compiling on Mac OS Yosemite 10.10.5
Replies: 24
Views: 5152

Re: Compiling on Mac OS Yosemite 10.10.5

Never ends that ... https://www.youtube.com/watch?v=AIbTXCQgvRk My above 'instructions' work to get FC to compile and produced an executable but the executable crashes! On closer inspection it looks like there must be some conflict with Qt 5.6 and Qt 5.9 or something in homebrew cellar. Attempts to ...
by nyholku
Wed Nov 15, 2017 3:20 pm
Forum: Install / Compile
Topic: Compiling on Mac OS Yosemite 10.10.5
Replies: 24
Views: 5152

Re: Compiling on Mac OS Yosemite 10.10.5

I think a lot of the problem is rooted in the reliance on package managers or the way the package managers are used in a typical FOSS project. Every top level should have their own "sandbox" into which dependent libraries are compiled so that installing different version of the libraries f...
by nyholku
Wed Nov 15, 2017 5:14 am
Forum: Install / Compile
Topic: Compiling on Mac OS Yosemite 10.10.5
Replies: 24
Views: 5152

Re: Compiling on Mac OS Yosemite 10.10.5

The saga of C-tool chain keeps continuing! This is so fragile. Yesterday I renamed my FC directory and followed my notes above and though the CMake worked the compilation failed with a missing QtInfo member. So CMake had picked up wrong Qt (/usr/local/Qt/4.8.1-macosx105 ??) I guess, although I thoug...