Hi, and welcome to Sceners, a historical collection of program source codes created by the Scene and curated by Defacto2.
- Software tools
- Scene Demos plus intros
- Magazines on the Scene
Contained within are over a 150 source code repositories that commonly target the Intel (x86) PC platform using:
Some of the older applications and tools may only compile on Microsoft DOS or specific versions of Microsoft 16-bit Windows.
The original packages, archives, and preview screens are on Defacto2.
You can clone all the repositories on Sceners using a Bash shell and gh, GitHub's command line tool.
# all the repositories are cloned into the subdirectory named sceners
cd ~
# iterate and clone every repository within sceners
# make sure to copy-and-paste all three lines of the loop as a single command
gh repo list sceners --limit 1000 | while read -r repo _; do
gh repo clone "$repo" "$repo"
done
Tip
The collection uses over 2.1G.