• OpenRocket 22.02.beta.05

    From Joe Pfeiffer@21:1/5 to All on Fri Sep 30 09:35:30 2022
    The OpenRocket team is very excited to announce that the new version of OpenRocket is at long last available for everyone to try. For now this is a public beta, which means that there are known issues still to be worked out before the final release.
    Nonetheless, the current version is stable and usable enough for most folks to start using it full-time.

    After a short summer break, Public Beta 5 is now available, featuring a whole swath of UI improvements along with a couple of new features and the usual assortment of bug fixes and tweaks.

    IMPORTANT SUB-ANNOUNCEMENT: The OpenRocket project is now officially accepting donations to fund our operations. We don’t need much, but we will be incurring expenses going forward for code signing, which will eliminate the need to disable security
    when installing and running. For full details, head over to https://openrocket.info/donate.html

    Download: https://openrocket.info/downloads.html?vers=22.02.beta.05
    Full Release notes: https://openrocket.info/release_notes.html (see also the following post)

    Please keep those bug reports and suggestions coming to this thread or straight to https://github.com/openrocket/openrocket/issues.

    Here are the major new features:

    Pods!
    Drop-off boosters!
    Rail buttons!
    Attach freeform fins to nose cones and transitions!
    Coefficient of Drag override!
    Better tube fin support!
    Multiple-component editing!
    Contextual menus!
    Dave Cook’s fantastic rocket component library now included!

    …plus endless smaller things to make day-to-day use more enjoyable.

    The beta is being released in both packaged form and as a plain JAR file (for use with Java 11 or 17, but please note that there are problems with Java 17) at the link provided above. We strongly recommend the packaged installers for most folks.

    Updated builds will be made available periodically during the beta period. OpenRocket can check for updates either automatically at startup, or manually. The settings for this feature are found at: Edit > Preferences > General.

    This update has taken a long effort from a lot of people. Please give it a try, and let us know what you think. We hope to get back on a more regular release schedule (!) going forward.

    Thanks again for your continued support!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Running Man@21:1/5 to pfeiffer@cs.nmsu.edu on Sun Jun 30 15:54:57 2024
    On 30/09/2022 09:35 Joe Pfeiffer <pfeiffer@cs.nmsu.edu> wrote:
    The OpenRocket team is very excited to announce that the new version of OpenRocket is at long last available for everyone to try. For now this is a public beta, which means that there are known issues still to be worked out before the final release.
    Nonetheless, the current version is stable and usable enough for most folks to start using it full-time.

    After a short summer break, Public Beta 5 is now available, featuring a whole swath of UI improvements along with a couple of new features and the usual assortment of bug fixes and tweaks.

    IMPORTANT SUB-ANNOUNCEMENT: The OpenRocket project is now officially accepting donations to fund our operations. We don?t need much, but we will be incurring expenses going forward for code signing, which will eliminate the need to disable security
    when installing and running. For full details, head over to https://openrocket.info/donate.html

    Download: https://openrocket.info/downloads.html?vers=22.02.beta.05
    Full Release notes: https://openrocket.info/release_notes.html (see also the following post)

    Please keep those bug reports and suggestions coming to this thread or straight to https://github.com/openrocket/openrocket/issues.

    Here are the major new features:

    Pods!
    Drop-off boosters!
    Rail buttons!
    Attach freeform fins to nose cones and transitions!
    Coefficient of Drag override!
    Better tube fin support!
    Multiple-component editing!
    Contextual menus!
    Dave Cook?s fantastic rocket component library now included!

    ?plus endless smaller things to make day-to-day use more enjoyable.

    The beta is being released in both packaged form and as a plain JAR file (for use with Java 11 or 17, but please note that there are problems with Java 17) at the link provided above. We strongly recommend the packaged installers for most folks.

    Updated builds will be made available periodically during the beta period. OpenRocket can check for updates either automatically at startup, or manually. The settings for this feature are found at: Edit > Preferences > General.

    This update has taken a long effort from a lot of people. Please give it a try, and let us know what you think. We hope to get back on a more regular release schedule (!) going forward.

    Thanks again for your continued support!

    Would it be a major effort to rewrite this in C++ using wxWidgets? Running natively on all three desktop platforms would be a real boon!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Joe Pfeiffer@21:1/5 to The Running Man on Wed Jul 3 11:10:04 2024
    The Running Man <runningman@writeable.com> writes:

    On 30/09/2022 09:35 Joe Pfeiffer <pfeiffer@cs.nmsu.edu> wrote:
    The OpenRocket team is very excited to announce that the new version
    of OpenRocket is at long last available for everyone to try. For now
    this is a public beta, which means that there are known issues still
    to be worked out before the final release. Nonetheless, the current
    version is stable and usable enough for most folks to start using it
    full-time.
    <snip>
    Would it be a major effort to rewrite this in C++ using wxWidgets?
    Running natively on all three desktop platforms would be a real boon!

    It would be a *huge* effort, which I can't imagine happening.

    What exactly do you mean by running natively, beyond what it already
    does? Do you regard Java bytecode as not running natively?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Running Man@21:1/5 to pfeiffer@cs.nmsu.edu on Wed Jul 3 21:48:45 2024
    On 03/07/2024 05:10 Joe Pfeiffer <pfeiffer@cs.nmsu.edu> wrote:
    The Running Man <runningman@writeable.com> writes:

    On 30/09/2022 09:35 Joe Pfeiffer <pfeiffer@cs.nmsu.edu> wrote:
    The OpenRocket team is very excited to announce that the new version
    of OpenRocket is at long last available for everyone to try. For now
    this is a public beta, which means that there are known issues still
    to be worked out before the final release. Nonetheless, the current
    version is stable and usable enough for most folks to start using it
    full-time.
    <snip>
    Would it be a major effort to rewrite this in C++ using wxWidgets?
    Running natively on all three desktop platforms would be a real boon!

    It would be a *huge* effort, which I can't imagine happening.

    What exactly do you mean by running natively, beyond what it already
    does? Do you regard Java bytecode as not running natively?

    The problem with Java (or .NET or Python) applications is that they need a runtime to function. The user has to install this and make sure that the version
    matches that of the application.

    There's no such need for wxWidgets applications which are basically native Win32 apps.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Joe Pfeiffer@21:1/5 to The Running Man on Sat Jul 6 20:56:42 2024
    The Running Man <runningman@writeable.com> writes:

    On 03/07/2024 05:10 Joe Pfeiffer <pfeiffer@cs.nmsu.edu> wrote:
    The Running Man <runningman@writeable.com> writes:

    On 30/09/2022 09:35 Joe Pfeiffer <pfeiffer@cs.nmsu.edu> wrote:
    The OpenRocket team is very excited to announce that the new version
    of OpenRocket is at long last available for everyone to try. For now
    this is a public beta, which means that there are known issues still
    to be worked out before the final release. Nonetheless, the current
    version is stable and usable enough for most folks to start using it
    full-time.
    <snip>
    Would it be a major effort to rewrite this in C++ using wxWidgets?
    Running natively on all three desktop platforms would be a real boon!

    It would be a *huge* effort, which I can't imagine happening.

    What exactly do you mean by running natively, beyond what it already
    does? Do you regard Java bytecode as not running natively?

    The problem with Java (or .NET or Python) applications is that they need a runtime to function. The user has to install this and make sure that
    the version
    matches that of the application.

    Any program you care to run on anything but bare silicon requires a
    runtime. That's why Linux programs don't run under Windows (and vice
    versa).

    There's no such need for wxWidgets applications which are basically native Win32 apps.

    Requiring a Win32 (or Linux or MacOS) runtime.

    Modern (from 22.02 onward) OpenRocket releases include their own Java
    runtime, which we test and ensure match the .jar file.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Running Man@21:1/5 to pfeiffer@cs.nmsu.edu on Sun Jul 7 12:25:43 2024
    On 07/07/2024 04:56 Joe Pfeiffer <pfeiffer@cs.nmsu.edu> wrote:
    The Running Man <runningman@writeable.com> writes:

    On 03/07/2024 05:10 Joe Pfeiffer <pfeiffer@cs.nmsu.edu> wrote:
    The Running Man <runningman@writeable.com> writes:

    On 30/09/2022 09:35 Joe Pfeiffer <pfeiffer@cs.nmsu.edu> wrote:
    The OpenRocket team is very excited to announce that the new version >>>>> of OpenRocket is at long last available for everyone to try. For now >>>>> this is a public beta, which means that there are known issues still >>>>> to be worked out before the final release. Nonetheless, the current
    version is stable and usable enough for most folks to start using it >>>>> full-time.
    <snip>
    Would it be a major effort to rewrite this in C++ using wxWidgets?
    Running natively on all three desktop platforms would be a real boon!

    It would be a *huge* effort, which I can't imagine happening.

    What exactly do you mean by running natively, beyond what it already
    does? Do you regard Java bytecode as not running natively?

    The problem with Java (or .NET or Python) applications is that they need a >> runtime to function. The user has to install this and make sure that
    the version
    matches that of the application.

    Any program you care to run on anything but bare silicon requires a
    runtime. That's why Linux programs don't run under Windows (and vice
    versa).

    There's no such need for wxWidgets applications which are basically native >> Win32 apps.

    Requiring a Win32 (or Linux or MacOS) runtime.

    Modern (from 22.02 onward) OpenRocket releases include their own Java runtime, which we test and ensure match the .jar file.

    Ok, I guess I'll just have to live with it.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)