WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: New programs added to repo  (Read 51168 times)

Offline cattail

  • Newbie
  • *
  • Posts: 16
Re: New programs added to repo
« Reply #30 on: April 09, 2013, 12:15:43 AM »
I built SDL which is needed for PyGame. SDL test are OK except those using OpenGL as current Xorg built without OpenGL. Do you need OpenGL?
......

I want to try Love2D 0.8.0 in PiCore,but it need OpenGL, I don't know if raspberry Pi had a OpenGL ES 2.0 can support  it......

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: New programs added to repo
« Reply #31 on: April 09, 2013, 01:21:22 AM »
No, it can't support desktop GL.
The only barriers that can stop you are the ones you create yourself.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: New programs added to repo
« Reply #32 on: April 09, 2013, 02:54:24 AM »
No, it can't support desktop GL.

It does support GL, just install MesaLib.tcz Also SDL and most common SDL components already in the repo.

See SDL test programs running:

« Last Edit: April 09, 2013, 02:56:05 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: New programs added to repo
« Reply #33 on: April 09, 2013, 09:56:19 AM »
Are you sure those aren't GLES? Can you show the output of glxinfo/eglinfo?

The other option is that it's using software rendering, which certainly works, but it would be dog slow - I don't think cattail would like to program for that.
The only barriers that can stop you are the ones you create yourself.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: New programs added to repo
« Reply #34 on: April 09, 2013, 11:30:11 AM »
Right, at the moment no hw accelerated Xorg driver is available on the Pi. There is something experimental but far from really usable solution:

http://elinux.org/RPi_Xorg_rpi_Driver

An alternative is to use VideoCore firmware to access hw accelerated GL, but as far as I know only OpenELEC is using it for video playback.

I don't have glxinfo. eglinfo:

Code: [Select]
EGL API version: 1.4
EGL vendor string: Mesa Project
EGL version string: 1.4 (GLX)
EGL client APIs: OpenGL
EGL extensions string:
   
Configurations:
     bf lv d st colorbuffer dp st  ms    vis   supported
  id sz  l b ro  r  g  b  a th cl ns b    id   surfaces
--------------------------------------------------------
0x01 16  0 y  .  5  6  5  0 16  8  0 0  0x21   win         
0x02 24  0 y  .  8  8  8  0 16  8  0 0  0x41   win   

Anyhow, even an accelerated driver woudn't convert Pi to a Playstation.
« Last Edit: April 09, 2013, 11:32:44 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: New programs added to repo
« Reply #35 on: April 09, 2013, 11:48:34 AM »
Quote
Anyhow, even an accelerated driver woudn't convert Pi to a Playstation.

I thought it could run Q3? That's way better than PS1 ;)
The only barriers that can stop you are the ones you create yourself.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: New programs added to repo
« Reply #36 on: May 05, 2013, 01:46:37 AM »
Added gtk version of NetSurf It is a small, fast WEB browser with much better HTML compatibility than Dillo3.

Look for netsurf-gtk.tcz
« Last Edit: May 05, 2013, 01:49:22 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: New programs added to repo
« Reply #37 on: June 01, 2013, 08:40:31 AM »
bacon updated to 2.1.6
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Akane

  • Jr. Member
  • **
  • Posts: 71
    • My home server by RaspberryPi
Re: New programs added to repo
« Reply #38 on: June 12, 2013, 05:31:33 AM »
Added openmpi.tcz, zsync.tcz(including zsyncmake) and bcrypt.tcz.
Sorry for my terrible English.
Country: Japan
Interested in: HPC, low-level programming, embedded system and so on

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: New programs added to repo
« Reply #39 on: November 18, 2013, 09:17:35 AM »
IceWM 1.3.8, samba 4.06 and ffmpeg 2.1 just recently added to repo.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."