Skip to content

Instantly share code, notes, and snippets.

@arimagic-8bit
arimagic-8bit / WebGL-frameworks-libraries.md
Created June 23, 2020 09:22 — forked from dmnsgn/WebGL-WebGPU-frameworks-libraries.md
A collection of WebGL frameworks and libraries

A non-exhaustive list of WebGL frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are outdated/not maintained anymore.

Engines and libraries

  • three.js: JavaScript 3D library
  • stack.gl: an open software ecosystem for WebGL, built on top of browserify and npm.
  • PixiJS: Super fast HTML 5 2D rendering engine that uses webGL with canvas fallback
  • Pex: Pex is a javascript 3d library / engine allowing for seamless development between Plask and WebGL in the browser.
  • Babylon.js: a complete JavaScript framework for building 3D games with HTML 5 and WebGL
  • Filament: Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS and WASM/WebGL
  • ClayGL: A WebGL graphic library helping you to
sass/
|
|– base/
| |– _reset.scss # Reset/normalize
| |– _typography.scss # Typography rules
| ... # Etc…
|
|– components/
| |– _buttons.scss # Buttons
| |– _carousel.scss # Carousel

React | state ( exercise solution )


Answers:


1. What is the difference between the React's function components and class components ?

@arimagic-8bit
arimagic-8bit / MongoDB Introduction
Last active April 20, 2020 10:14 — forked from ross-u/README.md
MongoDB - Lecture Summary Notes
# MongoDB Introduction
<br>
![](https://docs.mongodb.com/images/mongodb-logo.png)
<br>
@arimagic-8bit
arimagic-8bit / vanilla-js-cheatsheet.md
Created April 17, 2020 13:44 — forked from thegitfather/vanilla-js-cheatsheet.md
Vanilla JavaScript Quick Reference / Cheatsheet
@arimagic-8bit
arimagic-8bit / README.md
Created April 6, 2020 10:24 — forked from ross-u/README.md
JS | Value vs Reference - 2 Rabbits and a Magic Hat

JS | Value vs Reference

This exercise is not mandatory, however it may be a good example for understanding the "variables created in functions" and concept of "passing objects (object, arrays and functions) by reference" in JavaScript.

The Riddle: 2 Rabbits and a Magic Hat 🐰 🐇 🎩