Maciej Samborski MaciejSamborski
  • Joined on 2024-02-13
MaciejSamborski pushed to dev at MaciejSamborski/webgl_game 2025-01-16 23:16:12 +01:00
859cf6aaec Added support for scaling into frustum culling
1fd21affde Added `push` and `get` to wasmgl module
2bf6e33350 Added basic occlusion culling
b5910d8c97 Optimized batching and drawing
Compare 4 commits »
MaciejSamborski pushed to dev at MaciejSamborski/webgl_game 2025-01-06 18:09:58 +01:00
37a91de848 Added Sprite, Spritesheet and made batching actually do shit
MaciejSamborski pushed to dev at MaciejSamborski/webgl_game 2025-01-05 14:53:24 +01:00
2e9ec2565b Fixed scaling event lag
87ad6fbd9d Added camera scaling
912487d264 Added basic Object Batching
Compare 3 commits »
MaciejSamborski pushed to dev at MaciejSamborski/webgl_game 2025-01-02 22:33:00 +01:00
14d5db166e Fixed, camera translate, matrix transform and texture transparency
MaciejSamborski pushed to instancing at MaciejSamborski/webgl_game 2025-01-02 22:32:33 +01:00
87ad6fbd9d Added camera scaling
912487d264 Added basic Object Batching
14d5db166e Fixed, camera translate, matrix transform and texture transparency
e936b626f3 Added Grid and grid based rendering
95257a4ef3 Added ability to change between isometric and normal drawing
Compare 10 commits »
MaciejSamborski pushed to dev at MaciejSamborski/webgl_game 2024-12-27 22:51:17 +01:00
e936b626f3 Added Grid and grid based rendering
MaciejSamborski pushed to dev at MaciejSamborski/webgl_game 2024-12-27 14:29:37 +01:00
95257a4ef3 Added ability to change between isometric and normal drawing
MaciejSamborski pushed to dev at MaciejSamborski/webgl_game 2024-12-27 14:05:52 +01:00
2a1fe1d0a9 Added Input support
MaciejSamborski pushed to dev at MaciejSamborski/webgl_game 2024-12-26 19:02:45 +01:00
bdde494b5b Added isometric projection
MaciejSamborski pushed to dev at MaciejSamborski/webgl_game 2024-12-24 21:13:39 +01:00
ab532a2608 Improved switching between textures and colors
MaciejSamborski pushed to dev at MaciejSamborski/webgl_game 2024-12-24 20:38:51 +01:00
2c81bc0684 Added support for Textures
MaciejSamborski created branch instancing in MaciejSamborski/webgl_game 2024-12-24 16:33:23 +01:00
MaciejSamborski pushed to instancing at MaciejSamborski/webgl_game 2024-12-24 16:33:23 +01:00
MaciejSamborski pushed to wasm at MaciejSamborski/webgl_game 2024-12-24 16:33:04 +01:00
MaciejSamborski created branch wasm in MaciejSamborski/webgl_game 2024-12-24 16:33:04 +01:00
MaciejSamborski pushed to dev at MaciejSamborski/webgl_game 2024-12-24 16:32:39 +01:00
129cf05b90 Added Mat4, Vec4 and some of the mathematical operations on those
3e9bdcc469 Started work on wasm interface
Compare 2 commits »
MaciejSamborski created branch dev in MaciejSamborski/webgl_game 2024-12-24 16:32:39 +01:00
MaciejSamborski pushed to master at MaciejSamborski/webgl_game 2024-12-16 17:38:42 +01:00
6d5222949c Fixed circle clipping through the walls
MaciejSamborski pushed to master at MaciejSamborski/webgl_game 2024-12-13 14:45:20 +01:00
bae774a0ec Added dvd bouncing effect as default example
3fabeb109b Added Color parameter to drawing functions
4835d7ef21 Refactored drawing functions
Compare 3 commits »
MaciejSamborski pushed to master at MaciejSamborski/webgl_game 2024-12-10 21:48:22 +01:00
2d1d3b6034 Added Attribute class and color attribute