Code Monkey home page Code Monkey logo

Comments (5)

evandrix avatar evandrix commented on August 22, 2024

demo ssh [email protected] looks like a real un-usable mess -.-

from vtm.

Nanoc-ice avatar Nanoc-ice commented on August 22, 2024

When you're ready to try it out OS X, push the source and I can see if I can get it to compile and test it on iterm2.

from vtm.

o-sdn-o avatar o-sdn-o commented on August 22, 2024

Thank you for your attention to the project. This is a good motivation for work when the project is interesting not only for the developers themselves.

The situation here is a little more complicated than just building for a specific platform. The VTM project depends on the Desktopio TUI Engine, which is the engine that powers all the UI and rendering in the VTM. Desktopio is being developed from scratch as a standalone project without any dependencies and has never been published anywhere. At the moment, it is not clear whether the TUI concept is a relic of the past and should be forgotten in favor of the GUI, or simply its potential has not yet been fully revealed. The VTM should clarify this and show the Desktopio Engine perspective. Its source code will be published in the individual repository of the NetXS-Group.

The VTM source code in this repository will end up with the following structure:

  • vtmd.cpp - desktop environment server, forms a shared environment for each account in the system, is responsible for creating instances of applications. Every connected user is a kind of desktop application, this concept provides a multi-user architecture of the desktop environment
  • vtm.cpp - an intermediary between the physical terminal and the desktop server, its task is to unify I/O operations with the physical terminal
  • terminal.h - header-only file with the Term application class - this is a terminal emulator built into VTM
  • /os/system.h - header-only file with IPC abstraction classes and physical terminal I/O functionality, be it POSIX-terminal or classic windows command prompt
  • /os/file_system.h - header-only file with functions for abstraction of file I/O of the platform used, whether it is GNU/Linux, Windows, etc.; is required to manage configuration files
  • install.sh - installation script for Linux system
  • install.ps1 - installation script in Windows OS
  • vtm.conf - config file template

from vtm.

Nanoc-ice avatar Nanoc-ice commented on August 22, 2024

Thank you for the clarification, that provides the details I was interested in. And while I am knowingly in the minority, I like the TUI as I do my work from the command line and text based tools. So, providing a similar environment to GUI without the requirements of a GUI would provide an environment that I could be more productive with and look forward to being able to use this in both OSX environment as well as Linux (I don’t do ms windows).

from vtm.

o-sdn-o avatar o-sdn-o commented on August 22, 2024

All sources are now available, and you can compile this project yourself.

The sources for VTM and Desktopio Framework (namespace nexts::*) are not yet separated and are in the same project, as many changes are expected, and changes affect both at the same time. Later, I will make the Desktopio Framework as a header-only library to make it easier to use in other projects.

from vtm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.