Mithi Sevilla
Mithi Sevilla
Hi Ben! Huge fan of your work! I couldn't find your email on your website so I hope it's alright that I write my message here. I was wondering if...
Algorithm 1. Start with a 2d circle defined by a radius, centered at the origin, in the xy plane 2. Get 5 points of a circle(r, 0), (-r, 0), (0,...
And other techniques painter’s algorithm, back face culling, and/or depth buffering - https://www.gabrielgambetta.com/computer-graphics-from-scratch/clipping.html - https://www.gabrielgambetta.com/computer-graphics-from-scratch/hidden-surface-removal.html - https://www.javatpoint.com/computer-graphics-hidden-surface-removal Sweep-Line Algorithm for Line Segment Intersection (2/5) | Computational Geometry - Lecture 02...
# Motivation `renderScene()` takes in `viewSettings`, `sceneSettings`,`sceneOptions` and `data` Scene options has a shape that is specified here https://github.com/mithi/bare-minimum-3d/blob/master/src/parameter-types.ts You have to specify a lot of `color`, `opacity`, and `lineSize`...
Create a folder inside `content/react/hooks` and name it the next integer. Example `5` in this case, since the last number is `4` Inside that folder create 2 files: `notes.md` and...
There are currently three top level providers for handling the ui state: - theme - codeTheme - menuState https://github.com/mithi/epic-react-exercises/tree/main/providers I have to refactor this to best practices so that the...
``` 02:34:44.495 Installing dependencies... 02:34:47.746 npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!...
Update https://github.com/mithi/epic-react-exercises/blob/main/content/react/patterns/2/components/accord.js and https://github.com/mithi/epic-react-exercises/blob/main/content/react/patterns/5/components/use-accordion.js to be compliant to accessibility guidelines https://www.w3.org/TR/wai-aria-practices-1.1/examples/accordion/accordion.html
See: https://stackoverflow.com/questions/31402576/enable-focus-only-on-keyboard-use-or-tab-press Need to edit: https://github.com/mithi/epic-notes/blob/main/components/button/index.js