• 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
12 Jan, 2020
5 commits
  • split geometry in several source files
      de6d7841
    Georg Hopp authored
    2020-01-12 21:13:49 +0100  
    Browse Files »
  • Make readme reflect current project.
    ed113306
    Georg Hopp authored
    2020-01-12 13:15:03 +0100  
    Browse Files »
  • remove non relevant www dir
    e1645bdb
    Georg Hopp authored
    2020-01-12 13:08:14 +0100  
    Browse Files »
  • split easel into multiple files
    fd61d44a
    Georg Hopp authored
    2020-01-12 02:32:44 +0100  
    Browse Files »
  • split easel into multiple files
    c856f7b8
    Georg Hopp authored
    2020-01-12 00:54:00 +0100  
    Browse Files »

11 Jan, 2020
1 commit
  • remove rust learning stuff
    3087691d
    Georg Hopp authored
    2020-01-11 11:41:44 +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 »