| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove redundant buffer writesHEADopencl | Sam Anthony | 2024-11-04 | 1 | -20/+0 |
| * | report | Sam Anthony | 2024-11-04 | 1 | -0/+63 |
| * | add zip files to gitignore | Sam Anthony | 2024-11-02 | 1 | -0/+1 |
| * | increase max radius and initial velocity | Sam Anthony | 2024-11-02 | 1 | -2/+2 |
| * | include local directory when building opencl program | Sam Anthony | 2024-11-02 | 1 | -1/+1 |
| * | remove epsilon | Sam Anthony | 2024-11-02 | 1 | -5/+5 |
| * | move(): optimize memory access | Sam Anthony | 2024-11-02 | 1 | -2/+5 |
| * | remove pragma from windows config | Sam Anthony | 2024-11-02 | 1 | -3/+0 |
| * | correct units of measurement in move() kernel | Sam Anthony | 2024-11-02 | 2 | -4/+4 |
| * | decrease number of vertices | Sam Anthony | 2024-11-02 | 1 | -3/+1 |
| * | move FPS into config.h | Sam Anthony | 2024-11-02 | 3 | -2/+6 |
| * | reorder function definitions | Sam Anthony | 2024-11-02 | 1 | -6/+6 |
| * | extract setVelocity() helper function | Sam Anthony | 2024-11-02 | 1 | -11/+21 |
| * | impulse-based collision simulation | Sam Anthony | 2024-11-02 | 1 | -16/+6 |
| * | frame counter in top left corner | Sam Anthony | 2024-11-02 | 1 | -2/+2 |
| * | frame pacing | Sam Anthony | 2024-11-02 | 2 | -6/+27 |
| * | fix typo in windows cl_context_properties config | Sam Anthony | 2024-11-02 | 1 | -1/+1 |
| * | disable warning on windows | Sam Anthony | 2024-11-02 | 1 | -1/+5 |
| * | config.h | Sam Anthony | 2024-11-02 | 3 | -2/+4 |
| * | fix typo in cl_context_properties for windows | Sam Anthony | 2024-11-02 | 1 | -1/+1 |
| * | conditionally include glx.h | Sam Anthony | 2024-11-02 | 1 | -1/+3 |
| * | rename Rectangle->Rect for windows compatibility | Sam Anthony | 2024-11-02 | 4 | -9/+9 |
| * | use size_t for index | Sam Anthony | 2024-11-02 | 1 | -1/+1 |
| * | change vector type from int to float | Sam Anthony | 2024-10-31 | 2 | -4/+3 |
| * | flatten() | Sam Anthony | 2024-10-31 | 1 | -2/+20 |
| * | move noOverlapPositions to geo | Sam Anthony | 2024-10-31 | 3 | -31/+29 |
| * | remove gcc vector with struct | Sam Anthony | 2024-10-31 | 4 | -36/+40 |
| * | cast scalar to vector | Sam Anthony | 2024-10-30 | 1 | -4/+2 |
| * | floating point constants | Sam Anthony | 2024-10-30 | 1 | -3/+3 |
| * | collideWalls after collideBalls | Sam Anthony | 2024-10-30 | 1 | -1/+1 |
| * | createKernel() | Sam Anthony | 2024-10-30 | 1 | -13/+13 |
| * | use vec2 in vertex shader | Sam Anthony | 2024-10-30 | 1 | -2/+2 |
| * | parameterize number of balls | Sam Anthony | 2024-10-30 | 1 | -21/+34 |
| * | remove TODO | Sam Anthony | 2024-10-30 | 1 | -4/+0 |
| * | random colors | Sam Anthony | 2024-10-30 | 1 | -3/+7 |
| * | reword comment | Sam Anthony | 2024-10-30 | 1 | -16/+33 |
| * | ball colorss | Sam Anthony | 2024-10-30 | 3 | -10/+41 |
| * | frame counter | Sam Anthony | 2024-10-30 | 1 | -1/+40 |
| * | replace EPSILON with FLT_EPSILON | Sam Anthony | 2024-10-30 | 1 | -8/+7 |
| * | decrease initial velocity | Sam Anthony | 2024-10-30 | 1 | -1/+1 |
| * | epsilon for fp calculations in kernel | Sam Anthony | 2024-10-30 | 1 | -7/+8 |
| * | collideBalls(): fix ball index array addressing | Sam Anthony | 2024-10-30 | 1 | -2/+2 |
| * | run collideBalls kernel (buggy) | Sam Anthony | 2024-10-30 | 1 | -17/+43 |
| * | print collision partition | Sam Anthony | 2024-10-30 | 1 | -0/+2 |
| * | create collision buffers | Sam Anthony | 2024-10-30 | 3 | -4/+57 |
| * | dont realloc array when removing edge from graph | Sam Anthony | 2024-10-30 | 1 | -4/+0 |
| * | ball-ball collisions (untested) | Sam Anthony | 2024-10-29 | 6 | -21/+311 |
| * | increase circle points | Sam Anthony | 2024-10-29 | 1 | -1/+1 |
| * | gravity | Sam Anthony | 2024-10-28 | 1 | -0/+4 |
| * | press q to quit | Sam Anthony | 2024-10-28 | 1 | -0/+9 |