[11:59] Morning [12:13] morn [12:54] quark [13:03] cmaloney: I just read your blog post. Why pygame? [13:04] brousch: Why not? [13:05] It's pretty much dead [13:05] brousch: I don't have evidence of that [13:06] http://www.pygame.org/download.shtml [13:06] so it's stable then. ;) [13:06] https://pypi.python.org/pypi/Pygame/1.7.1 [13:07] (there's talk of Pygame 2) [13:07] Um, 1.9.2 [13:07] No widgets, poor python 3 support, no mobile support [13:08] Sounds like heaven [13:08] What would you suggest instead? [13:08] Kivy, of course. With Kivent as a game engine if you need it [13:09] Does it support tiled? [13:09] http://pygame.org/project-Tiled+TMX+Loader-2036-.html [13:10] I have no idea [13:10] what games are written for Kivy / Kivent? [13:10] there's also Panda3D http://www.panda3d.org/ [13:12] tile https://github.com/kivy/kivy/wiki/Tiled-Maps-%26-Tile-Based-Movement [13:14] https://github.com/craigmaloney/pygame_book [13:17] Very cool [13:17] So I'm not too far along with it, and already you're telling me to throw out what I have and start over. ;) [13:17] I just feel that pygame has run its course. More modern tools are available [13:18] I can live with that. [13:18] But new PyGame books still come out [13:19] A Kivent game https://play.google.com/store/apps/details?id=org.chozabu.boardzfree&hl=en [13:24] Another Kivent app https://play.google.com/store/apps/details?id=org.chaosbuffalogames.particlepanda2 [13:25] Nice thing is SDL2 isn't on Precise. :) [13:26] yes, I'm on a way-too-old install [13:26] d00d [13:27] I think I still have 2 virtual servers on 12.04 [13:32] if it is not python3, it is dead to me. ;p [13:32] brousch: precise is still supported. It is OK. [13:34] I actually have a 10.04 also because I need the ancient samba to make Lotus 1-2-3 happy [13:37] really? [13:37] Really [13:37] why does 1-2-3 care? [13:37] Because it is older than dirt [13:38] but... but... [13:38] 1-2-3 for windows, right? [13:38] if it is using windows api it shouldn't care where the file is. [13:38] 1-2-3 must be doing something evil. [13:38] Windows 3.1 APIs [13:38] ancient version of 1-2-3? [13:38] V4 ? [13:39] 1-2-3 R5 [13:39] It will open files on newer Samba, but sees them as locked for writing [13:41] that is interesting. [14:08] The last modified dates on the install files are 1994 [14:08] The year I graduated from high school [14:12] lol. [14:12] I think I remember that release. V4 was the last DOS release. I supported it at my first IT job, straight out of high school, summer of '95 and V5 was the same time windows release. Windows 3.1, becuase '95 didn't come out for a few more months. [14:13] They hadn't synced up their version numbers. it was V4 DOS, V5 Win. [14:19] yes [14:58] Ok, this is just a PITA getting Kivy installed [14:59] At least on this old system. [15:06] heh [15:06] Does the PPA work on it? [15:06] No, there's a Python 3 PPA that needs installing [15:07] ah [15:07] which then needs Python3, which needs ... [15:07] er python3 numpy, which needs ... [15:07] Yeah, that is kind of ugly right now [15:07] Not to mention SDL2 [15:07] Not that Pygame is easier to install in a virtualenv, but I've done it enough [15:08] and worst case I'll create a Python Game book where we look at several frameworks [15:08] Figure where the spirit takes me and work accordingly. [15:08] The book I want is something that's a little more pragmatic and not as "beginner friendly" [15:09] I use custom scripts to install kivy, but haven't updated them in a while https://github.com/brousch/kivy-installer [15:10] I know the cython version in them is wrong now [15:14] oooh... cython! [15:16] Yes, a lot of cython in kivy [15:19] I have not touched the stuff [15:21] I love cython. [15:33] I prefer pure Python because it runs anywhere without silliness like compiling [15:33] yeah sure, as long as you don't care how fast it runs. [15:33] i like cython because I often care about how fast things run. [17:13] Get moar hardware! [21:47] i reinstalled and my laptop is working now. so that's strange