User:Asalga
Contents
- 1 Info
- 2 About me
- 3 Bugs
- 4 Interests
- 5 Various Open Source Contributions
- 6 Available Contributions
- 7 Contributions
- 8 Projects
- 9 Release 0.1 [Blog post]
- 10 Release 0.2 [Blog post]
- 11 Release 0.3 [Blog post]
- 12 Release 0.4 [Blog post]
- 13 Release 0.5 [Blog post]
- 14 Release 0.6 [Blog post]
- 15 Release 0.7
- 16 Labs
- 17 History
Info
Full Name: Andor Salga
IRC Nick: asalga
E-mail: asalga [at] learn.senecac.on.ca
Project Page: Processing.js
Blog: http://asalga.wordpress.com
Twitter: asalga
Open Source RSS feed: http://asalga.wordpress.com/category/open%20source/feed
Languages/Tech: C/C++, OpenGL, OpenGLES, DirectX, GLSL, JavaScript
About me
I'm a CPAC (Computer Programming and Analysis Co-op) graduate currently enrolled in the BSD (Bachelor of Software Development) degree program at Seneca College. I worked for over a year on the c3dl project before going back to classes to get my degree.
I plan to enroll in a masters program (Computer Games Technology) at Algoma University once I complete my Bachelor’s here at Seneca.
I am a pesco-vegetarian and aspiring vegan.
You can find me on moznet in channels such as #c3dl, #seneca, #processing, #gfx, #svg, #planning and sometimes #bs.
Bugs
Canvas
- Bug 381930 - No repaint inside very large canvas
- Bug 370450 - Safari "canvas" demonstration cause Minefield to hang while page is loaded
- Bug 408372 - <canvas> canvas animation is jerky on Firefox 3 beta 1, Linux x86_64
- Bug 501677 - Drawing lines in big Canvas don't work always
- Bug 518173 - webgl does not build on Darwin/X11 (bad gl.h)
WebGL
Interests
I obviously love programming, but I also have other interests such as muay thai, chiptune, lucid dreaming, psychology and mantra meditation.
Various Open Source Contributions
Available Contributions
The following are some tasks which need completion. If you would like to contribute to my work, please place a link to your wiki page in the appropriate cell. The first entry is an example of the format I would like emulated.
Place a link to your wiki page in the appropriate Assigned cell. Place any links to any of the resources you created such as files in the appropriate Files/Blogs/Wiki cell.
Task Name | Description | Due Date | Assigned | Files/Blogs/Wiki/etc |
Complete 0.1 | Complete my 0.1 which includes implementation of splice(), mag(), focused, etc. | October 23, 2009 | asalga | 0.1 Blog Release |
Tests for splice() | Write 20 tests for my splice() function. Include tests which should fail and tests which should pass. | October 21, 2009 | asalga | splice tests |
Tests for mag() | Write 20 tests for my mag() function. Include tests which should fail and tests which should pass. | October 21, 2009 | asalga | mag() tests |
Tests for subset() | Write 20 tests for the Processing subset() function. Write them in the Processing environment and I'll use them in Processing.js. | October 21, 2009 | andrewgrimo | test page |
Implement shorten() | Write the shorten shorten() function. | October 21, 2009 | DanielHodgin | code block test page |
Tests for binary() | Write 20 tests for the binary() function. Write them in the Processing environment and I'll use them in Processing.js. | November 13, 2009 | asalga | |
Tests for sort() | Write 20 tests for the sort() function. Write them in the Processing environment and I'll use them in Processing.js. | November 13, 2009 | asalga | |
Record and blog Processing.js team meeting | Record and write a well written blog post of the Processing.js team meeting. (November 29 2009) | December 4, 2009 | annasob |
Contributions
Bug Related
- Filed the Table Bug on Wikimo and lighthouse
- Filed the Boolean Array Bug on Wikimo and lighthouse
- Filed the Function Overload Bug on Wikimo
- Filed the sort() "dear" Bug on www.processing.org
- Filed the background Bug on Processing.org
Tests for Daniel Hodgin
Updated 3D Features table on Wikimo and Added Lighthouse tickets
- Updated a ridiculous amount of entries in the Processing.js Task list page (~40)
- Added 23 tickets to lighthouse with a link to Processing.org pages
Work for students in Seneca open source class
- Created simple example which calls C3DL from PJS Zip File , Demo
- Created and posted a 3D Processing.js Demo
- Organized and conducted Seneca Processing.js 3D team meeting
Projects
Release 0.1 [Blog post]
Task Name | Requirement | Test | Compatibility Test(F,C,S,I) | Demo |
splice | Req. | test | 1/4(F) | Processing Poetry |
subset | Req. | test | 0/4 ? | |
mag | Req. | test | 1/4(F) | Line Lengths |
focused | Req. | test | 1/4(F) |
Release 0.2 [Blog post]
Task Name | Requirement | Ticket | Test | Demo |
sort() | Req. | Ticket | Test | PJS CrayFish |
binary() | Req. | Ticket | Test | |
size() | Req. | Ticket | Tested in demo | qw(3D) |
background() | Req. | Ticket | Test | |
frameRate | Req. | Ticket | Tested in demo |
Release 0.3 [Blog post]
Task Name | Requirement | Ticket | Test | Demo |
triangle() - 3D | Req. | Ticket | WIP reftest | |
rect() - 3D | Req. | Ticket | WIP reftest | Demo |
lights() Removed - Need specular lighting | Req. | Ticket | none | none |
noLights() | Req. | Ticket | P3D/PJS Test(Webkit) PJS Test (Minefield) |
Demo1 Demo2 |
ambientLight() | Req. | Ticket | ||
directionalLight() | Req. | Ticket | ||
pointLight() - Moved to 0.4 - Need camera | Req. | Ticket | none | none |
Release 0.4 [Blog post]
Ticket | Complete? |
camera() | yes |
join() | yes |
P3DMatrixStack | yes |
frustum | no |
perspective() | no |
ortho() | no |
PMatrix3D | no |
Release 0.5 [Blog post]
Item | Ticket | Code/Test |
IDE 3D DEMO! | ||
wrote 3D Roadmap() | Roadmap | |
size() | ticket | code |
uniformi() | ticket | code |
uniformf() | ticket | code |
uniformMatrix() | ticket | code |
vertexAttribPointer() | ticket | code |
frustum | ticket | test |
PMatrix3D | ticket | code , test |
box() outlines | ticket | verts in ticket, tested in demo |
box() | ticket | code |
Release 0.6 [Blog post]
Item | Ticket | Code/Test |
0.6 Demo | N/A | Updated Web IDE |
screenX(), screenY(), screenZ() | screenX(), screenY(), screenZ() | Github branch - incomplete |
modelX(), modelY(), modelZ() | modelX(), modelY(), modelZ() | Github branch |
PMatrix3D 7 methods | PMatrix3D remaining functions | Github branch |
fill(), noFill() | fill(), noFill() | Github branch |
stroke(), noStroke() | stroke(), noStroke() | Github branch |
scale() | scale() | Github branch |
P3D support | P3D | Github branch |
canvas size 3D difference bug | canvas size 3D difference bug |
Release 0.7
Item | Ticket | Branch | Demos/Tests |
noLights() | noLights() | amb_dir_point Branch |
|
ambientLight() | ambientLight() | ||
directionalLight() | directionalLight() | ||
pointLight() | pointLight() | ||
background() | background() - 3D fails | bk_fix branch |
Labs
Week | Lab |
Week 2 | IRC Lab: annasob and I collaborated and changed each others wiki pages. my zenit wiki history, my diff on her zenit wiki page |
Week 4 | Working with patches: my patch blog |
History
Date | Activity | Related Blogs |
September 13 2009 | Video and Article Responses | Watched videos, read articles and wrote responses. |
September 17 2009 | Getting started | Created MDC account, subscribed to mailing lists. |
September 17 2009 | Mozilla Meeting | Listened in on Mozilla meeting. |
September 17 2009 | Presentation Responses | Watched presentations on open source and wrote responses. |
September 27 2009 | Building FF on OS X | Learned how to use Hg, clone repository and build Firefox. |
September 29 2009 | Modifying Codebases | Learned how to make changes to large codebases. |
October 6 2009 | Bugzilla | Learned how to watch a user on Bugzilla. Found related bugs to Processing.js project. |
October 7 2009 | Patches | Learned how to apply a real Patch to Firefox trunk. |