Changes between Version 62 and Version 63 of GoogleSummerOfCodeIdeas
- Timestamp:
- Jan 9, 2012, 2:01:22 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoogleSummerOfCodeIdeas
v62 v63 185 185 Haiku features an integrated mail management system allowing to manage your mail using Tracker, the file explorer. This system needs some improvements and updates. '''See this [http://www.freelists.org/post/haiku-commits/r40398-in-haikutrunksrc-addonsmail-daemon-addonsmail-daemoninbound-filters-addonsmail-daemoninbound-filtersmatch-header-addonsmail-daemoninbound-filtersnotifier-addonsmail-daemoninbound-filtersspam-filter,2 mailing list post] for a list of TODO and related ideas''' 186 186 187 ==== Hardware 3D acceleration ====188 189 Design or port an existing 3D driver interface. See for example the Gallium3D project. Another option is to write a compatibility layer to load binary Linux 3D graphics drivers. There should probably still be our own 3D acceleration API for drivers.190 191 Skill set: graphics drivers, API design192 193 Related code: [http://dev.haiku-os.org/browser/haiku/branches/components/gallium3d development branch, containing gallium3d port]194 195 187 ==== Trac Plugin: "Test and Commit Patch" functionality ==== 196 188 … … 206 198 207 199 BeOS had CodeWarrior IDE built-in, which makes it easy to create a new project and get started on development. Haiku currently only provide make and jam in the 208 default installation, which is far less easy to use for starting developpers. The makefile engine is somewhat simpler, but more limited. All of these tools are to be used in text mode, not so good for beginners. Also see : http://www.marmida.org/blog/2010/10/27/9/200 default installation, which is far less easy to use for starting developpers. The makefile engine is somewhat simpler, but more limited. All of these tools are to be used in text mode, not so good for beginners. ~~Also see : http://www.marmida.org/blog/2010/10/27/9/ ~~^(url broken)^ 209 201 Create some graphical tool to easily get started on 3rd party development in a few clicks. No need for a full-blown IDE. 210 202