Skip to content

Commit

Permalink
✨ add category selector
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpmohiburrahman committed Jun 28, 2024
1 parent e0e16ca commit 302c37a
Show file tree
Hide file tree
Showing 1,017 changed files with 793,531 additions and 19 deletions.
174 changes: 174 additions & 0 deletions category-selector/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,174 @@
# Created by https://www.toptal.com/developers/gitignore/api/macos,docusaurus
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,docusaurus

### Docusaurus ###
# Docusaurus cache and generated files
.docusaurus
.cache-loader

# Docusaurus Build Directory
/build/

### Docusaurus.Node Stack ###
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# vuepress v2.x temp and cache directory
.temp

# Docusaurus cache and generated files

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### macOS Patch ###
# iCloud generated files
*.icloud

# End of https://www.toptal.com/developers/gitignore/api/macos,docusaurus
89 changes: 89 additions & 0 deletions category-selector/data/categories/2d.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
[
{
"githubUrl": "https://github.com/flyskywhy/react-native-gcanvas",
"npmPkg": "@flyskywhy/react-native-gcanvas",
"ios": true,
"android": true,
"github": {
"urls": {
"repo": "https://github.com/flyskywhy/react-native-gcanvas",
"clone": "https://github.com/flyskywhy/react-native-gcanvas.git",
"homepage": ""
},
"stats": {
"hasIssues": true,
"hasWiki": true,
"hasPages": true,
"hasDownloads": true,
"hasTopics": true,
"updatedAt": "2024-05-13T02:10:59Z",
"createdAt": "2020-12-06T10:35:53Z",
"pushedAt": "2023-12-22T00:07:48Z",
"issues": 4,
"subscribers": 6,
"stars": 196,
"forks": 21
},
"name": "react-native-gcanvas",
"fullName": "flyskywhy/react-native-gcanvas",
"description": "react native canvas based on gpu opengl glsl GCanvas -- A lightweight cross-platform graphics rendering engine. (超轻量的跨平台图形引擎)",
"topics": [
"react-native",
"canvas",
"glsl",
"shader",
"opengl",
"webgl",
"gpu",
"2d",
"3d",
"android",
"ios",
"native",
"gcanvas",
"graphics",
"zdog",
"dogz",
"babylonjs",
"pixijs",
"offscreen-canvas",
"multiple-touches"
],
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdxId": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"id": "MDc6TGljZW5zZTI="
},
"lastRelease": null,
"hasTypes": false,
"newArchitecture": false
},
"npm": {
"downloads": 3165,
"weekDownloads": 1212,
"start": "2024-04-25",
"end": "2024-05-24",
"period": "month"
},
"topicSearchString": "react-native canvas glsl shader opengl webgl gpu 2d 3d android ios native gcanvas graphics zdog dogz babylonjs pixijs offscreen-canvas multiple-touches",
"score": 56,
"matchingScoreModifiers": [
"Recently updated"
],
"popularity": 0.133,
"category": [
"canvas",
"glsl",
"shader",
"opengl",
"webgl",
"gpu",
"2d",
"3d",
"graphics",
"gcanvas"
]
}
]
89 changes: 89 additions & 0 deletions category-selector/data/categories/3d.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
[
{
"githubUrl": "https://github.com/flyskywhy/react-native-gcanvas",
"npmPkg": "@flyskywhy/react-native-gcanvas",
"ios": true,
"android": true,
"github": {
"urls": {
"repo": "https://github.com/flyskywhy/react-native-gcanvas",
"clone": "https://github.com/flyskywhy/react-native-gcanvas.git",
"homepage": ""
},
"stats": {
"hasIssues": true,
"hasWiki": true,
"hasPages": true,
"hasDownloads": true,
"hasTopics": true,
"updatedAt": "2024-05-13T02:10:59Z",
"createdAt": "2020-12-06T10:35:53Z",
"pushedAt": "2023-12-22T00:07:48Z",
"issues": 4,
"subscribers": 6,
"stars": 196,
"forks": 21
},
"name": "react-native-gcanvas",
"fullName": "flyskywhy/react-native-gcanvas",
"description": "react native canvas based on gpu opengl glsl GCanvas -- A lightweight cross-platform graphics rendering engine. (超轻量的跨平台图形引擎)",
"topics": [
"react-native",
"canvas",
"glsl",
"shader",
"opengl",
"webgl",
"gpu",
"2d",
"3d",
"android",
"ios",
"native",
"gcanvas",
"graphics",
"zdog",
"dogz",
"babylonjs",
"pixijs",
"offscreen-canvas",
"multiple-touches"
],
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdxId": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"id": "MDc6TGljZW5zZTI="
},
"lastRelease": null,
"hasTypes": false,
"newArchitecture": false
},
"npm": {
"downloads": 3165,
"weekDownloads": 1212,
"start": "2024-04-25",
"end": "2024-05-24",
"period": "month"
},
"topicSearchString": "react-native canvas glsl shader opengl webgl gpu 2d 3d android ios native gcanvas graphics zdog dogz babylonjs pixijs offscreen-canvas multiple-touches",
"score": 56,
"matchingScoreModifiers": [
"Recently updated"
],
"popularity": 0.133,
"category": [
"canvas",
"glsl",
"shader",
"opengl",
"webgl",
"gpu",
"2d",
"3d",
"graphics",
"gcanvas"
]
}
]
Loading

0 comments on commit 302c37a

Please sign in to comment.