Search:

Type: Posts; User: DangerOnTheRanger; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Re: The Battle of the Browsers: The Race to 500

    Chromium: 16
  2. Replies
    3
    Views
    400

    [SOLVED] Re: programming tuts

    Take a look at this. Honestly though, it's the second sticky in Programming Talk - please try searching the forums a little harder next time.
  3. Replies
    15
    Views
    1,621

    Re: Best place do show a linux game?

    Here's a short list of Linux gaming sites:

    LGDB
    Gameboom
    The Linux Game Tome
  4. Re: Valve's Newell: Windows 8 "catastrophe" driving Valve to embrace Linux

    From http://www.bbc.com/news/technology-18996377:



    So what I said earlier applies to Windows 8 as well.
  5. Re: Valve's Newell: Windows 8 "catastrophe" driving Valve to embrace Linux

    There's a difference between the USC and the Apple app store: The latter is the only way to install software on iOS, whereas you can compile and install software manually whenever you choose on...
  6. Re: Why isn't there a static, compiled version of Python?

    Sounds like you're looking for something like Cython.
  7. Replies
    13
    Views
    1,199

    Re: For the Chess players out there

    Wait till I finish my chess-playing kickboxing humanoid. :P
  8. Replies
    13
    Views
    1,199

    Re: For the Chess players out there

    I used to play chess quite a bit 3-5 years ago - I don't play it too much anymore. But hey, at least I can program a chess engine that would be capable of beating myself. :)
  9. Re: Open Source gaming kickstarter proposal (tentative)

    Sounds like a good idea - the third idea for fundraising especially so. That said, I think with Desura already out on Linux, making a second (or third, if Steam gets out first) game distribution...
  10. Re: Making games for Ubuntu: Easy or not?

    For 2D games, I'd go with PyGame. It's relatively easy to get up and running, and it's in the Ubuntu repos as well (sudo apt-get install pygame). A second choice for 2D games would be pyglet, which...
  11. Replies
    50
    Views
    2,560

    Re: Modular programming

    The primary problem with this idea is that different languages represent datatypes - say, an integer - in different manners. Python represents it as a Python object (an instance of class "int", C...
  12. Re: Why is there no RPG games for the computer

    There's no RPG out there that has the features/gameplay you want? Make one. I'm sure there are people out there that would love to help out once you have something up and running.
  13. Replies
    50
    Views
    2,560

    Re: Modular programming

    Python's standard ctypes module lets you call regular C libraries (and other languages that use the C calling convention, I think) from Python without any wrapper code.
  14. Re: YIKES! Larry Ellison buys his own island..

    I would think there would be better uses for that much money, though.
  15. Replies
    6
    Views
    525

    Re: D520 (new scripting language)

    Preprocessor code has also been known to be completely incomprehensible except to the person that wrote it. :)

    My main issue with this, though, is I don't think the world needs yet another...
  16. Re: Need help with game project for linux

    You're going to get a lot more volunteers if you show that you're willing to stick with this project. The best way to do that is source code - nothing says "I'll stick with this project" like a...
  17. Replies
    15
    Views
    1,999

    Re: How to make a linux distro

    Take a look around DistroWatch; there are several such distributions.
  18. Re: Why get I sick playing race-games on Linux?

    I don't get dizzy from racing games, but games where the screen flashes at a high rate (think Marvel vs. Capcom 1/2) tend to give me a headache.

    Still, I've never heard of dizziness from racing...
  19. Replies
    15
    Views
    1,999

    Re: How to make a linux distro

    Word of warning on LFS: I spent literally about 24 hours building the vanilla LFS itself (no modifications) - and LFS is about the easiest way out :)

    Don't give up though; there have been people...
  20. Re: HOWTO: Run MAME + GMAMEUI latest on your pc. Quick guideWithout further ado – A q

    Kaillera is Windows-only; you won't be able to use it on Ubuntu. That said, Kaillera is obsolete anyway - I recommend you take a look at GGPO or Supercade if you want to play your ROMs with others...
  21. Replies
    495
    Views
    26,839

    Re: Confession

    Confession: I use Diaspora instead of Facebook.
  22. Poll: Re: Gmail alternative.......Canonical, Red Hat, Novell...

    I'm a TuxFamily member, so I just use the email address they provide, but a Gmail alternative sounds somewhat interesting.
  23. Re: What's your killer Linux app you simply cant be without on windows?

    The terminal (bash, to be specific) and the .deb package management system.
  24. Replies
    30
    Views
    4,071

    Re: My game engine, OpenBlox

    Sorry for taking so long to respond - life dragged me away, kicking and screaming :)

    I've seen this bug a few times before; I recommend using the Mercurial/trunk version, which you can get...
  25. Replies
    11
    Views
    746

    Re: Always wanted to learn to code?

    Except for those last four, all of those are server-side languages - the web browser doesn't even know a program is being run on the server; it just receives the program's output, a web page.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4