Chromium | |
---|---|
WebGL |
|
Diffusers |
|
Godot |
|
DagorEngine |
|
math.js |
|
p5.js |
Pinned Loading
-
josdejong/mathjs
josdejong/mathjs PublicAn extensive math library for JavaScript and Node.js
-
huggingface/diffusers
huggingface/diffusers Public🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch and FLAX.
-
processing/p5.js
processing/p5.js Publicp5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Proces…
-
MCSkinsGen
MCSkinsGen PublicA repository for a Minecraft skin generator based off of Stable Diffusion v1.5. It's trained off of Stable Diffusion and uses data scraped with https://github.com/RandomGamingDev/mcskins-net-scraper
-
779 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
March 2025
Created 7 commits in 3 repositories
Created 1 repository
-
RandomGamingDev/greedy-meshing-js-demo
JavaScript
This contribution was made on Mar 2
Created an issue in processing/p5.js that received 2 comments
Change text vertex order of text to be consistent with regular rendering for backface culling
Increasing access When rendering rectangles, the backface can be culled by doing drawingContext.enable(drawingContext.CULL_FACE); drawingContext.cu…