• Sign in

rust / easel3d-xcb · 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 80
  • Network
  • Compare
  • Branches 1
  • Tags 0
  • easel3d-xcb
13 Jan, 2020
1 commit
  • reduce to easel3d-xcb demo program
      e78ff6b6
    Georg Hopp authored
    2020-01-13 11:24:14 +0100  
    Browse Files »

10 Jan, 2020
11 commits
  • really remove game of life from javascript
    e4b19add
    Georg Hopp authored
    2020-01-10 19:54:31 +0100  
    Browse Files »
  • resize geometric objects
    edd1185c
    Georg Hopp authored
    2020-01-10 19:47:07 +0100  
    Browse Files »
  • Add html5 related urls
    22c03d75
    Georg Hopp authored
    2020-01-10 19:46:45 +0100  
    Browse Files »
  • Show nice 3D instead of boring game
    50db7017
    Georg Hopp authored
    2020-01-10 19:46:12 +0100  
    Browse Files »
  • Start implement 3d from fractional as html5 canvas
    a0c638c5
    Georg Hopp authored
    2020-01-10 18:08:52 +0100  
    Browse Files »
  • use canvas ... still not what I want. I want rust to write to the canvas memory.
    c7543ff2
    Georg Hopp authored
    2020-01-10 14:03:15 +0100  
    Browse Files »
  • first throw for game of life...
    cac13d02
    Georg Hopp authored
    2020-01-10 13:16:16 +0100  
    Browse Files »
  • wasm exercise 1
    37b4ac30
    Georg Hopp authored
    2020-01-10 12:07:51 +0100  
    Browse Files »
  • Use our own wasm
    f0f8e31b
    Georg Hopp authored
    2020-01-10 11:56:04 +0100  
    Browse Files »
  • npm init wasm-app www
    76a30a5e
    Georg Hopp authored
    2020-01-10 11:31:47 +0100  
    Browse Files »
  • starting point for wasm tutorial
    e1aef2c6
    Georg Hopp authored
    2020-01-10 11:28:36 +0100  
    Browse Files »

09 Jan, 2020
4 commits
  • fix construction of tetrahedron
    6539d87e
    Georg Hopp authored
    2020-01-09 18:41:42 +0100  
    Browse Files »
  • removed no longer needed sorting by color
    623a77bb
    Georg Hopp authored
    2020-01-09 09:45:29 +0100  
    Browse Files »
  • First working z-buffer.
    7900e2ff
    Georg Hopp authored
    2020-01-09 09:36:06 +0100  
    Browse Files »
  • fix edge detection
    56b9b96a
    Georg Hopp authored
    2020-01-09 00:03:05 +0100  
    Browse Files »

08 Jan, 2020
4 commits
  • Start fixing vertex order
    e5a7533f
    Georg Hopp authored
    2020-01-08 20:00:09 +0100  
    Browse Files »
  • First not fully correct filled polygons
    e5318389
    Georg Hopp authored
    2020-01-08 17:21:32 +0100  
    Browse Files »
  • Complete fill with iterators.
    42c575a9
    Georg Hopp authored
    2020-01-08 14:03:41 +0100  
    Browse Files »
  • 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 Files »
  • 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 Files »

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 »