Hello,
I have a Hardkernel ODROID XU-3 Single Board Computer (SBC), somewhat similar to Raspberry Pi, except more powerfull (more CPU cores, more RAM).
I first attempted to run Blender on it but it turned out that Blender needs OpenGL but the ODROID XU-3 hardware accelerator implements the subset known as OpenGL ES.
I discussed this with others at the ODROID and Blender Artist Community forums:
* http://forum.odroid.com/viewtopic.php?f=99&t=6611
* http://blenderartists.org/forum/showthre...-OpenGL-ES
So now I was wondering if you could tell me, can Wings 3D run with OpenGL ES?
If not in current state, how much work do you think it would involve to port Wings 3D to use OpenGL ES?
I attempted to build from source (wings-1.5.3.tar.bz2) anyway to see what happened. I got an error which I suppose might be because my version of Erlang is different?
I'm using Erlang R16B03 on Ubuntu 14.04, installed with apt-get. Listed by dpkg as version 1:16.b.3-dfs.
I saw the stickied thread about building on Linux now, http://www.wings3d.com/forum/showthread.php?tid=778
I'm going to try that and see how it goes.
I have a Hardkernel ODROID XU-3 Single Board Computer (SBC), somewhat similar to Raspberry Pi, except more powerfull (more CPU cores, more RAM).
I first attempted to run Blender on it but it turned out that Blender needs OpenGL but the ODROID XU-3 hardware accelerator implements the subset known as OpenGL ES.
I discussed this with others at the ODROID and Blender Artist Community forums:
* http://forum.odroid.com/viewtopic.php?f=99&t=6611
* http://blenderartists.org/forum/showthre...-OpenGL-ES
So now I was wondering if you could tell me, can Wings 3D run with OpenGL ES?
If not in current state, how much work do you think it would involve to port Wings 3D to use OpenGL ES?
I attempted to build from source (wings-1.5.3.tar.bz2) anyway to see what happened. I got an error which I suppose might be because my version of Erlang is different?
Code:
(cd intl_tools; make)
make[1]: Entering directory `/home/odroid/wings-1.5.3/intl_tools'
make TYPE=opt common
make[2]: Entering directory `/home/odroid/wings-1.5.3/intl_tools'
erlc -Werror +debug_info +debug_info -o. tools.erl
make[2]: Leaving directory `/home/odroid/wings-1.5.3/intl_tools'
make[1]: Leaving directory `/home/odroid/wings-1.5.3/intl_tools'
(cd src; make)
make[1]: Entering directory `/home/odroid/wings-1.5.3/src'
make TYPE=opt common
make[2]: Entering directory `/home/odroid/wings-1.5.3/src'
erlc -Werror -I ../e3d +debug_info '-Dwings_version="1.5.3"' -pa ../intl_tools -o../ebin wings_lang.erl
erlc -Werror -I ../e3d +debug_info '-Dwings_version="1.5.3"' -pa ../intl_tools -o../ebin user_default.erl
erlc -Werror -I ../e3d +debug_info '-Dwings_version="1.5.3"' -pa ../intl_tools -o../ebin wings.erl
wings.hrl:171: referring to built-in type queue as a remote type; please take out the module name
wings.hrl:188: referring to built-in type array as a remote type; please take out the module name
wings.hrl:189: referring to built-in type array as a remote type; please take out the module name
wings.hrl:190: referring to built-in type array as a remote type; please take out the module name
wings.hrl:192: referring to built-in type set as a remote type; please take out the module name
wings.hrl:193: referring to built-in type array as a remote type; please take out the module name
wings.hrl:195: referring to built-in type array as a remote type; please take out the module name
make[2]: *** [../ebin/wings.beam] Error 1
make[2]: Leaving directory `/home/odroid/wings-1.5.3/src'
make[1]: *** [opt] Error 2
make[1]: Leaving directory `/home/odroid/wings-1.5.3/src'
make: *** [all] Error 2
I'm using Erlang R16B03 on Ubuntu 14.04, installed with apt-get. Listed by dpkg as version 1:16.b.3-dfs.
I saw the stickied thread about building on Linux now, http://www.wings3d.com/forum/showthread.php?tid=778
I'm going to try that and see how it goes.