https://github.com/coolreader18/zigspire
Programming with Zig on the TI-Nspire
https://github.com/coolreader18/zigspire
Last synced: 3 months ago
JSON representation
Programming with Zig on the TI-Nspire
- Host: GitHub
- URL: https://github.com/coolreader18/zigspire
- Owner: coolreader18
- License: mit
- Created: 2019-05-04T21:10:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T03:19:33.000Z (over 6 years ago)
- Last Synced: 2025-08-18T19:35:58.261Z (5 months ago)
- Language: Zig
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zigspire
Programming with Zig on the TI-Nspire
## Setup
You need to install
[my fork of Zig](https://github.com/coolreader18/zig/tree/nspire) and the
[Ndless SDK](https://github.com/ndless-nspire/Ndless/wiki/Ndless-SDK:-C-and-assembly-development-introduction).
Be aware that if you don't have the Ndless SDK built, it will take a very long
time to do so.
## Building
Run `zig build`. That's it! If you have
[Firebird](https://github.com/nspire-emus/firebird) installed, you can run
`zig build send` and it will send the built program to `/programs` or whatever
directory you define with `-Dsend-dir=/...` in your emulator's file system.
## License
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file
for more details.