Cube Hit Mac OS
Cube Hit Mac OS
With the advent of the Wwise Launcher, installing the Cube Demo sample will list it under the Samples tab where you can directly click Run Cube to launch the demo.
Cube Hit Mac Os Download
For Mac®, however, there are a couple of extra steps to follow beforehand.
Cube Hit Mac Os Update
The Power Mac G4 Cube is a small form factor Macintosh personal computer from Apple Computer, Inc., sold between 2000 and 2001. Designed by Jonathan Ive, the Cube was Apple's attempt to miniaturize a powerful desktop computer into compact size less than 8 inches (20 cm) to a side. I recently made Cube Explorer work for Mac OS X, here's the link if anyone needs/wants it. I basically took Cube Explorer (Windows version, HTM) and used Wine to patch it. Warning: the file is quite large (about 600 MB), so make sure you have enough space to run it. Proof: Download.
The Cube Demo for Mac requires libSDL2 to be installed. Without this, attempts to run the demo from the Launcher will present an error message: 'The SDL2 library is not detected. The Cube Demo for Mac requires SDL2 to be installed according to the instructions at https://www.audiokinetic.com/library/<version>/?source=Cube&id=install_libSDL2_for_mac. Please restart the Wwise Launcher after the installation is complete.' Likewise, attempts to run the game from the Terminal will display this message: 'Library not loaded: @rpath / SDL2.framework / Versions /A / SDL2.'
- Jul 31, 2000 Even with only 64MB of RAM, the Cube is the most stable Mac I’ve seen in years. I squeezed as much as I could into that 64MB and proceeded to do things that would have choked an older G4 tower.
- To run on Mac OS 9.0.4 on QEMU, you need Mac OS ROM v5.2.1 (which can be found from PM G4 Cube CD-ROM). ☃ Disclaimer: Macintosh Garden does not claim rights to any software on the site. To the best of our knowledge, these titles have been discontinued by their publishers.
To install libSDL2 for Mac, do the following:
Download the latest libSDL2 Mac OS X Runtime Binaries package: https://www.libsdl.org/download-2.0.php.
Follow the instructions provided in the libSDL2 README file.
For different reasons, it may be that users prefer not to use the Launcher to run the Cube Demo. There are alternative methods to run the Cube Demo, with some differences depending on whether it is run on Mac or Windows.
Note |
---|
Before starting on Mac OS X, make sure the Wwise SDK for Mac is installed on the machine. |
On Mac OS X
Method 1: Run under Xcode.
Check that Xcode is installed. If Xcode is not present in the Applications folder, download and install it from the Mac App Store.
Make sure the unzipped Cube demo folder shares the same parent folder as the installed Wwise SDK Mac distribution. For example, if the Wwise SDK folder is ${HOME}/Wwise/wwise_${version_tag}/SDK, then the Cube demo root folder must be ${HOME}/Wwise/wwise_${version_tag}/CubeDemo.
In Xcode, open the following Xcode project: /path/to/CubeDemo/cube_source/src/Mac/CubeMac.xcodeproj.
Build and run the project.
Method 2: Use the shell scripts.
Make sure the unzipped Cube demo folder shares the same parent folder as the installed Wwise SDK Mac distribution. For example, if the Wwise SDK folder is ${HOME}/Wwise/wwise_${version_tag}/SDK, then the Cube demo root folder must be ${HOME}/Wwise/wwise_${version_tag}/CubeDemo.
Locate the executable shell script for the desired configuration: /path/to/CubeDemo/Mac/<configuration>/bin/RunCubeDemo.sh.
If the .sh files are configured to be opened by Terminal, double click them in Finder. Otherwise, open Terminal then type /path/to/RunCubeDemo.sh and press Enter.
Method 3: Run the executable in Terminal.
- The current working directory must be where the executables are located! Use the
cd
(change directory) command from $HOME to../path/to/CubeDemo/cube
. In Method 2, this detail is taken care of by the shell script.
- The current working directory must be where the executables are located! Use the
Mac Os Download
Running Cube on Mac OS X Yosemite |
---|
To allow the Cube Demo to run on Mac OS X Yosemite, users need to manually register the installed SDL by following this procedure:
For more information, please reference http://www.paradiso.cc/2015/04/18/using-sdlv2-with-osx-yosemite/. |
On Windows
Method 1: Use the BAT scripts.
Whether using the Wwise Launcher or the previous Wwise installer, the Wwise installation creates BAT files in the '<WwiseRoot>Cubecube' folder.
Double click the BAT of the Cube Demo version you wish to run: debug, profiler, or release mode. Alternatively, open the Command Prompt and type the path to the BAT and press Enter.
Method 2: Run the executable from the Command Prompt.
- Navigate to the executable, 'cube.exe', and run it. It can found under '<WwiseRoot>CubeWin32<mode>bin' where '<mode>' corresponds to the appropriate mode folder, namely Debug, Profile, or Release.
Cube Hit Mac OS