Skip to content

Enable building turbo as a library #88

@unxed

Description

@unxed

It would be very useful to allow turbo to be built as a library. This would make it possible to embed the turbo into a larger application, similar to how SETEDIT is compiled as a library when used within RHIDE. By providing a library build option, developers could reuse and extend Turbo's core functionality without having to fork or rewrite it.

This modularization would:

  • Support the creation of IDEs or developer tools using turbo as a base.
  • Facilitate reuse of turbo's well-tested UI and file-handling code in other Turbo Vision apps.

Would need:

  • A libturbo target or similar in the build system.
  • Clear interface boundaries (public API) for embedding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions