• Sign in

rust / easel3d · Commits

Dogs2 white

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Snippets
  • Network
  • Commits 85
  • Network
  • Compare
  • Branches 1
  • Tags 0
  • easel3d
08 Jan, 2020
1 commit
  • more iterators
    d603a914
    Georg Hopp authored
    2020-01-08 00:17:57 +0100  
    Browse Files »

07 Jan, 2020
2 commits
  • More iterators
    29c366d7
    Georg Hopp authored
    2020-01-07 21:24:12 +0100  
    Browse Files »
  • Start making an iterator from the line algorithm
    8f0edfaa
    Georg Hopp authored
    2020-01-07 07:05:08 +0100  
    Browse Files »

06 Jan, 2020
1 commit
  • Start polygon fill
    721b89a1
    Georg Hopp authored
    2020-01-06 21:40:01 +0100  
    Browse Files »

03 Jan, 2020
4 commits
  • Pass 1/z into rasterizer and already interpolate on polygon edges
    df1eb1c0
    Georg Hopp authored
    2020-01-03 18:45:10 +0100  
    Browse Files »
  • Add homogenous point. ...
    9911ab01
    A homogenous point, that is (x, y, z, w) is needed for some
    transdormations and calculations. Right now i need it to get
    correct 1/z values after 2D projection which in turn will be
    needed for z-buffer and texture mapping.
    Georg Hopp authored
    2020-01-03 15:10:02 +0100  
    Browse Files »
  • Make TMatrix constructors part of the implementation
    6fd0ac65
    Georg Hopp authored
    2020-01-03 10:25:08 +0100  
    Browse Directory »
  • Add a readme file
    18da9a08
    Georg Hopp authored
    2020-01-03 09:16:41 +0100  
    Browse Files »

02 Jan, 2020
3 commits
  • first very simple shading ...
    b2f9d492
    Add a very simple shader with a direct light source. The shader
    modifies the color of a polygon just by the angle between the face
    normal and the light source. This has no physical resemblance at
    all but let me check if the normal calculation works so far...
    Georg Hopp authored
    2020-01-02 18:41:25 +0100  
    Browse Files »
  • start normal calculation
    fb45f6cc
    Georg Hopp authored
    2020-01-02 06:31:39 +0100  
    Browse Files »
  • more notes
    58a45aaf
    Georg Hopp authored
    2020-01-02 06:30:45 +0100  
    Browse Files »

31 Dec, 2019
3 commits
  • Add some interesting urls
    a1ac3b0b
    Georg Hopp authored
    2019-12-31 16:44:34 +0100  
    Browse Files »
  • user projection matrix
    2052a7a8
    Georg Hopp authored
    2019-12-31 16:44:12 +0100  
    Browse Files »
  • Correct transformation matrix handling
    c1655b4e
    Georg Hopp authored
    2019-12-31 16:40:41 +0100  
    Browse Files »

29 Dec, 2019
1 commit
  • try to optimize fractional code
    c57ce571
    Georg Hopp authored
    2019-12-29 00:31:22 +0100  
    Browse Directory »

27 Dec, 2019
1 commit
  • display both f64 and Fractional based polygons
    b06ee13b
    Georg Hopp authored
    2019-12-27 02:31:03 +0100  
    Browse Files »

26 Dec, 2019
3 commits
  • Vector code now works with Fractions .. but slower
    561f75cd
    Georg Hopp authored
    2019-12-26 20:20:31 +0100  
    Browse Files »
  • Alternative reduce with specifiable precision
    3e231c24
    Georg Hopp authored
    2019-12-26 19:50:50 +0100  
    Browse Files »
  • Add geometric primitives
    1e6d133f
    Georg Hopp authored
    2019-12-26 04:28:49 +0100  
    Browse Files »

25 Dec, 2019
1 commit
  • display remaining sleep time for next frame in window
    1cfd7918
    Georg Hopp authored
    2019-12-25 01:23:53 +0100  
    Browse Files »

24 Dec, 2019
1 commit
  • more accurate timing
    d8cd5ed9
    Georg Hopp authored
    2019-12-24 23:52:36 +0100  
    Browse Files »

22 Dec, 2019
4 commits
  • Fix sin and cos handling for negative degrees
    35ec5d36
    Georg Hopp authored
    2019-12-22 14:16:10 +0100  
    Browse Files »
  • Box reference to shared memory
    28eea9b4
    Georg Hopp authored
    2019-12-22 14:15:31 +0100  
    Browse Files »
  • Move drawing to separate thread
    6743cf29
    Georg Hopp authored
    2019-12-22 14:14:22 +0100  
    Browse Files »
  • Add first simple triable animation based on fractionals
    f06b6259
    Georg Hopp authored
    2019-12-22 00:04:28 +0100  
    Browse Files »

17 Dec, 2019
2 commits
  • Add first transformed Polygon
    45d1af9c
    Georg Hopp authored
    2019-12-17 22:30:53 +0100  
    Browse Files »
  • Add Drawable primitives
    b36e20a2
    Georg Hopp authored
    2019-12-17 21:22:15 +0100  
    Browse Files »

16 Dec, 2019
5 commits
  • Add some xcb examples. ...
    ade2a66b
    Include a shm example which I created by analyse the C exmaples and
    try to reproduce with rust libc and rust-xcb.
    Georg Hopp authored
    2019-12-16 19:55:57 +0100  
    Browse Files »
  • ignore generated C examples
    e433cb13
    Georg Hopp authored
    2019-12-16 19:54:54 +0100  
    Browse Files »
  • Add C xcb shm examples
    f711588e
    Georg Hopp authored
    2019-12-16 19:54:24 +0100  
    Browse Files »
  • Add a way to merge an iterator of transformation matrices
    4edbecaf
    Georg Hopp authored
    2019-12-16 03:33:41 +0100  
    Browse Files »
  • Sort and clean uses
    c5976178
    Georg Hopp authored
    2019-12-16 03:32:51 +0100  
    Browse Files »

15 Dec, 2019
3 commits
  • sort uses
    9f21ae3a
    Georg Hopp authored
    2019-12-15 23:58:16 +0100  
    Browse Files »
  • continuous sqrt now uses a slice internally
    8312383f
    Georg Hopp authored
    2019-12-15 23:54:29 +0100  
    Browse Files »
  • Add tail recursice bresenham line
    c99cc1ee
    Georg Hopp authored
    2019-12-15 23:31:22 +0100  
    Browse Files »

14 Dec, 2019
1 commit
  • Fix reduce code
    8108c69c
    Georg Hopp authored
    2019-12-14 00:51:33 +0100  
    Browse Files »

13 Dec, 2019
1 commit
  • Generics for Vector and Transform
    725ece9a
    Georg Hopp authored
    2019-12-13 01:47:55 +0100  
    Browse Files »

05 Dec, 2019
3 commits
  • More Vector tests
    41d4d98b
    Georg Hopp authored
    2019-12-05 17:07:03 +0100  
    Browse Files »
  • Add basic geometric transformations
    8274976d
    Georg Hopp authored
    2019-12-05 16:56:18 +0100  
    Browse Files »
  • reduce very large fractions close to a whole number to the whole number
    d522cf78
    Georg Hopp authored
    2019-12-05 16:40:33 +0100  
    Browse Files »