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

All of the following steps can be simplified by using the Make.sh that is already made for us. It's worth looking within the file to see how it operates. To use this file you can type

 bash Make.sh 

The .sh represents that it is a shell script file.

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.1728443383.txt.gz · Last modified: 2024/10/09 03:09 by mwinter4