Moebius

Developed or developing a new product in PureBasic? Tell the world about it.
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Re: Moebius

Post by SFSxOI »

I hate to ask this because I understand the beta process, but do you have a time table for release of the final product? I ask because I have several things I want to do at work and these involve making some libraries and i'm not permitted the use of beta products for production work.
The advantage of a 64 bit operating system over a 32 bit operating system comes down to only being twice the headache.
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Re: Moebius

Post by Progi1984 »

@SFSxOI:
I understand your questions for your job.
No time table. Why ? Because for each beta, i have bugs.
And would you accept bugs for a stable version ?
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Re: Moebius

Post by Progi1984 »

This is the version 1.0 of Moebius.
Features :

Code: Select all

    * Open Source : http://code.google.com/p/moebius-pb/
    * Cross-platform : a same code (without API) will be compiled under Windows or Linux
    * Unicode Management
    * ThreadSafe Management
    * Modifiers Management
          o CPUs
                + SSE
                + SSE2
                + 3DNOW
                + MMX
          o Init : initialization
          o End : free
          o Debug
    * Parameters Management
          o standards : long, string, quad, char, etc...
          o linked lists
          o arrays
    * Default Parameters Management
    * Globals variables Management
    * Error management
The help is present :
- French : http://code.google.com/p/moebius-pb/wiki/FR_Features
- English : http://code.google.com/p/moebius-pb/wiki/EN_Features

For downloading binaries : http://code.google.com/p/moebius-pb/dow ... 1.0_RC.zip
Content :

Code: Select all

- Moebius in command line
- Moebius with GUI
- Samples used for features tests
- Batchs (linux & windows) for building samples
For visualising sources : http://code.google.com/p/moebius-pb/sou ... #svn/trunk
For posting a bugreport, two locations :
- this post : Moebius - Feedback and Discussion
- http://code.google.com/p/moebius-pb/issues/list
/!\ Thanks for giving a test code for finding the problem
Post Reply