Changes between Version 62 and Version 63 of GoogleSummerOfCodeIdeas


Ignore:
Timestamp:
Jan 9, 2012, 2:01:22 AM (12 years ago)
Author:
mmadia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSummerOfCodeIdeas

    v62 v63  
    185185    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'''
    186186
    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 design
    192 
    193     Related code: [http://dev.haiku-os.org/browser/haiku/branches/components/gallium3d development branch, containing gallium3d port]
    194 
    195187==== Trac Plugin: "Test and Commit Patch" functionality ====
    196188   
     
    206198
    207199    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/
     200default 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)^
    209201    Create some graphical tool to easily get started on 3rd party development in a few clicks. No need for a full-blown IDE.
    210202