xboxscene.org forums

Author Topic: Zune Hd  (Read 785 times)

openxdkman

  • Archived User
  • Hero Member
  • *
  • Posts: 550
Zune Hd
« on: April 26, 2010, 09:41:00 AM »

Fw 4.5 (109) appeared on internet on April 4th 2010
OpenZDK appeared on internet on April 16th 2010 (zuneboards site)

So it was safe to upgrade, but becareful in future, because it may be easy for MS to detect and block unsandboxed apps (OpenZDK allows native arm code outside of xna framework)


Thus, that's one more mobile device able to use OpenGL ES 2.0 (like iPhone 3GS, iPod 3G -i.e only 32/64Gb fast models-, iPad, Pandora, Google Nexus, etc...)

Doom is probably the well known software based 3D version.

Cubic, on the other hand (get it from same source), is a nice 3D rotating textured cube sample (sources included) that really shows the speed of accelerated 3D through Open GL ES 2.0.
(launch Simple\deploykit.exe from the cubic archive to install it)
Rotate it with your touch, zoom in or zoom out with two fingers.
Logged

openxdkman

  • Archived User
  • Hero Member
  • *
  • Posts: 550
Zune Hd
« Reply #1 on: May 13, 2010, 07:35:00 AM »

Hint :
The VS8pro 90 days trial version can last much more than 90 days if you advance computer time just the time you spend coding and write down what time is it when you finished coding for the day to reuse it next time... (not sure going back in time won't go unnoticed, and I won't risk that for now...)

There is a line to fix in the cubic sample in order to compile it successfuly :

in cubic\Complicated\nativeapp\nativeapp.vcproj
replace

RelativePath="..\..\..\Program Files (x86)\NVIDIA Corporation\ce6_tegra_250_5265393\host_bin\shaders.rules"

with

RelativePath="C:\Program Files\NVIDIA Corporation\ce6_tegra_250_5265393\host_bin\shaders.rules"

Logged