Commit Graph

19 Commits

Author SHA1 Message Date
Maciej Samborski 87ad6fbd9d Added camera scaling 2025-01-02 19:39:39 +01:00
Maciej Samborski 912487d264 Added basic Object Batching 2025-01-01 21:10:49 +01:00
Maciej Samborski 14d5db166e Fixed, camera translate, matrix transform and texture transparency 2024-12-31 16:03:15 +01:00
Maciej Samborski e936b626f3 Added Grid and grid based rendering 2024-12-27 22:50:07 +01:00
Maciej Samborski 95257a4ef3 Added ability to change between isometric and normal drawing 2024-12-27 14:29:07 +01:00
Maciej Samborski 2a1fe1d0a9 Added Input support 2024-12-27 14:05:20 +01:00
Maciej Samborski bdde494b5b Added isometric projection 2024-12-26 19:02:14 +01:00
Maciej Samborski ab532a2608 Improved switching between textures and colors 2024-12-24 21:12:41 +01:00
Maciej Samborski 2c81bc0684 Added support for Textures 2024-12-24 20:37:22 +01:00
Maciej Samborski 129cf05b90 Added Mat4, Vec4 and some of the mathematical operations on those 2024-12-24 16:30:00 +01:00
Maciej Samborski 3e9bdcc469 Started work on wasm interface 2024-12-19 19:07:59 +01:00
Maciej Samborski 6d5222949c Fixed circle clipping through the walls 2024-12-16 17:38:09 +01:00
Maciej Samborski bae774a0ec Added dvd bouncing effect as default example 2024-12-13 14:43:37 +01:00
Maciej Samborski 3fabeb109b Added Color parameter to drawing functions 2024-12-13 14:12:26 +01:00
Maciej Samborski 4835d7ef21 Refactored drawing functions 2024-12-13 14:05:38 +01:00
Maciej Samborski 2d1d3b6034 Added Attribute class and color attribute 2024-12-10 21:47:42 +01:00
Maciej Samborski 690360c3f2 Moved Vec2 and Vec3 to common.ts file 2024-12-09 23:46:48 +01:00
Maciej Samborski 88edb2af0a Added drawLine and drawTriangleExts 2024-12-09 23:29:37 +01:00
Maciej Samborski d36d54f130 Ready? Set. Go! 2024-12-09 22:48:51 +01:00