https://github.com/mobluse/gtk2-pocketcalc
PocketCalc (unfinished) in C# & Perl using Gtk+ and dev'd in Raspbian.
https://github.com/mobluse/gtk2-pocketcalc
Last synced: about 2 months ago
JSON representation
PocketCalc (unfinished) in C# & Perl using Gtk+ and dev'd in Raspbian.
- Host: GitHub
- URL: https://github.com/mobluse/gtk2-pocketcalc
- Owner: mobluse
- License: gpl-3.0
- Created: 2015-06-07T22:51:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-31T18:11:03.000Z (almost 10 years ago)
- Last Synced: 2025-12-31T00:33:24.195Z (5 months ago)
- Language: Perl
- Homepage: https://scratch.mit.edu/projects/13110194/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gtk2-PocketCalc
PocketCalc (unfinished) in C# (C-sharp) & Perl using Gtk+. When it's finished it should work like my
PocketCalc project on Scratch.MIT.Edu.
It already demonstrates that it's possible to develop platform independent C#-programs
(tested on Windows Vista x86, Ubuntu x86, and Raspbian ARM for Raspberry Pi). Also, the Perl-program is
platform independent (tested on Windows Vista x86, Ubuntu x86 and Raspbian ARM). There is Mono with GTK# for Mac OS X
and one can install Gtk2 for Perl.
See source files for more info, e.g. pocketcalc.cs for info on how to run pocketcalc.exe. If everything is installed, just double-click pocketcalc.exe, but if it doesn't work, start it from Command/MS-DOS-prompt to see error-messages.
It was developed on a Raspberry Pi 2 and the Perl-version is the prototype for the C#-version.