Skip to content

Commit

Permalink
Add WebGLFundamentals
Browse files Browse the repository at this point in the history
This one was the primary resource used in an Introduction to Graphics Programming class at UCI
  • Loading branch information
notpresident35 authored May 9, 2024
1 parent 3d31ebd commit 9da14fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ More huge lists of resources, with many, many more incredible things! Some of th
[How do I become a graphics programmer?](https://gpuopen.com/learn/how_do_you_become_a_graphics_programmer/) 💠🟪 - An overview of graphics programming and a collection of resources tailored to beginners learning graphics programming.


[WebGLFundamentals](https://webglfundamentals.org) 💠🟪 - An introduction to WebGL, a web-based rasterization engine. WebGL is a good tool to use when learning the fundamentals before diving into more complex frameworks such as Vulkan or DirectX 12.


[GPU Gems](https://developer.nvidia.com/gpugems/gpugems/contributors) - Three (3) free books by Nvidia about GPU programming and architecture.


Expand Down

0 comments on commit 9da14fd

Please sign in to comment.