Граф коммитов

  • f4f9cc6150 Merge remote-tracking branch 'origin/master' master firedef 2022-08-09 17:21:04 +0300
  • 1bf8a93908 Add graph chart firedef 2022-08-09 17:20:53 +0300
  • 7f777e46f3 Add line constructor, refactor Mesh firedef 2022-08-09 17:20:22 +0300
  • 6d2f2e6959
    Create LICENSE firedef 2022-07-24 23:54:57 +0300
  • 05e851200d Fix occlusion culling edges firedef 2022-07-22 14:51:57 +0300
  • f32aa32c8f Fix line chart example wrong code firedef 2022-07-22 14:51:41 +0300
  • 81d616800b Add heatmap firedef 2022-07-22 03:09:40 +0300
  • 390b47d474 Move ChartDataExtensions to other file firedef 2022-07-22 01:07:57 +0300
  • e90b47a5ad Add gradients to theme firedef 2022-07-22 01:06:53 +0300
  • 999b11ead0 Add more functions for Gradient firedef 2022-07-22 01:06:42 +0300
  • 41a19f03b9 Add 2D chart data firedef 2022-07-22 01:06:04 +0300
  • eccbeb3f09 Update MathStuff package firedef 2022-07-22 01:05:40 +0300
  • b52049a712 Add gradient firedef 2022-07-22 00:14:15 +0300
  • 2a0b5445cd Merge remote-tracking branch 'origin/master' firedef 2022-07-21 23:48:06 +0300
  • c5d2c109cd Push old changes firedef 2022-07-21 23:47:52 +0300
  • 2627f6691f
    Update README.md firedef 2022-03-15 22:07:10 +0300
  • 5335358883 cleanup firedef 2022-03-15 20:10:55 +0300
  • cb331920e7 add uber post-processing shader, potential fix for concurrency exception on start firedef 2022-03-15 19:48:27 +0300
  • 40f1795d60 refactor firedef 2022-03-15 19:05:58 +0300
  • c9880a470d split rendering to multiple passes, cleanup firedef 2022-03-15 18:42:16 +0300
  • 191f5e9967 add ScatterChart example, ScatterChart shape support, fix texture alpha chanel firedef 2022-03-15 15:12:13 +0300
  • db9466a68d add scatter chart firedef 2022-03-14 21:40:09 +0300
  • 4b64ae4f58 add pie chart example firedef 2022-03-14 19:56:02 +0300
  • f23a16d3e6 add fonts manager firedef 2022-03-14 16:07:33 +0300
  • 648c7a3fc7 add pie chart, attempt to fix text shader firedef 2022-03-13 23:45:54 +0300
  • 95cb8430d6 add LineChart.cs example, cleanup firedef 2022-03-13 19:06:43 +0300
  • 4addcbeb1c improve text shader firedef 2022-03-13 17:23:32 +0300
  • 9196614f06 add ruler, cleanup firedef 2022-03-13 16:24:00 +0300
  • 6981ee630a add occlusion culling, potential fix for x11 input schedule queue empty firedef 2022-03-13 15:49:08 +0300
  • 5cbf35eefa add line chart, fix renderable culling, (probably) fix run loop firedef 2022-03-12 18:34:40 +0300
  • 5019baea9f add fallback fonts, better text rendering firedef 2022-03-12 16:45:36 +0300
  • 7f3132235e some small fixes firedef 2022-03-11 18:50:06 +0300
  • 19638057a2 fix canvas update firedef 2022-03-11 17:51:49 +0300
  • 80f7c07159 cleanup firedef 2022-03-11 15:46:38 +0300
  • f7f9b5ac9a add lcd text rendering firedef 2022-03-11 14:42:26 +0300
  • 69de0ae76c add postprocessing, better text rendering firedef 2022-03-10 19:21:37 +0300
  • aa7766219e add working text rendering, code cleanup firedef 2022-03-09 20:43:20 +0300
  • 2c4715b3a7 add some debug features using keys in gl avalonia: - [U] - use default material for rendering - [I] - toggle text shader (show raw texture) - [O] - change text thickness ([O] - increase, [Shift] + [O] - decrease) firedef 2022-03-09 00:20:59 +0300
  • 1a62b273cf add gl text rendering (test variant, broken by now) firedef 2022-03-08 02:00:45 +0300
  • 71e7c43122 moved math things to other repository [https://github.com/firedef/MathStuff] firedef 2022-03-06 01:45:27 +0300
  • fb14f20e55 add textures, cleanup firedef 2022-03-05 23:53:22 +0300
  • c392814c5a - added materials - simplified uniforms set - autogenerated gl interface firedef 2022-03-04 16:05:00 +0300
  • 6aec0e58cb added: - normals - .obj import - mesh rendering (from file) - broken lighting - broken perspective ([P] to switch) - wireframe rendering ([Y] to switch) - teapot and cube models - other small changes firedef 2022-03-03 21:36:01 +0300
  • ef2ddf41d7 optimized hash calculation in HashedList.cs firedef 2022-03-02 21:26:31 +0300
  • e618d9f41c fixed coordinates, renamed GlObject.cs to GlMesh.cs and derive from mesh class firedef 2022-03-01 20:18:03 +0300
  • ce6449ff65 basic opengl draw firedef 2022-03-01 00:42:00 +0300
  • d8d63cf39d added native and hashed list, mesh, vertex, new tests firedef 2022-02-19 16:59:38 +0300
  • 4fc75236f7 added auto generation of vectors added float4 firedef 2022-02-19 14:53:27 +0300
  • f801962c89 opengl test firedef 2022-02-19 13:06:05 +0300
  • 70af31e19f various changes: - added line renderer with example - adjusted default element scale - fixed accent color in themes - added theme switch using key T firedef 2022-02-16 14:52:44 +0300
  • 9c957a95cf updated xml comments firedef 2022-02-16 12:29:40 +0300
  • 179cb499df added label and debugLabel firedef 2022-02-13 00:13:44 +0300
  • f12b43403d replaced some constant values to ChartProperty.cs analog in renderables firedef 2022-02-13 00:13:25 +0300
  • 8161673be1 fixed viewport and screen space transforms firedef 2022-02-13 00:12:17 +0300
  • 17da9c6cbe added labels, fixed viewport space transform firedef 2022-02-12 23:48:05 +0300
  • 7f1965b623 added text rendering to ruler, updated line rendering firedef 2022-02-12 11:32:20 +0300
  • f7794ec128 added data sources firedef 2022-02-10 20:43:16 +0300
  • f32eea356a cleanup, added examples project firedef 2022-02-10 12:59:07 +0300
  • 1c23856204 added .idea and dotsettings to gitignore firedef 2022-02-10 12:21:33 +0300
  • 15d6ce8ca6 fixed deadlock on close when rendering in process by update avalonia to 0.10.12 firedef 2022-02-10 12:08:17 +0300
  • 5ac2c97315 added avalonia tests firedef 2022-02-10 12:03:47 +0300
  • 359e53634c set max zoom to 1 to prevent rendering bugs firedef 2022-02-09 19:50:12 +0300
  • 6f492588d5 reduced boilerplate code firedef 2022-02-09 19:26:19 +0300
  • c94a2070ff added ruler lines firedef 2022-02-08 22:49:17 +0300
  • 1f1a58324c fixed background rendering in canvas layer firedef 2022-02-08 22:12:00 +0300
  • 8aacb0ec25 added different transform space support firedef 2022-02-08 21:31:23 +0300
  • d690ce47ef added theme generation firedef 2022-02-07 20:02:48 +0300
  • ffcb95eba0 changed indexedColors in theme to ushort constants firedef 2022-02-07 19:33:42 +0300
  • 6976994c02 fixed screen fill and rect convert from avalonia Rect firedef 2022-02-07 13:42:25 +0300
  • 9dc255b4d9 attempt to fix transform firedef 2022-02-07 13:30:44 +0300
  • c558206293 added float3.cs firedef 2022-01-31 22:33:11 +0300
  • e2a5f74275 added rotation support and better transform firedef 2022-01-31 20:01:18 +0300
  • 78887bb1d1 added rotation support firedef 2022-01-31 19:49:40 +0300
  • 624c857c60 added controllers and avalonia integration. Already can render elements firedef 2022-01-31 17:30:39 +0300
  • db3418d09b added text rendering, math and some other changes firedef 2022-01-30 16:25:32 +0300
  • 3c9823fe3c added some control methods firedef 2022-01-27 22:34:59 +0300
  • 0b8f6a76b6 added animation and charts basic classes firedef 2022-01-27 20:45:33 +0300
  • ed620b4781 added random colors and palettes, constants to indexedColor.cs firedef 2022-01-27 20:00:28 +0300
  • a350a0726d Merge remote-tracking branch 'origin/master' firedef 2022-01-27 16:18:53 +0300
  • f1ee132287 added backend firedef 2022-01-27 16:18:32 +0300
  • e83c859394 added colors, themes and palettes firedef 2022-01-27 16:18:20 +0300
  • 78da2ba578 added float2 and rect types firedef 2022-01-27 12:41:47 +0300
  • 2a02b50fd0
    Create README.md firedef 2022-01-27 09:06:23 +0000
  • 3c9864b539 init firedef 2022-01-27 11:54:03 +0300