2024-03-01 08:28 | Get everything working with clangd | amin | 4 | +10 | -6 |
2024-02-05 07:41 | Fix wasm builds | amin | 5 | +67 | -77 |
2019-10-19 07:10 | Switch to 0BSD license | amin | 2 | +14 | -24 |
2019-07-03 21:11 | Don't call glGetUniformLocation every frame | amin | 3 | +74 | -25 |
2019-07-03 06:19 | Fill whole browser window with webgl canvas | amin | 1 | +2 | -1 |
2019-06-28 22:20 | Add references to readme | amin | 1 | +25 | -2 |
2019-06-28 22:18 | Add unlicense | amin | 1 | +24 | -0 |
2019-06-25 05:30 | Export functions via linker arguments | amin | 3 | +10 | -11 |
2019-06-25 00:53 | Add a readme with build instructions | amin | 1 | +32 | -0 |
2019-06-25 00:52 | Merge branch 'features/windows-initial-platform' | amin | 4 | +222 | -1 |
2019-06-24 00:48 | Remove emscripten | amin | 4 | +13 | -134 |
2019-06-24 00:27 | Merge branch 'features/wasm-without-emscripten' | amin | 22 | +1141 | -721 |
2019-06-23 21:48 | Clean wasm stuff up | amin | 9 | +294 | -297 |
2019-06-23 21:05 | Pass updated screen dimensions to update function | amin | 1 | +1 | -1 |
2019-06-23 21:00 | Realize we just needed to pass down our bool | amin | 2 | +4 | -6 |
2019-06-23 20:53 | Successfully render the cube in webgl | amin | 2 | +8 | -77 |
2019-06-23 20:49 | Fix contrarotation | amin | 1 | +1 | -1 |
2019-06-23 20:40 | Note that cubes rotate in opposite directions | amin | 1 | +14 | -12 |
2019-06-23 20:02 | Add some uniforms | amin | 3 | +32 | -38 |
2019-06-23 19:51 | Fix gl viewport update | amin | 2 | +1 | -1 |
2019-06-23 19:17 | Clean up resize code | amin | 1 | +7 | -4 |
2019-06-23 18:12 | Resize the webgl viewport | amin | 4 | +11 | -0 |
2019-06-23 07:51 | Render a simple triangle to debug webgl problems | amin | 3 | +92 | -17 |
2019-06-23 06:30 | Merge branch 'features/replace-math-functions' into features/wasm-without-emscripten | amin | 4 | +123 | -52 |
2019-06-23 06:20 | Merge branch 'features/replace-math-functions' | amin | 4 | +134 | -113 |
2019-06-23 06:19 | Implement sine and cosine | amin | 4 | +103 | -10 |
2019-06-22 01:50 | Discover we don't need sqrtf | amin | 3 | +2 | -94 |
2019-06-22 01:43 | Wrap math functions | amin | 3 | +37 | -17 |
2019-06-22 01:38 | Get rid of powf | amin | 3 | +5 | -5 |
2019-06-21 06:19 | Don't truncate float color values | amin | 2 | +2 | -2 |
2019-06-21 02:23 | Produce the first flicker of life | amin | 4 | +46 | -13 |
2019-06-21 02:04 | Render a black background successfully! | amin | 1 | +1 | -1 |
2019-06-21 01:38 | Fix wrapped webgl function | amin | 1 | +1 | -1 |
2019-06-21 01:32 | Clean up a bit | amin | 3 | +2 | -12 |
2019-06-21 01:31 | Persist game state across render calls | amin | 2 | +3 | -3 |
2019-06-20 07:06 | Get wasm build compiling and partially running | amin | 12 | +451 | -47 |
2019-06-17 00:36 | Narrow down missing deps to cosf and sinf | amin | 8 | +162 | -68 |
2019-06-15 23:39 | Hoist file io to platform layer | amin | 7 | +102 | -107 |
2019-06-15 23:21 | Fix builds broken when we switched to unity build | amin | 8 | +24 | -30 |
2019-06-15 22:19 | Add header translating gl calls to webgl calls | amin | 9 | +352 | -47 |
2019-06-15 22:18 | Switch to unity build | amin | 6 | +17 | -42 |
2019-06-15 22:17 | Remove more unused code | amin | 1 | +0 | -31 |
2019-06-15 22:17 | Inline math functions | amin | 3 | +150 | -189 |
2019-06-15 22:17 | Remove unused pyramid rendering code | amin | 4 | +3 | -107 |
2019-06-15 22:17 | Remove unused math functions | amin | 2 | +2 | -259 |
2019-06-15 03:41 | Use GLFW_FALSE in glfw function call | amin | 2 | +2 | -2 |
2019-04-28 05:02 | Move glfw Windows deps into libs/glfw_windows/ | amin | 2 | +39 | -13 |
2019-02-03 04:50 | Get it running on Windows | amin | 3 | +145 | -2 |
2019-02-03 01:11 | Ask for vsync | amin | 2 | +2 | -1 |
2018-08-05 22:14 | Enable MSAA on Linux | amin | 3 | +8 | -0 |
2018-08-05 21:46 | Render a nice looking translucent rgb cube | amin | 2 | +24 | -4 |
2018-08-05 21:42 | Make glfw window resizable | amin | 1 | +1 | -1 |
2018-08-05 01:47 | Render an RGB cube | amin | 4 | +106 | -5 |
2018-08-04 19:12 | Use an Element Buffer Object | amin | 2 | +21 | -23 |
2018-07-28 04:45 | Port to Emscripten | amin | 9 | +157 | -10 |
2018-07-26 06:39 | Rotate a pyramid | amin | 5 | +66 | -78 |
2018-07-25 06:39 | Rotate a cube in perspective projection | amin | 6 | +110 | -73 |
2018-07-25 04:58 | Initial commit | amin | 15 | +7890 | -0 |