All times are UTC-06:00




Post new topic  Reply to topic  [ 7 posts ] 
Author Message
PostPosted: Wed Mar 23, 2011 8:25 am 
Offline

Joined: Mon Mar 21, 2011 5:57 am
Posts: 8
I have packaged my Xcas computer algebra system for armel. You can install it by adding
Code:
to /etc/apt/sources.list, then from a terminal:
Code:
sudo apt-get update
sudo apt-get install giac
Enjoy!


Top
   
PostPosted: Wed Mar 23, 2011 10:28 am 
Offline
Site Admin

Joined: Fri Sep 24, 2004 1:39 am
Posts: 1589
Location: Austin, TX
Quote:
I have packaged my Xcas computer algebra system for armel. You can install it by adding
Code:
to /etc/apt/sources.list, then from a terminal:
Code:
sudo apt-get update
sudo apt-get install giac
Enjoy!
Neat. Does it produce the 3D graphics using OpenGLES or is it using the software rendering provided by the Mesa OpenGL (also provided)?

_________________
Matt Sealey


Top
   
 Post subject:
PostPosted: Wed Mar 23, 2011 1:02 pm 
Offline

Joined: Mon Mar 21, 2011 5:57 am
Posts: 8
I don't remember, I compiled with the first package which was giving the required GL headers. I also noticed that GL support is not complete: textures are not implemented for example.


Top
   
 Post subject:
PostPosted: Thu Mar 24, 2011 1:40 am 
Offline

Joined: Mon Mar 21, 2011 5:57 am
Posts: 8
I don't know if this gives the info: the output of dpkg -l '*mesa*dev' returns that libegl1-mesa-dev, libgl1-mesa-dev, libgles1-mesa-dev, libgles2-mesa-dev, mesa-common-dev and xlibmesa-gl-dev are installed, the binaries are linked with /usr/lib/mesa/libGL.so.1.


Top
   
 Post subject:
PostPosted: Thu Mar 24, 2011 10:33 am 
Offline
Site Admin

Joined: Fri Sep 24, 2004 1:39 am
Posts: 1589
Location: Austin, TX
Quote:
I don't remember, I compiled with the first package which was giving the required GL headers. I also noticed that GL support is not complete: textures are not implemented for example.
It does support textures, but OpenGLES 2.0 removes all the fixed function pipeline in favor of fragment shaders and vertex shaders. So there is a little work required to just map a texture to the side of a cube..

OpenGLES 1.1 maps onto ES2.0 (it's an emulation layer) and will provide all the OpenGL 2.0 features from the desktop you probably need but you have to take into account the few, more advanced, missing features..

_________________
Matt Sealey


Top
   
 Post subject:
PostPosted: Wed Nov 30, 2011 9:06 am 
Offline

Joined: Mon Mar 21, 2011 5:57 am
Posts: 8
Giac/Xcas has been updated to version 0.9.5. Textures are indeed supported. Main new feature : includes LAPACK support for faster numeric linear algebra.


Top
   
PostPosted: Thu Sep 20, 2012 8:17 am 
Offline

Joined: Mon Mar 21, 2011 5:57 am
Posts: 8
Updated to 0.9.9.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 7 posts ] 

All times are UTC-06:00


Who is online

Users browsing this forum: No registered users and 17 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
PowerDeveloper.org: Copyright © 2004-2012, Genesi USA, Inc. The Power Architecture and Power.org wordmarks and the Power and Power.org logos and related marks are trademarks and service marks licensed by Power.org.
All other names and trademarks used are property of their respective owners. Privacy Policy
Powered by phpBB® Forum Software © phpBB Group