All Projects → SBTCVM → SBTCVM-Gen2-9

SBTCVM / SBTCVM-Gen2-9

Licence: GPL-3.0 license
SBTCVM is a virtual machine implementation of a balanced ternary (base 3) computer. Features several compiled languages for ternary software development.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to SBTCVM-Gen2-9

Quickjs
The official repo is at bellard/quickjs.
Stars: ✭ 1,429 (+4365.63%)
Mutual labels:  vm, virtual-machine
butterfly
Butterfly connects Virtual Machines and control their traffic flow
Stars: ✭ 48 (+50%)
Mutual labels:  vm, virtual-machine
E4vm
A small portable virtual machine that would run Erlang on embedded systems
Stars: ✭ 124 (+287.5%)
Mutual labels:  vm, virtual-machine
Footloose
Container Machines - Containers that look like Virtual Machines
Stars: ✭ 1,289 (+3928.13%)
Mutual labels:  vm, virtual-machine
Linux Unattended Installation
This project provides all you need to create an unattended installation of a minimal setup of Linux.
Stars: ✭ 215 (+571.88%)
Mutual labels:  vm, virtual-machine
Redtamarin
AS3 running on the command line / server side
Stars: ✭ 105 (+228.13%)
Mutual labels:  vm, virtual-machine
Lam
🚀 a lightweight, universal actor-model vm for writing scalable and reliable applications that run natively and on WebAssembly
Stars: ✭ 176 (+450%)
Mutual labels:  vm, virtual-machine
Ethereumjs Monorepo
Monorepo for the Ethereum VM TypeScript Implementation
Stars: ✭ 813 (+2440.63%)
Mutual labels:  vm, virtual-machine
Customasm
💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
Stars: ✭ 211 (+559.38%)
Mutual labels:  vm, virtual-machine
Macos Virtualbox Vm
Instructions and script to help you create a VirtualBox VM running macOS.
Stars: ✭ 2,385 (+7353.13%)
Mutual labels:  vm, virtual-machine
Dockerpi
A Virtualised Raspberry Pi inside a Docker image
Stars: ✭ 1,064 (+3225%)
Mutual labels:  vm, virtual-machine
Tagha
Minimal, low-level, fast, and self-contained register-based bytecode virtual machine/runtime environment.
Stars: ✭ 101 (+215.63%)
Mutual labels:  vm, virtual-machine
Ebcvm
EFI Byte Code Virtual Machine in userspace
Stars: ✭ 34 (+6.25%)
Mutual labels:  vm, virtual-machine
c8c
The chip8 compiler, assembler, and virtual machine
Stars: ✭ 110 (+243.75%)
Mutual labels:  vm, virtual-machine
Enigma
An Erlang VM implementation in Rust
Stars: ✭ 877 (+2640.63%)
Mutual labels:  vm, virtual-machine
Quickjs
QuickJS是一个小型并且可嵌入的Javascript引擎,它支持ES2020规范,包括模块,异步生成器和代理器。
Stars: ✭ 2,199 (+6771.88%)
Mutual labels:  vm, virtual-machine
Mac
bytecode interpreter in c (blog post)
Stars: ✭ 628 (+1862.5%)
Mutual labels:  vm, virtual-machine
Lc3 Vm
Write your own virtual machine for the LC-3 computer!
Stars: ✭ 631 (+1871.88%)
Mutual labels:  vm, virtual-machine
Box
[DEPRECATED] Official, pre-packaged Vagrant Box
Stars: ✭ 197 (+515.63%)
Mutual labels:  vm, virtual-machine
clox
A virtual machine and a tree-walk interpreter for the Lox programming language in C89 🌀
Stars: ✭ 38 (+18.75%)
Mutual labels:  vm, virtual-machine

SBTCVM Gen2-9

Simple Balanced Ternary Computer Virtual Machine

v2.1.0.alpha

Need Help? See our Getting started guide

SBTCVM Project blog

What is SBTCVM?

Ever wonder what computers other than the boring-old binary would be like? Well, look no further! SBTCVM, a python-written VM, simulates the little-known base number called Balanced Ternary!

What is balanced ternary? well, it has "0" and "+1", just like binary, but added into the mix is a "-1"! Yes, this means EVERY number is signed.

Intrigued? Well, as SBTCVM is Free & Open Source Software, and comes with a ready-to-use set of compilers and development tools, Getting started with balanced ternary with SBTCVM, should prove a fun challenge!

Screenshots:

'tritmap_heavy' TROM: High resolution Compressed image demo 'fttarget' TROM: Falling Ternary Targets Game 'clicalc' TROM's memory monitor 'ontrain' TROM: Oncoming Trains game SBTCVM's GUI desktop 'bench' TROM/disk, showing its info screen. Bench desktop

Features:

  • bundled ternary software. including demos, games and utilities.
  • 4 channel sound chip
  • 6.5Khz, 9-trit CPU
  • 3.25Khz 9-trit Coprocessor
  • 39.388 KiloNonets of system RAM
  • pygame frontend features color graphics.
  • multiple specialized programming languages with integrated compilers. (SSTNPL, SBTCVM assembly)
  • Suite of development tools and utilities.
  • cross-platform interactive shell and build system. (xas.py)

Dependencies:

Python 2.7 OR 3.

Sound (all frontends) (powered by FSSynthlib): pygame

gfxcon.py: pygame (used to process images)

Curses VM frontend: curses

Pygame VM frontend: pygame (needs truetype font and PNG support!)

Install instructions:

  1. Ensure python is installed.
  2. Ensure pygame and curses are installed for your system's default python installation.
  3. keep downloaded files in a place you can easily access.
  4. DO NOT try to move/change the default directory structure!
  5. proceed to the Getting started guide

Filing bug reports

SBTCVM Should in theory work in any Operating system with python (2.7 or 3), pygame, and curses.
If it does not, or you have hit some other sort of bug, please file a bug report stating your

  • python version
  • pygame version
  • Operating system
  • along with a description of the problem.

Note: please consult the Troubleshooting guide BEFORE filing a bug report!

at the SBTCVM Gen2-9 issue tracker on github. Please try and read though existing issues to see if its a known bug.

notes for linux software packagers:

  • SBTCVM is SINGLE USER
  • The official name of this specific version of the SBTCVM Suite is: SBTCVM Gen2-9
  • The user needs access to the vmuser directory.
  • any desktop entries should include one that starts the XAS shell (run xas.py with no arguments) in a terminal emulator.
  • the python executables & utilities ARE NOT designed to be used from arbitrary directories. further they will all change their working directory to their location automatically.
  • the official, current, SBTCVM icon can be found in vmsystem/GFX

Code Licensing

SBTCVM gen2-9 ships with fssynthlib.py, a general-use waveform synthesis library from the FSSS synthesizer suite. You can find its readme in the textdocs directory.

Copyright (c) 2016-2022 Thomas Leathers and Contributors

SBTCVM Gen2 9-trit is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

SBTCVM Gen2 9-trit is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with SBTCVM Gen2 9-trit. If not, see http://www.gnu.org/licenses/

licensing For images and media below

all images and other media content, unless otherwise noted, are licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

Image and other media content created by, (unless otherwise noted below) Thomas Leathers.

SBTCVM's Stylized text logo and SBTCVM's 3 eyed, 3 eared mascot were created by Thomas Leathers. Copyright (c) 2018-2022 Thomas Leathers and Contributors.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].