User Tools

Site Tools


notes:cprog:fall2024:projects:fwg0

This is an old revision of the document!


FWG0

URLs

The main Virocon32 site is vircon32.com

The list of Releases can be found on the Vircon32 GitHub repository here: https://github.com/vircon32/ComputerSoftware/releases

  • This repository has .zip and .tar.gz files containing all necessary source code

Build from Source

The aforementioned archive files contain a README detailing the build process.

Cartridge build process

compile

assemble

image processing

packing the ROM

Using the Vircon32 API

displaying text

Text can be displayed with the set_drawing_point() and print() methods

set_drawing_point(0, 0);
print("Hello World");

The print() method draws text using the drawing point as the uppermost left part of the text

processing textures and regions

displaying a region at location

notes/cprog/fall2024/projects/fwg0.1728335206.txt.gz · Last modified: 2024/10/07 21:06 by tkastne1