Meeting:2009/08/09
From FIFE development wiki
This article contains a list of topics for as well as the results of the August developer IRC meeting.
Contents |
Date
9th of August, 2009, 4:30 GMT
Thread at the forums: http://forums.fifengine.de/index.php?topic=290.0
List of topics
- SVN structure, build process, structure of python modules, packaging. phoku
- "SWIG tricks" (e.g. %apply ... &OUTPUT {} ) and compatiblity for c++ clients. chewie
- Feature: How to implement image resizing on runtime (postponed top from last meeting) (SDL vs. ogl discussion)
Results
Install target
- Create a branch for adding an install target.
- Make fife a single top level module in site-packages
- Request guidance from packagers: forum thread
- phoku volunteered.
SWIG Tricks
Leave for now and fix of the .i files so they are more maintainable and possibly revisit this in the future. vtchill will work on cleaning up the .i files.
Image Resizing
Practically closed by the observation that SDL is only used as a fallback renderer and thus we shouldn't bother.