Skip to content

Utilitários Hexagonix-Andromeda/Hexagonix-Andromeda utilities

License

Notifications You must be signed in to change notification settings

hexagonix/Andromeda-Apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


🇧🇷 Português (Brasil)

Aplicativos e utilitários gráficos do Hexagonix

Este repositório contém os aplicativos e utilitários gráficos do Hexagonix.

Andromeda SHell (ASH)

O Andromeda SHell, ou simplesmente ASH, foi desenvolvido como uma alternativa ao shell padrão do Hexagonix, o sh. O sh se assemelha ao que é esperado em aparência e funcionalidade básica de um sistema Unix-like. O ASH não tem essa pretensão, e tem e receberá funções que expandam sua capacidade e utilidade.

Calc

A calculadora permite ao usuário realizar contas básicas.

Poweroff

O utilitário permite ao usuário desligar ou reiniciar facilmente o computador.

GFont

Este utilitário permite alterar, de forma interativa, a fonte gráfica padrão do sistema.

Lyoko

O Lyoko foi desenvolvido como uma IDE que permite ao usuário desenvolver programas para serem executados sobre o sistema. Ele permite editar código e manipulá-lo, além de construir e testar o aplicativo. Até o momento, ele trabalha em conjunto com o montador flat assembler edição Hexagonix (fasmX) para permitir a construção de aplicativos.

Piano return Piano;

O return Piano; é um teclado eletrônico que permite ao usuário tocar músicas emitindo as notas selecionadas.

Quartzo

O Quartzo é um editor de propósito geral para o Hexagonix.

Serial

Este utilitário permite ao usuário enviar dados via porta serial, atuando como terminal.


🇬🇧 English

Hexagonix graphical applications and utilities

This repository contains Hexagonix graphical applications and utilities.

Andromeda SHell (ASH)

Andromeda SHell, or simply ASH, was developed as an alternative to Hexagonix's default shell, sh. sh resembles what is expected in appearance and basic functionality of a Unix-like system. ASH has no such claim, and has and will receive functions that expand its capability and usefulness.

Calc

The calculator allows the user to perform basic calculations.

Poweroff

The utility allows the user to easily shut down or restart the computer.

GFont

This utility allows you to interactively change the system's default graphic font.

Lyoko

Lyoko was developed as an IDE that allows the user to develop programs to run on the system. It allows you to edit code and manipulate it, as well as build and test the application. So far, it works together with the flat assembler Hexagonix edition (fasmX) to allow building applications.

Piano return Piano;

The return Piano; is an electronic keyboard that allows the user to play music by emitting selected notes.

Quartzo

Quartzo is a general purpose editor for Hexagonix.

Serial

This utility allows the user to send data via the serial port, acting as a terminal.


Licença dos utilitários gráficos/Graphic Utilities License

Hexagonix Operating System

BSD 3-Clause License

Copyright (c) 2015-2024, Felipe Miguel Nery Lunkes
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.