Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 884 Bytes

todo.md

File metadata and controls

31 lines (22 loc) · 884 Bytes
title layout
To Do
default

Things to do

General

  • Maybe this repo should be devoted to Computer Graphics in general instead of WebGL only.
  • Try something with WebGL2

Easy

  • Add favicon for each page (independent of favicon from www.masbicudo.com)
  • Post content about ray-marching... I had given only the code without explanations.
  • Drawing triangle strips with WebGL (must find this code and commit it into this repo) (it's on my old notebook)

Medium

  • Using WebGL to integrate functions numerically (were is this code... I had it somewhere)
  • C.G. final work: Better arcball for camera, object and light movement
  • C.G. final work: Animation settings
  • C.G. final work: Geometry settings
  • C.G. final work: More geometry types

Hard

  • Visualizer for ray-marching algorithm with WebGL
  • Visualizer for texture mapping problems with THREE JS