Giter Site home page Giter Site logo

powspot's Introduction

PowSpot!

Tool for creation (in a PC) and display (in 8-bit Atari computers) of slides based presentations.

A minimum of 32kB of RAM is needed (~8kB for DOS, ~8kB for screen memory and display list, ~8kB for the read buffer and ~8kB for the PowSpot! executable).

Installation instructions.

  • Install luajit, lua-lgi and make packages.
  • Download, compile and install cc65, (you'd probable like to install it using checkinstall).
  • Download and compile AtariSIO tools from http://www.horus.com/~hias/atari/ even though only dir2atr is used.
  • Then you'll need a proper bootable DOS according to the disk type used; which is enhanced density by default. In the provided makefile, it is extracted from the dos2ed+2.5 template from atrcopy. You may install it using pip install atrcopy.
  • Once you've completed the previous steps, create a file named Images.mak defining the locations of DIR2ATR, ATRCOPY and in IMAGES the list of images used. Example:
DIR2ATR = atarisio-170702/tools/dir2atr
ATRCOPY = ~/.local/bin/atrcopy
IMAGES = \
  Page0057-6.png \
  Page0052-1.png \
  Page0052-2.png \
  Page0052-3.png
  • Finally run make and enjoy your new presentation at powspot.atr.

Usage instructions.

  • Create a lot of black and white 320x192 images.
  • List them in order in Images.mak.
  • Run make.

After compressed, each image takes about 2 ~ 3 KB. Meaning that you'll have space for about 40 ~ 50 slides in a 130KB enhanced density disk, or 55 ~ 80 slides in a double density one. You could use multiple floppy disks if you need to.

powspot's People

Contributors

fcr-- avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.