Difference between revisions of "KolibriOS Summer of Code 2013"

From KolibriOS wiki
Jump to navigation Jump to search
(overlapped with music player)
Line 32: Line 32:
 
|}
 
|}
  
== Ideas ==
+
== Ideas with appointed Mentor ==
  
 
=== Web browser ===
 
=== Web browser ===
Line 46: Line 46:
 
* Skill level: intermediate/advanced
 
* Skill level: intermediate/advanced
 
* Suggested by: Pretty much everyone in Kolibri
 
* Suggested by: Pretty much everyone in Kolibri
* Mentor: ???
+
* Mentor: SoUrcerer
  
 
=== Font subsystem/Locales ===
 
=== Font subsystem/Locales ===
Line 57: Line 57:
 
* Suggested by: XVilka/Wildwest
 
* Suggested by: XVilka/Wildwest
 
* Mentor: XVilka
 
* Mentor: XVilka
 
=== Port Table to Assembler ===
 
'''Summary:''' Port a great Kolibri application (Table) to FASM
 
 
'''Details:'''
 
* Goal: Port Table (C++) to Assembler/FASM.
 
* Language: Assembler/FASM
 
* Skill level: beginner/intermediate/advanced
 
* Suggested by: Wildwest/asiekierka
 
* Mentor: ???
 
  
 
=== Filesystem support ===
 
=== Filesystem support ===
Line 79: Line 69:
 
* Skill level: intermediate/advanced
 
* Skill level: intermediate/advanced
 
* Suggested by: dunkaist
 
* Suggested by: dunkaist
* Mentor: Mario(?) / XVilka(?)
+
* Mentor: XVilka
  
 
'''Notes:''' dunkaist wants to be a student for XFS support.
 
'''Notes:''' dunkaist wants to be a student for XFS support.
Line 92: Line 82:
 
* Suggested by: hidnplayr
 
* Suggested by: hidnplayr
 
* Mentor: hidnplayr
 
* Mentor: hidnplayr
 
=== Partition editor ===
 
'''Summary:''' Add a partition/HDD editor utility.
 
 
'''Details:'''
 
* Language: Assembler/FASM
 
* Skill level: intermediate/advanced
 
* Suggested by: hidnplayr
 
* Mentor: Mario(?)
 
  
 
=== USB drivers ===
 
=== USB drivers ===
Line 122: Line 103:
 
* Suggested by: hidnplayr
 
* Suggested by: hidnplayr
 
* Mentor: hidnplayr
 
* Mentor: hidnplayr
 
=== One core for graphics ===
 
'''Summary:''' On multi-core systems, dedicate one core for graphics rendering ONLY.
 
 
'''Details:'''
 
* Goal: Move graphics subsystem to a single, dedicated core if multicore machine detected.
 
* Language: Assembler/FASM
 
* Skill level: intermediate/advanced
 
* Suggested by: Serge
 
* Mentor: Serge(?)
 
  
 
=== Printing/scanning API ===
 
=== Printing/scanning API ===
Line 142: Line 113:
 
* Skill level: intermediate/advanced
 
* Skill level: intermediate/advanced
 
* Suggested by: hidnplayr
 
* Suggested by: hidnplayr
* Mentor: ???
+
* Mentor: SoUrcerer
 +
 
 +
=== Music player ===
 +
'''Summary:''' Improve the current music player in Kolibri.
 +
 
 +
'''Details:'''
 +
* Primary goal: Rewrite the interface of the current music player, in assembler, and improve its functionality.
 +
* Secondary goal: Add more codec support (OGG/FLAC?)
 +
* Language: Assembler/FASM (C/C++ to port codec)
 +
* Skill level: beginner/intermediate/advanced
 +
* Suggested by: hidnplayr
 +
* Mentor: hidnplayr
 +
 
 +
=== Installer ===
 +
'''Summary:''' Add an installer to KolibriOS.
 +
 
 +
'''Details:'''
 +
