A non-exhaustive list of WebGL and WebGPU frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are wip/outdated/not maintained anymore.
Name | Stars | Last Commit | Description |
---|---|---|---|
three.js | ![GitHub |
A non-exhaustive list of WebGL and WebGPU frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are wip/outdated/not maintained anymore.
Name | Stars | Last Commit | Description |
---|---|---|---|
three.js | ![GitHub |
function sum() { | |
let args = [...arguments]; | |
if (args.length > 2) { | |
let sumValue = 0; | |
args.forEach(arg => { | |
sumValue += arg; | |
}); | |
return sumValue; | |
} | |
if (args.length === 2) { |
/** | |
* CSS 3 Reflection with Box Shadow | |
*/ | |
figure { | |
position:relative; | |
display:block; | |
width:96px; | |
} |
// === Arrays | |
var [a, b] = [1, 2]; | |
console.log(a, b); | |
//=> 1 2 | |
// Use from functions, only select from pattern | |
var foo = () => [1, 2, 3]; |
<div class="heart"></div> |
| π | π | π | π |
π© | π | π | π | π¨ | π° | π£ | π’ | π | π | π² | π± | | π« | π | π‘ | π€ | πͺ | π | π·
π | π΅ | πΏ | π | π | πΆ | π | π½ | π | π | π | β€οΈ | π | π | π | π | π | π | π | β¨
!function(e, a) { | |
"object" == typeof exports && "undefined" != typeof module ? module.exports = a() : "function" == typeof define && define.amd ? define(a) : (e.ReactIntlLocaleData = e.ReactIntlLocaleData || {}, | |
e.ReactIntlLocaleData.en = a()) | |
}(this, function() { | |
"use strict"; | |
return [{ | |
locale: "en", | |
pluralRuleFunction: function(e, a) { | |
var n = String(e).split(".") | |
, l = !n[1] |
? | |
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 |