Results 1 to 7 of 7

Thread: ScriptBasic JAPI

  1. #1

    ScriptBasic JAPI

    *** deleted ***
    Last edited by John Spikowski; 18-09-2013 at 03:30.
    ScriptBasic Project Manager
    Project Site
    support@scriptbasic.org

  2. #2
    I used JAPI many years rewrote some parts for FreeBASIC and Basic4GL and I got 1500 FPS.
    (socket on local box)

    Joshy
    (Sorry about my bad English.)

  3. #3
    You might be pleased to know that the examples all ran even on my old computer. :-)
    Operating System: Windows 10 Home 64-bit
    CPU: Intel Celeron N4000 CPU @ 1.10GHz
    Memory: 4.00GB RAM
    Graphics: Intel UHD Graphics 600

  4. #4
    I just downloaded the new version, it seems to be working fine. I'm quite surprised at how fast and responsive the examples are.
    Operating System: Windows 10 Home 64-bit
    CPU: Intel Celeron N4000 CPU @ 1.10GHz
    Memory: 4.00GB RAM
    Graphics: Intel UHD Graphics 600

  5. #5
    I just created an executable of one of the examples by typing the following...
    scriba -o mandel.exe -E mandel.bas
    
    When I execute the example a Command Prompt window appears in the background while it's running. Is there a way of creating an exe without having the Prompt appearing?
    Operating System: Windows 10 Home 64-bit
    CPU: Intel Celeron N4000 CPU @ 1.10GHz
    Memory: 4.00GB RAM
    Graphics: Intel UHD Graphics 600

  6. #6
    Ah, I discovered the thread on your forum about scribaw, which described what I needed. :-)

    Are you still developing the Windows version of IUP?
    Last edited by matthew; 25-05-2013 at 11:25. Reason: Spelling... :-P
    Operating System: Windows 10 Home 64-bit
    CPU: Intel Celeron N4000 CPU @ 1.10GHz
    Memory: 4.00GB RAM
    Graphics: Intel UHD Graphics 600

  7. #7
    Hello John, first of all
    years ago JAPI was more popular in environment of universities.

    The GUI was visible on simple terminals but the main program self was running on fast servers e.g. for number crunching.

    If a picture or any kind of datas may be generated by a complex simulation it was transvered via network to the Terminal.

    One runnng JAPI GUI server can deal with more than one terminal.
    Every connection has it's own ID. (I'm sure you saw it while you rebuild the JAVA part for JAPI 2.0)
    It does not matter whether you establish a connection via the local network or over the Internet.

    I self build a special JAPI version for FreeBASIC.
    The main feature was the user don't need a installed Java Runtime Environment.

    By the way don't use the JDK 7 for your JAPI 2.0.
    Since JAVA was acquired by Oracle there were more and more security issues found.
    This is the point why the current JAVA version are disabled in some web browsers by default
    and many people don't like to install the current JRE.
    By the way the current JDK has trouble with OpenGL in applets too.

    How ever you should use a 6.x JDK for a fresh rebuild.

    But that's just my personal opinion.

    Joshy
    Last edited by D.J.Peters; 29-05-2013 at 02:04.
    (Sorry about my bad English.)

Similar Threads

  1. ScriptBasic SokoMouse Game
    By John Spikowski in forum Scripting
    Replies: 0
    Last Post: 08-03-2013, 07:00
  2. ScriptBasic API Example
    By John Spikowski in forum Scripting
    Replies: 0
    Last Post: 28-12-2012, 17:01
  3. ScriptBasic Android
    By John Spikowski in forum Scripting
    Replies: 30
    Last Post: 14-05-2012, 11:55
  4. ScriptBasic Embedding
    By John Spikowski in forum Scripting
    Replies: 5
    Last Post: 23-10-2011, 17:10
  5. ScriptBasic Help Wanted
    By John Spikowski in forum Development
    Replies: 1
    Last Post: 02-08-2008, 15:20

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •