[REQ] Slune (nice looking 3D game)

http://home.gna.org/oomadness/en/slune/screenshot.html
the engine is: https://gna.org/projects/soya/
that engine doesn't need PyOpenGL
but if you skipped the above, then you might want to consider a package for PyOpenGL
Thank you
ps. some help
http://mirrors.kems.net/mirrors/gentoo/ … 6.1.ebuild
http://cpan.cybercomm.nl/pub/gentoo-por … 6.1.ebuild

It wasn't easy (lots of dependencies), but finally here are the PKGBUILDs for Slune and its deps.
NOTE: it needs the "pyrex" package from testing and the "pil" package from staging!
cal3d:
# Contributor: Rensel <[email protected]>
pkgname=cal3d
pkgver=0.9.1
pkgrel=1
pkgdesc="A skeletal-based 3d character animation library"
url="http://cal3d.sourceforge.net/"
license="LGPL"
depends=('x-server')
install=
source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
md5sums=('55023cf5b4063990f355629c57a175af')
build() {
cd $startdir/src/$pkgname-$pkgver
./autogen.sh
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
soya:
# Contributor: Rensel <[email protected]>
pkgname=soya
pkgver=0.8a
pkgrel=1
pkgdesc="A very high level 3D engine for Python"
url="http://home.gna.org/oomadness/en/soya"
license="GPL"
depends=('python' 'pyrex' 'x-server' 'freetype2' 'sdl' 'cal3d' 'pil')
install=
source=(http://download.gna.org/$pkgname/Soya-$pkgver.tar.bz2 FreeSans.ttf)
md5sums=('ea5dc64ee26819ae47ed6a10aa519e8c' '3a97c8a62f4e1efbff5ca2c328c9ef48')
build() {
cd $startdir/src/Soya-$pkgver
mkdir -p $startdir/pkg/usr/X11R6/lib/X11/fonts/TTF
cp $startdir/src/FreeSans.ttf $startdir/pkg/usr/X11R6/lib/X11/fonts/TTF
sed 39'i'' "/usr/X11R6/lib/X11/fonts/TTF/FreeSans.ttf", # Arch' widget.py | cat > widget.py
python setup.py install --root=$startdir/pkg
I uploaded the FreeSans.ttf font, needed by Soya, here: http://rensel.altervista.org/arch/FreeSans.ttf. Just wget it (following the link won't work).
py2play:
# Contributor: Rensel <[email protected]>
pkgname=py2play
pkgver=0.1.7
pkgrel=1
pkgdesc="A peer-to-peer network game engine in Python"
url="http://home.gna.org/oomadness/en"
license="GPL"
depends=('python' 'x-server')
install=
source=(http://download.gna.org/slune/Py2Play-$pkgver.tar.gz)
md5sums=('2317264d2a8cc023860050a606c4bb5a')
build() {
cd $startdir/src/Py2Play-$pkgver
python setup.py install --root=$startdir/pkg
editobj:
# Contributor: Rensel <[email protected]>
pkgname=editobj
pkgver=0.5.3
pkgrel=1
pkgdesc="EditObj can create a dialog box to edit any Python object"
url="http://home.gna.org/oomadness/en/editobj"
license="LGPL"
depends=('python' 'x-server')
install=
source=(http://download.gna.org/songwrite/EditObj-$pkgver.tar.gz)
md5sums=('b933eac5959e2e269a806bd7c2ff0bee')
build() {
cd $startdir/src/EditObj-$pkgver
python setup.py install --root=$startdir/pkg
pyopenal:
# Contributor: Rensel <[email protected]>
pkgname=pyopenal
pkgver=0.1.4
pkgrel=1
pkgdesc="OpenAL port to Python"
url="http://home.gna.org/oomadness/en/pyopenal"
license="LGPL"
depends=('python' 'openal')
install=
source=(http://download.gna.org/pyopenal/PyOpenAL-$pkgver.tar.gz)
md5sums=('ac93419e170b5642f027a307cf3d5bef')
build() {
cd $startdir/src/PyOpenAL-$pkgver
python setup.py install --root=$startdir/pkg
slune:
# Contributor: Rensel <[email protected]>
pkgname=slune
pkgver=1.0a
pkgrel=1
pkgdesc="A 3D racing and car-crashing game in Python"
url="http://home.gna.org/oomadness/en/slune"
license="GPL"
depends=('python' 'x-server' 'sdl' 'cal3d' 'pyopenal' 'pyogg' 'pyvorbis' 'soya' 'py2play' 'editobj')
install=
source=(http://download.gna.org/$pkgname/Slune-$pkgver.tar.bz2)
md5sums=('012b2c54f3feec36c2a0ef632118540c')
build() {
cd $startdir/src/Slune-$pkgver
python setup.py install --root=$startdir/pkg
It works fine for me. Hope I helped you!

Similar Messages

  • Is there any Free, nice looking Squirrelmail theme out there?

    All the themes for Squirrelmail looks like s*.
    Are there any nice looking ones out there?
    I've seen some packkages you can buy, but they look like XP!
    I think apple should have designed their own theme to ship with SquirrelMail that follows their otherwise clean look, so you notice you're logged into a mac box!

    I wouldn't go that route.
    It's not just a matter of applying a different skin. Squirrelmail only knows about themes, which in essence are just color table variations.
    The themes you can find on the internet ( http://nutsmail.com/ / http://www.voxthemes.com/squirrelmail.php ) actually tap into all of SquirrelMail's source pages. In other words they modify SquirrelMail per se. This also means that you will need the theme supplier to supply you with an updated version of Squirrelmail each and every time there are changes.
    What you can do is choose a color scheme of your liking and do a few adjustments of your own. It won't look like http://www.voxthemes.com/squirrelmail.php , but if chosen wisely it will look good enough.
    Alex

  • Techniques Needed To Create The Following Nice Looking Look

    I saw the following nice looking tool tips, created using JavaScript JQuery Toolkit.
    I was planning to implement a similar look in my Java standalone application.
    I was wondering what is the techniques needed to create such effect?
    [http://sites.google.com/site/yanchengcheok/Home/Tooltip.PNG?attredirects=0]
    The things come out from my head are :
    Transparency - java.awt.AlphaComposite
    Gradient Background - java.awt.GradientPaint
    Background Shadow - ???
    White Line Around The Black Box - LineBorder ?
    What is the keyword I shall look for, for the technology marked with ???
    Thanks.

    custom painting. I'd say it is a black/dark gray background, but with an alpha composite it is smoothed out to create a shadow effect. A simple google search for "java2D shadow" provided me with this page as the first hit:
    http://weblogs.java.net/blog/2006/07/27/java-2d-trickery-light-and-shadow

  • Nice looking tables

    Hi-
    just created a Spry data set with images and text. The functionally works great but the format (appearance) really leaves a lot to be desired. Is there any  nice looking front-end display tables they I can display my data in. I've seen many websites with really super hot tables (rows, columns) with data inside. I am not sure where I would begin being I've used the Spry Data Set and how I should integrate it. I also was looking to use a mouseover effect with the images in the Spry data set, but the normal Dreamweaver (Insert > Image Objects > Rollover Image) does not work. I also tried the (Edit Tag > Events >OnMouseOver), but that did not work either. Can anyone explain what I am doing wrong, and where I can find the right procedures.
    Thanks for your help
    -bb

    Page breaks would not be a poblem if columns were kept narrow, as they have been, formatted in Illustrator. I gather that 'looks' or 'formatting' is the key that makes tables turn into a lot of work. From what you are saying is then is that there is no magic software and tables are inherently in need of greater quantities of human intervention if they are going to look good and work correctly.
    I will go back to the client then and tell them that tables are inherently 'labor intensive' and give prices to fit accordingly.
    So, also a question: Are you saying that Smart Styles from Woodwing is good for adding extra formatting down the road? The client wants to add columns for the new version. Won't InDesign do that as well?
    I get the idea though, Tables are a lot of work.

  • Create a nice look web site using adf

    Dear Experts,
    I really trying to find a very useful tutorial to create a nice look website using adf, but I didn't find a complete tutorial , please share your experience with us.

    go here
    http://subu-jdeveloper11gadf.blogspot.in/search?updated-max=2011-12-28T17:12:00%2B05:30&max-results=1&start=1&by-date=false
    Edited by: ADF7 on Mar 18, 2012 8:47 PM

  • I am looking for Java-based technology for building nice looking Web apps

    Hi everybody,
    As written in subject - I would like to use some nice web technology, based on Java. I would like to build good-looking web pages. I have tried a bit of Dojo or JQuery (generally this is Ajax I think). Could someone point me what is the relation between Java application/technology and presentation layer of the application? For example, could I easily build nice Web application only with JSF? Or should I connect it with some Ajax-based library?
    If Ajax is best solution - what are your favourite Ajax implementations?
    What about other technologies: portlets, EJB? Thanks in advance for some info - even general.

    DCVer wrote:
    As written in subject - I would like to use some nice web technology, based on Java. I would like to build good-looking web pages. I have tried a bit of Dojo or JQuery (generally this is Ajax I think). I think you need to start to learn the basics properly. I've summed up several links here: [http://forums.sun.com/thread.jspa?threadID=5404443].
    Could someone point me what is the relation between Java application/technology and presentation layer of the application? For example, could I easily build nice Web application only with JSF? Or should I connect it with some Ajax-based library?Java/JSF is entirely server side.
    JS/Ajax is entirely client side.
    In JSF world there are several component libraries with builtin ajaxical (and skinnability -this also covers "nice looking" as you say) support, such as RichFaces and IceFaces. Give their homepage and demo's a look.
    If Ajax is best solution - what are your favourite Ajax implementations?I myself have jQuery on #1.

  • Looking for game center games to play ipad vs. ipod touch

    After trying a number of games that simply do not work as advertised via gamecenter, I am looking for suggestions for some games that can be played between an iPad (me) and and iPod touch (4th gen) used by a kid.
    Anyone have any that work well?

    Thanks for the help but that told me nothing.
    game center is the first half baked item i have seen come from Apple.
    After downloading $15+ of games that are supposedly game center ready to play others, 1 of them works and that does not work between the iPad and iPod.
    Something is not right with this and Apple ought to make sure the descriptions in the store are accurate. I am done spending money to be beta tester for something that should simply work.

  • 17" imac looks and game performance

    Hi All,
    Im thinking about getting a intel iMac for home, but Im not sure I can stretch to the 20" I remember thinking the 20" g5 imac was much better looking than the 17" because the area bellow the screen seemed more in proportion. Does the 17" intel look good in person?
    Also, I want to use bootcamp to install windows on it for the odd game, but if I get the 17", I will only get the 128mb graphics card. How are you finding games on the 128mb? I want to play half life 2 episode 1, and batlefield 2, and would like them to play with the settings on medium if possible.

    i forgot to mention that with Q4 you have to tell it that you have the core duo.i assume other games will be the same. even after asking for optimum settings i had to tell it i had the core duo.
    then reboot. theres is a noticable difference. have gotten better settings but im upgrading thursday to 1 gig ram (getting another 512 chip) also going with a 250 gig external firewire hard drive( LaCie) thats what my local dealer has and they have not let me down yet. i love being able to drive 15min. if theres a problem. thursday morning i have an appointment to install ram and setup drive.should take 20min. i love my Local dealer. made my transfer to the Mac as painless as possible.
    ill let you know friday what kind of difference i get with 1gig

  • Looking for games\apps that run on 3.1.3 1st Gen iPod Touch

    I am looking for a way to search for games and apps that still will run on 3.1.3.  I am mostly interested in educational\kids games.  This is
    for the iPod my 3yr old gets handed from time to time to use.
    For my own library, it's easy enough.....select all and see what won't install.  But can't search the App store by what will install....

    You can try Googling. There is no way to search the App store or Appshopper.com by required iOS.

  • Nice looking GUI controls

    Hi,
    do you know a way how to create such a control:
    toolbar on a top and some other thing (e.g. tree) on the bottom? Well, this is quite simple, you can use splitter and put a toolbar to the top container and tree to the bottom container, but then it looks, let's say, not very nice, because there is a gray line between and toolbar has no background. I would like to create the same set of controls, but e.g. like in ALV Grid, so toolbar on a gray background and between a toolbar and a tree nice black thin line. Do you think that it is possible?
    Many thanks for some hints and regards,
    Marcin

    search the forums, this question has been asked in other forums MANY times.
    the basic answer is NO,
    there are several ways of getting a similar effect, but none are a 'proper' solution.

  • Looking for Game Developers/Producers and Virtual World Developers for Adobe Research Study

    The Adobe User Research Team is interested in talking to game developers/producers and virtual world developers to better understand the development process, the tools/technologies used, and the development/business challenges.  Your insights will help us improve our platform and tools as well as develop new solutions.  You do not need to be Flash developers to participate.
    The research study will be a 2-hour one-on-one phone interview.  As a token of appreciation, interview participants will receive a $150 American Express Gift Check.
    If this sounds like something you might be interested in, please fill out our short preliminary screener here:
    http://www.adobe.com/go/gamedevscreener
    If the study is a good match, we will contact you by phone or email to schedule a time.
    If you have any questions, please feel free to contact me at [email protected]
    Thank you for your interest!
    Sara Kang
    Adobe Market Research

    FYI, this is a poorly worded set of possible answers:
    8. How much experience do you have using the following technologies?
    I’ve never heard of that technology
    I’ve investigated that technology but never used it professionally
    I’ve spent some time working with that technology
    I am comfortable using that technology
    I have used that technology on a daily basis for less than 1 year
    I have used that technology on a daily basis for more than 1 year
    For a number of these technologies, I've heard of them but have not been inclined to investigate, which seems like it would be useful info to Adobe.

  • Looking for game recommendations (Pantech Crux)

    So, I'd love to have a game or two available for times when I've got a bit of time to kill. I'd prefer some sort of puzzle game.
    I bought mahjong... and I can't believe how bad it is. I played it for about a minute, and I doubt I'll even bother opening it up again. I should have just used that $7 to light my fireplace or something - it would have at least been somewhat useful. I didn't expect the quality of games on my Crux to be anywhere near what I get on my iPod touch 4, but I was hoping for something at least passable. The game itself is ridiculously tiny because screen real estate is taken up by the silly D-pad controls. It's incredibly tedious having to use the D-pad control to move a cursor: up-up-up-left-left-left... I'm almost to the tile that I want, then it snaps to some other one that I didn't want.
    So, are there any games that I can get for the Crux that actually use the touch screen the way they should? (Not just turning my touch screen into a virtual version of some crappy phone from a decade ago).
    Thanks!

    So, are there any games for the Crux that will actually use the touch screen properly (puzzle, or anything at all)?? Anyone with a Crux have any games that work well?

  • Ugly frames in java. Want to make a nice looking gui.

    Well basically i don't want to use a square ugly standard java frame, or usual window.
    I want it to be individually shaped. Just like the windows media player.
    If you put it in compact mode, it removes all visuals of a real windows and looks really good.
    Is that possible to do with java? And if so, how?

    search the forums, this question has been asked in other forums MANY times.
    the basic answer is NO,
    there are several ways of getting a similar effect, but none are a 'proper' solution.

  • Looking for games that work on an old comp

    I've set up an emachine that has 128mb of ram and a 900mhz celeron processor to run openbox and a few other things. Really, it runs rather well, and I've only had it use swap when I'm compiling something while browsing the net with a few other things open.
    Anyway, I wanted to know what games I can run on it, other than xtris, xboard, and emulators (that includes WINE). Does linux have any firstperson shooters or adventure games that can run well on such old architecture?

    XEvil is quite nifty, and it ran smoothly on my old 700 MHz pIII with 128 MB of RAM.
    [EDIT]
    The package in AUR doesn't build, so I think you have to use a dated, official build. The issue with this build, is that you can't set the keyboard controls graphically; if you want custom keyboard controls, you have to do it through the file ~/.Xresources like described somewhere on this page.
    Last edited by Peanut (2009-06-03 11:40:53)

  • Can anyone suggest a nice-looking scholarly font?

    For several months, I've been looking for a good scholarly-looking font. I like Cardo, which was praised elsewhere last year; but it lacks bold and italic variants, and development on it seems to have ceased. I also like Georgia (see the new NYTimes), but it seems unable to produce macrons over vowels without distorting the vowels themselves -- and I need macrons to write in Latin.
    Can anyone suggest some other candidates, for which there is a full set available?
    Thanks

    This could turn into a broad and deep discussion with many opinions!
    Serif typefaces are considered easier to read on paper; sans serifs are considered easier to read on screen.
    Baskerville is a good serif typeface with all the formatting (i.e. bold, italic) and character (i.e. accents, symbols) options. Garamond too, and it's a little more condensed if you need to shrink something to fewer pages. Times New Roman bores some people, but is also good. In my opinion, none of these three typefaces are distractingly "different" and they all look good.

Maybe you are looking for

  • QM Scenario for Automatic Data Transfer to Inspection Lot

    Hi Experts, I have explained one QM scenario below. And also mentioned queries that I have in this. Could you please help me out on the same? There are 2 SAP systems, A and B. Process works as follows: -Delivery is created at A with B as recipient. -

  • Java Version BI 4.1 SP1

    Hello, The last couple of weeks we have experienced quiet a lot of error messages that seems to relate to Java versions installed on users computers. Examples: What we have told our users is to upgrade or downgrade the Java to 7.45. My question is, d

  • Can't open photoshop CS6 (mac)

    I get an error message "could not open scratch file"  I've tried command alt shift during opening. Can someone help me please.

  • My serial number for lightroom 6 upgrade will not validate

    I received the message my serial number cannot be validated.  I just downloaded Lightroom 6 upgrade and put in the serial number given to me, but cannot get it to validate?

  • Inventory log message

    am goin to simulate the whole process from sales quote to delivery note process on our SAP B1 8.8 to see if these error would come up. in the delivery note process they cant copy it to sales invoice because an error message pops up saying [ar invoice