SushiHangover

PowerShell, Learn it or Perish ;-)

master nix
Gitter

PlayScript | Away3d World Global Example

I finally got all the bits together to get the OS-X OpenGL version of the PlayScript flash stage running the Away3d 3D engine.

500 ActionScript files with over 20000 lines of actual code from away3d-core-fp11 and away3d-examples-fp11 compiled to CIL using the PlayScript mcs compiler. :-)

Using PlayScript, the Actionscript compiler for Mono, to compile and run the Away3d core and Intermediate_Globe example within Xamarin Studio 5.9.x PlayScript @ http://playscriptredux.github.io PlayScript Source Code @ https://github.com/playscriptredux Blogging @ http://sushihangover.github.io/ Royalty Free Background Music by Origen from: http://www.origenmusic.com/origen-licensing.html

Away3d example source code that is running in the demo

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
>cloc away3d-core-fp11
     464 text files.
     464 unique files.
      16 files ignored.

http://cloc.sourceforge.net v 1.62  T=3.45 s (130.1 files/s, 23410.8 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
ActionScript                   443          12601          12443          54059
MSBuild script                   3              0              0           1551
C#                               3             39             11            111
-------------------------------------------------------------------------------
SUM:                           449          12640          12454          55721
-------------------------------------------------------------------------------
>cloc away3d-examples-fp11
     110 text files.
     109 unique files.
      60 files ignored.

http://cloc.sourceforge.net v 1.62  T=5.05 s (10.5 files/s, 3247.7 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
ActionScript                    36           1936           2592           8073
Javascript                       2            121            148           1186
MSBuild script                   3              0              0            808
C#                               7            414             99            740
XML                              2             19             10            105
HTML                             2              7             29            102
CSS                              1              1              1              4
-------------------------------------------------------------------------------
SUM:                            53           2498           2879          11018
-------------------------------------------------------------------------------

Note: ScreenFlow is running on the background so the world rotation is a little choppy at times, without the screen/video capture running, the example runs at 60 fps @ 4% CPU on this old MacBookPro with a Intel Core 2 Duo 2.53 GHz processor.

FYI: ScreenFlow is a must have if you are screen capturing video on OS-X. It really is the bomb at what it does.

Comments