User Tools

Site Tools


notes:fall2024:projects:btt0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:fall2024:projects:btt0 [2024/08/29 15:54] – [Hello World] cmazzaranotes:fall2024:projects:btt0 [2024/09/05 02:12] (current) – [Implementing your own Background] bpatrice
Line 13: Line 13:
 =====Vircon32===== =====Vircon32=====
  
-====Obtain source of latest stable release of Vircon32 DevTools====+====Obtain source of latest stable release of Vircon32 DevTools & Emulator====
  
-===For Windows / Laptop users=== +===For Linux users=== 
-  1) Download the tar.gz file for latest edition of DevTools. It should be the last option on the page+  * Obtain the source.tar.gz file for latest edition of Vircon32/ComputerSoftware/ from the [[https://github.com/vircon32/ComputerSoftware/releases|Releases]] 
-  2) move that file to where you keep you Vircon32 Directory. It is likely located at your linux / unix setup. +  * Navigate to the location of your now downloaded .tar.gz file and extract using <code>tar xvcf [file].tar.gz</code> 
-  3) gzip -d the tar.gz file + 
-  4) tar -xf the remaining tar file +===For Windows users=== 
-====Obtain source of latest stable release of Vircon32 emulator====+  * Obtain the source.zip file for latest edition of Vircon32/ComputerSoftware/ from the [[https://github.com/vircon32/ComputerSoftware/releases|Releases]] 
 +  * Navigate to the location of your now downloaded .zip file and extract 
 + 
 +===System independent=== 
 +  * You should now have a directory you can navigate into called ComputerSoftware/ 
 +  * Navigate inside and check for two directories call DesktopEmulator/ and DevelopmentTools/ 
 +=====Vircon32 installation===== 
 +At the base of the ComputerSoftware/ directory there should be a file named Readme.md, you will refer to this **heavily**     
 + 
 +Following the Readme, install all dependencies 
 +  
 +__These steps will be done the same in both the DesktopEmulator/ directory and the DevelopmentTools/ directory__ 
 + 
 +Again following the Readme 
 +  * Create a build/ directory off of the DesktopEmulator/ and DevelopmentTools/ directories and enter it 
 +  * For Linux systems & Pi rather than MSYS Makefiles you will want Unix Makefiles 
 +  * Follow the remaining commands in the Readme to the end 
 +  * Keep track of where the Emulator and the DevTools are installed and add those paths to your ~/.bashrc  
 +  * Don't forget to run source ~/.bashrc or close/reopen your terminal
  
 =====Hello World===== =====Hello World=====
Line 70: Line 88:
 </code> </code>
  
-The value corrsponds to where it sits in your ".xml" file. If FileName is the first texture being made then the value is 0. If it's the second texture then the value = 1, etc...+The value corresponds to where it sits in your ".xml" file. If FileName is the first texture being made then the value is 0. If it's the second texture then the value = 1, etc... 
 + 
 +This is also the same for audio files, so your first audio file's value would correspond to 0. 
 Region can be 0 for backgrounds. Region can be 0 for backgrounds.
  
notes/fall2024/projects/btt0.1724946858.txt.gz · Last modified: 2024/08/29 15:54 by cmazzara