* Language: [http://c--sphinx.narod.ru/indexe.htm Sphinx C--]
 +
* Skill level: beginner/intermediate/advanced
 +
* Suggested by: asiekierka
 +
* Mentor: Leency
 +
 
 +
== Open Ideas (without appointed mentor) ==
  
 
=== Widget toolkit ===
 
=== Widget toolkit ===
Line 153: Line 146:
 
* Mentor: ???
 
* Mentor: ???
  
=== Music player ===
+
=== One core for graphics ===
'''Summary:''' Improve the current music player in Kolibri.
+
'''Summary:''' On multi-core systems, dedicate one core for graphics rendering ONLY.
 +
 
 +
'''Details:'''
 +
* Goal: Move graphics subsystem to a single, dedicated core if multicore machine detected.
 +
* Language: Assembler/FASM
 +
* Skill level: intermediate/advanced
 +
* Suggested by: Serge
 +
* Mentor: Serge(?)
 +
 
 +
=== Partition editor ===
 +
'''Summary:''' Add a partition/HDD editor utility.
  
 
'''Details:'''
 
'''Details:'''
* Primary goal: Rewrite the interface of the current music player, in assembler, and improve its functionality.
+
* Language: Assembler/FASM
* Secondary goal: Add more codec support (OGG/FLAC?)
+
* Skill level: intermediate/advanced
* Language: Assembler/FASM (C/C++ to port codec)
 
* Skill level: beginner/intermediate/advanced
 
 
* Suggested by: hidnplayr
 
* Suggested by: hidnplayr
* Mentor: hidnplayr
+
* Mentor: Mario(?)
  
=== Installer ===
+
=== Rewrite "Table" in Assembler ===
'''Summary:''' Add an installer to KolibriOS.
+
'''Summary:''' Rewrite a great Kolibri spreadsheet application [[Table]] from C++ to FASM
  
 
'''Details:'''
 
'''Details:'''
 +
* Goal: Port Table (C++) to Assembler/FASM.
 
* Language: Assembler/FASM
 
* Language: Assembler/FASM
 
* Skill level: beginner/intermediate/advanced
 
* Skill level: beginner/intermediate/advanced
* Suggested by: asiekierka
+
* Suggested by: Wildwest/asiekierka
 
* Mentor: ???
 
* Mentor: ???

Revision as of 14:11, 27 March 2013

Introduction

KolibriOS is going to apply as a mentoring organization for Google Summer of Code 2013. This page contains our ideas list and some additional information for students and mentors.

Organization

You can find the organizers on the IRC channel (#kolibrios @ irc.freenode.net) or at our forum: http://board.kolibrios.org/

Name Nickname Role
Yogev Ezra yogev_ezra Organization Administrator
Anton Kochkov XVilka Mentor, Backup Administrator
Dmitry Pereverzev SoUrcerer Mentor
Jeffrey Amelynck hidnplayr Mentor
Kirill Lipatov Leency Mentor

Ideas with appointed Mentor

Web browser

Summary: Write a proper HTML web browser for KolibriOS

Links:

Details:

  • Primary goal: Have mostly complete HTML4 support on a good enough level to read non-complex (mobile?) websites
  • Secondary goal: Add certain elements of CSS, speed optimizations
  • Language: Assembler/FASM
  • Skill level: intermediate/advanced
  • Suggested by: Pretty much everyone in Kolibri
  • Mentor: SoUrcerer

Font subsystem/Locales

Summary: Add a font subsystem (with Unicode?) and locale support

Details:

  • Primary goal: Add a font subsystem for multiple fonts, etc., standardize it and add keyboard layouts.
  • Language: Assembler/FASM
  • Skill level: intermediate/advanced
  • Suggested by: XVilka/Wildwest
  • Mentor: XVilka

Filesystem support

Summary: Improve filesystem support in KolibriOS

Details:

  • Goals (you can do one or more of these, not all are necessary):
* Add XFS read/write support
* Add ext* writing support
* Add NTFS writing support (if you really feel like it)
  • Language: Assembler/FASM
  • Skill level: intermediate/advanced
  • Suggested by: dunkaist
  • Mentor: XVilka

Notes: dunkaist wants to be a student for XFS support.

FTP client

Summary: Add an FTP client or FTP support to one of the file managers

Details:

  • Goal: FTP access (download/upload/etc.)
  • Language: Assembler/FASM
  • Skill level: beginner/intermediate/advanced
  • Suggested by: hidnplayr
  • Mentor: hidnplayr

USB drivers

Summary: Add USB drivers for the new stack (gamepads, joysticks, tablets, etc.)

Details:

  • Goal: USB drivers for the CleverMouse USB stack.
  • Language: Assembler/FASM
  • Skill level: beginner/intermediate/advanced
  • Suggested by: hidnplayr/Asper
  • Mentor: XVilka

Improve Ethernet support

Summary: Write more Ethernet drivers.

Details:

  • Primary goal: Support for popular Broadcom, Atheros and Marvell Yukon cards.
  • Secondary goal: Any Ethernet cards students and their mentors find.
  • Language: Assembler/FASM
  • Skill level: beginner/intermediate/advanced
  • Suggested by: hidnplayr
  • Mentor: hidnplayr

Printing/scanning API

Summary: Add a printing and scanning API and drivers.

Details:

  • Primary goal: Design and code infrastructure for printing and scanning devices.
  • Secondary goal: Write some USB drivers for it.
  • Language: Assembler/FASM
  • Skill level: intermediate/advanced
  • Suggested by: hidnplayr
  • Mentor: SoUrcerer

Music player

Summary: Improve the current music player in Kolibri.

Details:

  • Primary goal: Rewrite the interface of the current music player, in assembler, and improve its functionality.
  • Secondary goal: Add more codec support (OGG/FLAC?)
  • Language: Assembler/FASM (C/C++ to port codec)
  • Skill level: beginner/intermediate/advanced
  • Suggested by: hidnplayr
  • Mentor: hidnplayr

Installer

Summary: Add an installer to KolibriOS.

Details:

  • Language: Sphinx C--
  • Skill level: beginner/intermediate/advanced
  • Suggested by: asiekierka
  • Mentor: Leency

Open Ideas (without appointed mentor)

Widget toolkit

Summary: Extend Box_lib to create a widget toolkit for software.

Details:

  • Language: Assembler/FASM
  • Skill level: beginner/intermediate/advanced
  • Suggested by: XVilka
  • Mentor: ???

One core for graphics

Summary: On multi-core systems, dedicate one core for graphics rendering ONLY.

Details:

  • Goal: Move graphics subsystem to a single, dedicated core if multicore machine detected.
  • Language: Assembler/FASM
  • Skill level: intermediate/advanced
  • Suggested by: Serge
  • Mentor: Serge(?)

Partition editor

Summary: Add a partition/HDD editor utility.

Details:

  • Language: Assembler/FASM
  • Skill level: intermediate/advanced
  • Suggested by: hidnplayr
  • Mentor: Mario(?)

Rewrite "Table" in Assembler

Summary: Rewrite a great Kolibri spreadsheet application Table from C++ to FASM

Details:

  • Goal: Port Table (C++) to Assembler/FASM.
  • Language: Assembler/FASM
  • Skill level: beginner/intermediate/advanced
  • Suggested by: Wildwest/asiekierka
  • Mentor: ???