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 |
| #!/bin/bash | |
| ## pomodoro script by Ander Raso Vázquez [email protected] | |
| ############## DOCUMENTATION ################### | |
| ## After a pomodoro of 25 min -> 5 min break | |
| ## After 4 pomodoros done -> 15 min break | |
| ## | |
| ## USAGE | |
| ## [command] [number of pomodoros] | |
| ## example: |
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 |
by Danny Quah, Jan 2022
This gist describes using Obsidian on iPad while syncing to other Obsidian platforms. The procedure uses git in iSH on iOS, and thus differs from using either Obsidian Sync or Working Copy as described in Obsidian/iOS+app.
(To be clear, Obsidian is one of my favourite Apps, and I'm all for supporting the team financially. Moreover, everything I've heard suggests the paid Obsidian Sync is excellent. However, I don't want my syncing processes to proliferate --- each service using a different client sync flow --- so I keep my systems minimal: just syncthing and git. After writing this I found an Obsidian Forum writeup which uses the same tools I do to achieve the same goal, but you'll want to read that with its accumulated contributions dispersed across the comments. So at least I was thinking
| import { config } from '@keystone-6/core'; | |
| import { statelessSessions } from '@keystone-6/core/session'; | |
| import { createAuth } from '@keystone-6/auth'; | |
| import { list, graphql } from '@keystone-6/core'; | |
| import { password, relationship, text, virtual } from '@keystone-6/core/fields'; | |
| const lists = { | |
| User: list({ | |
| fields: { | |
| name: text({ validation: { isRequired: true } }), |