Skip to content

Instantly share code, notes, and snippets.

@Kacarott
Kacarott / Script_Terminus_Inputs.md
Created September 3, 2020 05:34
Inputs for Script

Inputs for Script

Script is a one of my favourite packages for Atom. Run your code, directly from a text editor, in a HUGE number of languages. But it has one major flaw, there is no method of getting command line inputs from the user. This means that beginners trying out

name = input("Enter your name: ")
print("Hello " + name)

are going to be waiting endlessly for a python process that can't get user input.

@Kacarott
Kacarott / SFML_Atom_MacOS.md
Created September 1, 2020 05:27
Using SFML in Atom [Mac]

SFML and Atom (Mac)

Here is a small guide for how to make Atom cooperate with SFML.

I am writing this because while I could find very limited information on making the combination work, it was never for a Mac environment. And so after some experimenting I found a solution that seems to work.

Atom is NOT an IDE

First off, Atom is just a text editor. It never claims to be more. But the beauty of Atom is in the range of plugins available, making it easy to build it into an IDE if you wish. Introducing: