arthurlm / atari-creative-playground

Atari ST creative playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atari ST creative playground

This is my personal playground to work with Atari ST computers.

Requirements

This repo will require following tools

How to build

So simple! Run following commands:

mkdir build
cd build
cmake ..
make

Or run in vscode F7 (require cmake extension) 😉.

How to run

Also super simple! Run following commands:

./tools/run.sh

Or run in vscode ctrl + shift + P, then run task and finally run hatari 😎.

About

Atari ST creative playground

License:MIT License


Languages

Language:C 95.9%Language:Jupyter Notebook 2.1%Language:CMake 1.6%Language:Shell 0.4%