Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1012 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 1012 Bytes

Bismuth-184

As the name implies this project might be very unstable and can break down in the blink of an eye. When it's running it's an integrated development environment for Python/C/C++/Java. So far it only works with Python/C++ but making it work with C/Java should be trivial. Only works on Unix for now because of its dependancy on my other project BetterTk and its subproject TerminalTk.

A screenshot of the IDE open on the left with a terminal window on the right showing the output of a simple hello world program in C++. There is also a (partially broken :D) find box with multiple options (that kind of work)

Dependencies

Python

  • xterm/konsole
  • PIL (pip install Pillow)

C/C++

  • g++
    • Ubuntu: sudo apt install g++
    • Windows: install mingw, in mingw-get install (mingw32-gcc-g++-bin, mingw32-gcc-g++-dev, mingw32-gcc-g++-doc, mingw32-gcc-g++-man)
  • xterm/konsole
  • PIL (pip install Pillow)

Java

  • jre
  • xterm/konsole
  • PIL (pip install Pillow)