Coder Social home page Coder Social logo

zyayoung / firebird Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nspire-emus/firebird

0.0 2.0 0.0 10.2 MB

Third-party multi-platform emulator of the ARM-based TI-Nspire™ calculators

License: GNU General Public License v3.0

Shell 0.23% C 41.10% QMake 0.98% C++ 42.09% Assembly 4.10% Makefile 0.45% JavaScript 0.18% HTML 0.89% QML 9.98%

firebird's Introduction

Firebird Emu Build Status

This project is currently the community TI-Nspire emulator, originally created by Goplat.
It supports the emulation of Touchpad, TPad CAS, CX and CX CAS calcs on Android, iOS, Linux, macOS and Windows.

Download:

Screenshots:

Linux:

Windows: Android:
macOS: iOS:

Building

First, you need to install Qt5.
Then, you can either use Qt Creator directly (don't forget to configure your kits/compilers etc.!), or run:

mkdir -p build
cd build
qmake ..
make
A special case: iOS with translation (≈JIT) enabled:

There seems to be a bug in qmake that makes the required .S get ignored when building a JIT-enabled (TRANSLATION_ENABLED = true) binary.
As a workaround, you'll have to take care of it manually:

  1. Hit Build in Qt Creator, on an iOS kit/target. (It'll fail)
  2. Open the generated .xcodeproj file (in the build folder) in Xcode
  3. Locate asmcode_arm.S in the file list, click on it, and in the right sidebar, add it to the Firebird target
  4. Adjust any other project settings as you see fit (certs/profiles/team/signings/entitlements/etc. though this should be automatic except the Team choice)
  5. Build/Run

License

This work (except the icons from the KDE project) is licensed under the GPLv3.

firebird's People

Contributors

adriweb avatar antoniovazquezblanco avatar denisps avatar eiyeron avatar jacobly0 avatar legimet avatar ocelotsloth avatar vogtinator avatar

Watchers

 avatar  avatar

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.