View previous topic :: View next topic |
Author |
Message |
nextstep Site Admin
Joined: 06 Jan 2007 Posts: 539
|
Posted: Sat Mar 22, 2014 6:33 pm Post subject: |
|
|
Hi Denisc,
I uploaded a new ziped file with both 32 and 64 Bit windows programs: https://sourceforge.net/projects/mathmod/files/MathMod-1.0/Beta/MathMod-1.0-Beta%28Win32_Win64%29.zip/download
I also added two new folders to the pachages hoping the executables will now find the missing plugins files. This should work as the package Alpha.
Note: Both of the two packages works in my win7 and if you still have problems then there is the possibility to install qt5 on you machine and compile the source code yourself: this way will works at 100% of certainty  _________________ Cheers,
Abderrahman |
|
Back to top |
|
 |
janusz
Joined: 10 Oct 2013 Posts: 8
|
Posted: Sun Mar 23, 2014 12:37 pm Post subject: |
|
|
Witam,examples do not load on Vista 32 bit.Pozostaje only compilation. |
|
Back to top |
|
 |
nextstep Site Admin
Joined: 06 Jan 2007 Posts: 539
|
Posted: Sun Mar 23, 2014 1:30 pm Post subject: |
|
|
Hi Janusz,
Sorry i didn't understand your message...you can use French, Spachish or German if you want (google translate is there for what ever is hard to understand after that )
it looks like it worked for you when compiling but you have problems with the loading of the script? if this is the case, then it's easy to fix that:
open "Main.cpp" and go to the line:
Quote: | drawingopt.MathmodRef->RootObjet.ReadJsonFile("mathmodconf.js", Conf); |
You should replace:
by something like
Quote: | "C://Users//Nextstep//Desktop//Branches//1.0//mathmodconf.js" |
This indicate where is you actual code that you're trying to compile and run _________________ Cheers,
Abderrahman |
|
Back to top |
|
 |
janusz
Joined: 10 Oct 2013 Posts: 8
|
Posted: Sun Mar 23, 2014 4:19 pm Post subject: |
|
|
I'm sorry but I translated the google translator. |
|
Back to top |
|
 |
nextstep Site Admin
Joined: 06 Jan 2007 Posts: 539
|
Posted: Sun Mar 23, 2014 5:27 pm Post subject: |
|
|
Hi,
I'll upload a new windows compile that will check for the existence of the script file and if it doesn't find it, it will let you choose it's location. _________________ Cheers,
Abderrahman |
|
Back to top |
|
 |
nextstep Site Admin
Joined: 06 Jan 2007 Posts: 539
|
|
Back to top |
|
 |
denisc
Joined: 24 Apr 2013 Posts: 92
|
Posted: Thu Mar 27, 2014 7:56 pm Post subject: |
|
|
hi
Now that work for me, immediately.
When i open the prog. |
|
Back to top |
|
 |
denisc
Joined: 24 Apr 2013 Posts: 92
|
Posted: Fri Apr 25, 2014 11:59 pm Post subject: |
|
|
hello
i been tested your mathmod version.
questions:
how to recover old formulas K3DSurf simply to see a
mathmod again?
2, The system stokage formulas on a single file, to correct or change
seems a bit tedious?
to see to the usag?
cheers
denis |
|
Back to top |
|
 |
nextstep Site Admin
Joined: 06 Jan 2007 Posts: 539
|
Posted: Sun Apr 27, 2014 1:29 pm Post subject: |
|
|
Hi denisc,
I'll add in MathMod the support for the old .k3d files and possibility to save them in the new .js file format.
For your second question about the script editing, yes it's quiet difficult to edit them by hand, this is why MathMod integrate an easy to use script editor.
The script editor is still in development but it can already do some basic operations, especially for simple scripts:
In this video you can see a small demo of some of it's features:
http://www.youtube.com/watch?v=FBTSLBNCp1U
working on it  _________________ Cheers,
Abderrahman |
|
Back to top |
|
 |
inode

Joined: 27 Jan 2007 Posts: 127 Location: Austria
|
Posted: Mon Apr 28, 2014 6:23 am Post subject: *.k3ds file import |
|
|
Hi Abderrahman
Oh yes, please set the feature to import *.k3ds file to high priority!!!
In the meantime I have many k3ds files with many examples created and collected.
It would be a real shame, if all this knowhow can NOT be used with MathMod.
Here are some additional notices / ideas ...
- add a button to toggle display axis
- 'axe z' should be named only 'z'
- 'triangle ' and 'mesh' button should be together
- make displaying normals really sense ?
- save all preferences and load it at startup
- add a 'reset' button to set default preferences
- add [+] and [-] button to expand/shrink x,y,z calculation limits in one step (step size should depend on the value range)
- sometimes depending on the formula a 'find limits' button would be a nice feature
- put tab 'CND Equation' and tab 'CND Visualisation' together in one tab 'Conditions' and add this tab to the 'Properties Editor'
please let us know if you have a new version for testing...
Gerd |
|
Back to top |
|
 |
abdelhamid belaid
Joined: 13 Aug 2009 Posts: 170
|
Posted: Fri May 02, 2014 6:46 pm Post subject: |
|
|
hi,
Taha, the parametric tab doesn't work for me when writing formulas! it works only when I edit the script ! _________________ My YouTube channel |
|
Back to top |
|
 |
nextstep Site Admin
Joined: 06 Jan 2007 Posts: 539
|
Posted: Wed Jun 04, 2014 8:13 am Post subject: |
|
|
Hi all,
Code: |
Inode
Oh yes, please set the feature to import *.k3ds file to high priority!!!
In the meantime I have many k3ds files with many examples created and collected.
It would be a real shame, if all this knowhow can NOT be used with MathMod. |
I added the possibility to export the .k3ds scripts to .js that can be loaded in MathMod, but right now it works only with isosurfaces.
This export feature is available in the main menu from: "Project"--> "Convert K3DS script" . it will create a .js file with the same name as the .k3ds file.
To load the generated .js file, you have to use : "Project"--> "Load Json script"
the 64 bit version is available from: https://sourceforge.net/projects/mathmod/files/MathMod-1.0/Release%20Candidate/
Quote: | Taha, the parametric tab doesn't work for me when writing formulas! it works only when I edit the script ! |
Abdelhamid:
Can you please describe better this bug, I cant reproduce unless it's the bug with the GUI that doesn't update correctly when loading parametric models? _________________ Cheers,
Abderrahman |
|
Back to top |
|
 |
|