MathMod 1.0 Beta
Goto page Previous  1, 2
 
Post new topic   Reply to topic    K3DSurf forum Forum Index -> MathMod Progress & features
View previous topic :: View next topic  
Author Message
nextstep
Site Admin


Joined: 06 Jan 2007
Posts: 539

PostPosted: Sat Mar 22, 2014 6:33 pm    Post subject: Reply with quote

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 Smile
_________________
Cheers,
Abderrahman
Back to top View user's profile Send private message
janusz



Joined: 10 Oct 2013
Posts: 8

PostPosted: Sun Mar 23, 2014 12:37 pm    Post subject: Reply with quote

Witam,examples do not load on Vista 32 bit.Pozostaje only compilation.
Back to top View user's profile Send private message
nextstep
Site Admin


Joined: 06 Jan 2007
Posts: 539

PostPosted: Sun Mar 23, 2014 1:30 pm    Post subject: Reply with quote

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 Smile )
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:
Quote:
"mathmodconf.js"

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 View user's profile Send private message
janusz



Joined: 10 Oct 2013
Posts: 8

PostPosted: Sun Mar 23, 2014 4:19 pm    Post subject: Reply with quote

I'm sorry but I translated the google translator.
Back to top View user's profile Send private message
nextstep
Site Admin


Joined: 06 Jan 2007
Posts: 539

PostPosted: Sun Mar 23, 2014 5:27 pm    Post subject: Reply with quote

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 View user's profile Send private message
nextstep
Site Admin


Joined: 06 Jan 2007
Posts: 539

PostPosted: Sun Mar 23, 2014 11:06 pm    Post subject: Reply with quote

Hi ,
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
This compile will check for the existence of the json script.
Also, it will let you load it at at any time or location.


_________________
Cheers,
Abderrahman
Back to top View user's profile Send private message
denisc



Joined: 24 Apr 2013
Posts: 92

PostPosted: Thu Mar 27, 2014 7:56 pm    Post subject: Reply with quote

hi

Now that work for me, immediately.

When i open the prog.
Back to top View user's profile Send private message Send e-mail
denisc



Joined: 24 Apr 2013
Posts: 92

PostPosted: Fri Apr 25, 2014 11:59 pm    Post subject: Reply with quote

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 View user's profile Send private message Send e-mail
nextstep
Site Admin


Joined: 06 Jan 2007
Posts: 539

PostPosted: Sun Apr 27, 2014 1:29 pm    Post subject: Reply with quote

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 Cool
_________________
Cheers,
Abderrahman
Back to top View user's profile Send private message
inode



Joined: 27 Jan 2007
Posts: 127
Location: Austria

PostPosted: Mon Apr 28, 2014 6:23 am    Post subject: *.k3ds file import Reply with quote

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...
Wink Gerd
Back to top View user's profile Send private message
abdelhamid belaid



Joined: 13 Aug 2009
Posts: 170

PostPosted: Fri May 02, 2014 6:46 pm    Post subject: Reply with quote

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 View user's profile Send private message Send e-mail Visit poster's website
nextstep
Site Admin


Joined: 06 Jan 2007
Posts: 539

PostPosted: Wed Jun 04, 2014 8:13 am    Post subject: Reply with quote

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 View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    K3DSurf forum Forum Index -> MathMod Progress & features All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


2005 Powered by phpBB © 2001, 2005 phpBB Group


Start Your Own Video Sharing Site

Free Web Hosting | Free Forum Hosting | FlashWebHost.com | Image Hosting | Photo Gallery | FreeMarriage.com

Powered by PhpBBweb.com, setup your forum now!
For Support, visit Forums.BizHat.com