All Projects → ldo → ti5x_android

ldo / ti5x_android

Licence: GPL-3.0 License
TI-58C/TI-59 calculator emulator for Android

Programming Languages

java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ti5x android

Cemu
Third-party TI-84 Plus CE / TI-83 Premium CE emulator, focused on developer features
Stars: ✭ 593 (+3388.24%)
Mutual labels:  emulator, calculator
Firebird
Third-party multi-platform emulator of the ARM-based TI-Nspire calculators
Stars: ✭ 374 (+2100%)
Mutual labels:  emulator, calculator
Calculator-Plus
A Simple Calculator with rich features for daily use.
Stars: ✭ 14 (-17.65%)
Mutual labels:  calculator, android-application
6502-emulator
An Understandable 6502 Emulator
Stars: ✭ 26 (+52.94%)
Mutual labels:  emulator, vintage
androidScientificCalculator
➕An elegant feature-packed scientific calculator app for Android. Published on the Google Play Store.
Stars: ✭ 23 (+35.29%)
Mutual labels:  calculator
codice fiscale
A Ruby gem that calculates the Italian Tax ID (Codice Fiscale)
Stars: ✭ 17 (+0%)
Mutual labels:  calculator
SherwoodArch
The Sherwood Architecture is a custom 64-Bit RISC based CPU architecture.
Stars: ✭ 13 (-23.53%)
Mutual labels:  emulator
Corium
Corium is a modern scripting language which combines simple, safe and efficient programming.
Stars: ✭ 18 (+5.88%)
Mutual labels:  emulator
SignInSignupScreen-Android
SignIn and SignUp in android 😊😊😉
Stars: ✭ 51 (+200%)
Mutual labels:  android-application
Meow
Yet another free and open source manga reader
Stars: ✭ 42 (+147.06%)
Mutual labels:  android-application
NewMessengerBot
a new Messenger Bot Application with Hilt + ViewModel + Fragment.
Stars: ✭ 15 (-11.76%)
Mutual labels:  android-application
OmniList
开源的时间管理App,基于Material Design设计
Stars: ✭ 61 (+258.82%)
Mutual labels:  android-application
UninstallSystemApps
Uninstall System Apps is a free app to remove system apps! You can join here!
Stars: ✭ 62 (+264.71%)
Mutual labels:  android-application
FireFiles
Powerful Android File Manager for everything that runs on Android OS (Android TV, Android Watch, Mobile, etc)
Stars: ✭ 37 (+117.65%)
Mutual labels:  android-application
fault
An obstacle avoidance game for Android and iOS.
Stars: ✭ 19 (+11.76%)
Mutual labels:  android-application
bot
Completely free and open-source human-like Instagram bot. Powered by UIAutomator2 and compatible with basically any Android device 5.0+ that can run Instagram - real or emulated.
Stars: ✭ 321 (+1788.24%)
Mutual labels:  emulator
bevm
Basic computer emulator
Stars: ✭ 20 (+17.65%)
Mutual labels:  emulator
accordion
Android accordion emulator
Stars: ✭ 23 (+35.29%)
Mutual labels:  emulator
SpeechToText
Speech To Text in Android
Stars: ✭ 53 (+211.76%)
Mutual labels:  android-application
retro-computing
🤓🕹💾 This hobby project contains software implementations of old microprocessors and complete computer systems. I'm very interested in retrocomputing and this is how I learn about the inner workings of these old, classic and amazing computers and game consoles.
Stars: ✭ 15 (-11.76%)
Mutual labels:  emulator
ti5x is an emulator, running on Android, for the venerable
TI-58/58C/59 family of programmable scientific calculators
which were manufactured by Texas Instruments from the late
1970s.

ti5x does not aim for 100% authenticity--which is not possible,
anyway. In particular, I have not bothered to emulate known
bugs and undocumented features of the originals. But it does
try to maintain some of the feel of using the original product,
albeit running a lot faster.

Contents:
    src/ -- Java sources for the Android app
    res/ -- resources for the Android app
    assets/ -- additional data (help file) for the Android app
    AndroidManifest.xml, build.xml, *.properties -- for driving
        Google's Android build tools (note that you will have to
        provide a couple more of these--see INSTALL for details)
    util/ -- Python scripts for assembling/disassembling
        calculator programs, building the Master Library and
        other useful tasks.
    mlsrc/ -- the source of my (partial) recreation of the
        Master Library.
    art/ -- artwork for diagrams, higher-res scan for icon
    README -- this file
    INSTALL -- build/installation instructions
    COPYING -- licence (GPLv3)

Note all text files are in UTF-8 encoding, and literal Unicode
characters abound. In this day and age, why not?

Lawrence D'Oliveiro <[email protected]>
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].