Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Unigine Tropics 1.6.4
pts/unigine-tropics-1.6.4
- 27 February 2018 -
Update download links, windows updates.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/Unigine_Tropics-1.3.run, http://assets.unigine.com/d/Unigine_Tropics-1.3.run</URL> <MD5>73729f5ccde2bcf991ecff10feb6dbdf</MD5> <SHA256>fde0358b8dbf3cc72805b5092064baea3ed0a59d77a0f90e8b563a436ed38a45</SHA256> <FileSize>58426452</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/Unigine_Tropics-1.3.msi, http://assets.unigine.com/d/Unigine_Tropics-1.3.msi</URL> <MD5>69cd17349426b644906ea267dcf54315</MD5> <SHA256>844e70714274105172086c21910a930ba56d50c167f85e9f4888279f89535116</SHA256> <FileSize>59688960</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x Unigine_Tropics-1.3.run ./Unigine_Tropics-1.3.run --nox11 echo "#!/bin/sh cd tropics/ UNIGINE_ARGS=\$@ if [[ \$UNIGINE_ARGS != *\"-video_fullscreen\"* ]] then UNIGINE_ARGS=\"\$UNIGINE_ARGS -video_fullscreen 1\" fi export LD_LIBRARY_PATH=bin/:\$LD_LIBRARY_PATH ./bin/Tropics -video_app opengl -data_path ../ -sound_app null -system_script tropics/unigine.cpp -engine_config ../data/unigine.cfg -video_mode -1 -video_multisample 0 -extern_define PHORONIX,RELEASE \$UNIGINE_ARGS > \$LOG_FILE 2>&1" > unigine-tropics chmod +x unigine-tropics
install_windows.sh
#!/bin/sh echo "#!/bin/sh cd 'C:\Program Files (x86)\Unigine\Tropics\' ./Tropics.exe -video_app opengl -data_path ./ -sound_app null -engine_config data/unigine.cfg -system_script tropics/unigine.cpp -video_mode -1 -extern_define PHORONIX \$@ > \$LOG_FILE" > unigine-tropics # This assumes you will install to the default location # C:\Program Files (x86)\Unigine\Tropics msiexec /package Unigine_Tropics-1.3.msi /passive
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Frames: 6073 FPS: #_RESULT_# Unigine~# quit</OutputTemplate> <LineBeforeHint>Frames</LineBeforeHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <TestInformation> <Title>Unigine Tropics</Title> <AppVersion>1.3</AppVersion> <Description>This test calculates the average frame-rate within the Tropics / Islands demo for the Unigine engine. This engine is very demanding on the system's graphics card.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.6.4</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>32bit-compatibility</ExternalDependencies> <EnvironmentSize>73</EnvironmentSize> <ProjectURL>http://www.unigine.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>-video_width $VIDEO_WIDTH -video_height $VIDEO_HEIGHT</Value> <Message></Message> </Entry> </Menu> </Option> <Option> <DisplayName>Mode</DisplayName> <Identifier>mode</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Fullscreen</Name> <Value>-video_fullscreen 1</Value> <Message></Message> </Entry> <Entry> <Name>Windowed</Name> <Value>-video_fullscreen 0</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>