/agon-demos

Graphics demos for Agon-family computers

Primary LanguageAssembly

Agon Demos

This is intended to become a collection of assembly-language demos for the Agon family of computers:

Right now there's only one demo (Plasma), but once I get that fully optimized, I plan to port over Nyan Cat, and after that... who knows?

Perhaps most importantly, these demos are intended as a vehicle for developing a library of reusable assembly language routines for interacting with the VDP.

Resources

  • The Agon Community Docs will be of great help in making sense of the code in this repo.
  • agon-ez80asm is what I use to build this. Available both as a native Agon assembler, and as a cross-assembler for modern platforms.

Plasma Demo

A beautiful and flexible plasma effect (YouTube Video) with the following features:

  • easily define effects in a standard and concise format
  • change the palette independent of the effect
  • hold a particular effect on screen indefinitely
  • switch immediately to a new effect
  • runtime generation of random effects
  • adjust parameters to customize effect

Keyboard Commands

  • q: quit
  • h: hold current effect on/off
  • p: switch palette
  • n: next effect
  • a: animation on/off
  • r: toggle random/playlist

The original version had additional commands that are yet to be implemented in the Agon version.

Further Information

MIT License

Copyright 2018-2024 J.B. Langston

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.