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 | ![GitH |
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 | ![GitH |
| -- A global variable for the Hyper Mode | |
| k = hs.hotkey.modal.new({}, "F17") | |
| -- Trigger existing hyper key shortcuts | |
| k:bind({}, 'm', nil, function() hs.eventtap.keyStroke({"cmd","alt","shift","ctrl"}, 'm') end) | |
| -- OR build your own | |
| launch = function(appname) |
Title: Simple Sabotage Field Manual Author: Strategic Services Office of Strategic Services
| // download cycolid.wav with: | |
| // $ wget -O cycloid.mp4 "https://vimeo.com/73860675/download?t=1446320826&v=187839750&s=46dcfa8c1c9ed3539dcc260443df6da08032ee60796f781df237bb6957cb8138" | |
| // $ ffmpeg -i cycloid.mp4 cycloid.wav | |
| #include "ofMain.h" | |
| #include "ofxAudioDecoder.h" | |
| class ofApp : public ofBaseApp { | |
| public: | |
| ofxAudioDecoder audio; |
| <? | |
| ///////////////////// | |
| // slack2html | |
| // by @levelsio | |
| ///////////////////// | |
| // | |
| ///////////////////// | |
| // WHAT DOES THIS DO? | |
| ///////////////////// | |
| // |
| #!/usr/bin/env ruby | |
| toc = "# Table of Contents\n" | |
| newmd = "" | |
| ARGF.each_line do |line| | |
| newmd << line | |
| next if !line.start_with?("#") | |
| heading = line.gsub("#", "").strip |
| # sleepy flower girl | |
| (◡ ‿ ◡ ✿) | |
| # y u no | |
| ლ(ಠ益ಠლ) | |
| # smiling breasts | |
| (^人^) | |
| # flipping tables |
| # amazon.rb - amazon affiliate links for jekyll | |
| # assumes that you have a configuration variable called 'amazon_associate_id' with your associate id | |
| # usage: {{ asin | amazon_product_href }} | |
| # returns url of a product | |
| # usage: {{ asin | amazon_image_href: 'M' }} | |
| # returns image of the product, size argument can be S, M, or L, default M | |
| # usage: {{ asin | amazon_product: 'A Product' }} |
| /** | |
| * so here the thing ... you go in your github page | |
| * as example I go here: https://github.com/WebReflection | |
| * you open your console | |
| * you copy and paste this shit | |
| * then you write and execute in the console | |
| * write("Hi There!"); | |
| * NOTE: Pixel Font from a 2006 project of mine :-) http://devpro.it/pixelfont/ | |
| */ | |
| function write(text, color, start) { |