All Projects → zlatnaspirala → vuletube

zlatnaspirala / vuletube

Licence: GPL-3.0 license
Starter project for vue in combination with typescript. Getting response for youtube search. Call server part for saving videos. Use videos in three.js 3d port view. Control vuletube site with hands (NUI) also with voice command.

Programming Languages

HTML
75241 projects
Vue
7211 projects
typescript
32286 projects

Projects that are alternatives of or similar to vuletube

Spotivy
🎼 Download music videos from Spotify playlists
Stars: ✭ 64 (+433.33%)
Mutual labels:  downloader, youtube-api
kalwalt-interactivity-AR
Some various experiments with Ar.js and Three.js
Stars: ✭ 65 (+441.67%)
Mutual labels:  threejs, opencvjs
statamic-video-embed
A field type for embedding YouTube and Vimeo Videos
Stars: ✭ 16 (+33.33%)
Mutual labels:  youtube-api, video-preview
icosa-viewer
3D Viewer component for Tilt Brush / Open Brush, Google Blocks files and their derivatives
Stars: ✭ 24 (+100%)
Mutual labels:  threejs
m3u8Downloader
meijuba.net,Python crawler,M3U8格式视频下载,桌面应用
Stars: ✭ 53 (+341.67%)
Mutual labels:  downloader
ee.Yrewind
Can rewind and save YouTube live stream
Stars: ✭ 133 (+1008.33%)
Mutual labels:  downloader
wget-lua
Wget-AT is a modern Wget with Lua hooks, Zstandard (+dictionary) WARC compression and URL-agnostic deduplication.
Stars: ✭ 52 (+333.33%)
Mutual labels:  downloader
react-with-threejs-example
An example project integrating React with three.js
Stars: ✭ 27 (+125%)
Mutual labels:  threejs
tycho
🪐 A real-time, WebGL-based interactive simulation of our solar system.
Stars: ✭ 90 (+650%)
Mutual labels:  threejs
Photo-Sphere-Viewer
A JavaScript library to display Photo Sphere panoramas.
Stars: ✭ 1,198 (+9883.33%)
Mutual labels:  threejs
WebGL-Billiards
ThreeJS based 8-ball pool
Stars: ✭ 28 (+133.33%)
Mutual labels:  threejs
three-strip
Generate strip geometry for three.js. Supports taper, twist, dasharray and uvgen.
Stars: ✭ 15 (+25%)
Mutual labels:  threejs
three-to-cannon
Convert a THREE.Mesh to a CANNON.Shape.
Stars: ✭ 207 (+1625%)
Mutual labels:  threejs
codrops-texture-projection
Article about Texture Projection in Three.js
Stars: ✭ 75 (+525%)
Mutual labels:  threejs
Downloader
Android多任务单线程断点文件下载器
Stars: ✭ 29 (+141.67%)
Mutual labels:  downloader
http-downloader
A download tool that is baked for the GitHub release assets. 专注于 GitHub 项目的工具安装
Stars: ✭ 18 (+50%)
Mutual labels:  downloader
acd
ACD helps you download Adobe Connect Sessions Videos and Audios, download files from FTP server, transfer files using Shift I/O
Stars: ✭ 117 (+875%)
Mutual labels:  downloader
Big-Data-Demo
基于Vue、three.js、echarts,数据可视化展示项目,包含三维模型导入交互、三维模型标注等功能
Stars: ✭ 146 (+1116.67%)
Mutual labels:  threejs
home
Community for parametric furniture designs.
Stars: ✭ 44 (+266.67%)
Mutual labels:  threejs
three-mithril-ts
THREE.js, Mithril.js, TypeScript starter project
Stars: ✭ 34 (+183.33%)
Mutual labels:  threejs

Project name: vue-ts-starter - vuletube

Creator: Nikola Lukic 2020 - Visual Code editor used

Version "Ecstacy of gold"

https://maximumroulette.com:3000

Clone project command:

  git clone --recurse-submodules https://github.com/zlatnaspirala/vue-typescript-starter

Project objective

To create perfect modular fit for any type project. I will integrate next features:

  • Add https://github.com/fent/node-ytdl-core like another options support (on server side) for youtube-dl.
  • Google client login based on ApiKey. [DONE]
  • Test yt video play with YT Player embeded iframe[DONE] also with customhtml5 video tag.[DONE]
  • Google account login based on node.js server.
  • Calling Youtube API v3. and preview in classic html tags. [DONE]
  • Implementing three.js video preview sub component[DONE]
  • Preview thumbnails with threejs component. [DONE]
  • BASIC NUI commander and Voice commander [DONE]
  • NUI hands control yt vieo navigation [WIP]
  • BASIC openCV for web (opencvjs) implementation [DONE]
  • Implementing different view modes (OrbitControl, First person control)[DONE]
  • Implementing custom webGL2 (glmatrix) video preview sub component.
  • Kure Video Chat (kurento) Mixing yt video with camera stream.
  • Visual ts game engine - some kind of implementation Adding 2d/3d games intro 3d view.
  • Implementing AR (commercial)
  • Google map API - Not free (maybe for 3d vs maps) 7$ min cost

Last main page screenshot:

screenshot

Go to project folder

Starter readme more details

Credits

screenshot

About Legacy Note

I use download procedure just like internal techical solution. I put logo "Developed with youtube" and make documentation about Youtube api usage also i delete downloaded files after some time. There is no any redistribution even playing in offline regime or any other usage or reusage. Also this has been fixed (YT-DL refuses to download such files RIAA) I am not promoting any downloading , dis-respectful & excessive pirating. I keep it as friendly usage.

screenshot

Screenshot webcam example: screenshot

See setup-from-zero-point.md to make clear who this project was created.

Help links:

developers.google.com/youtube/v3

github.com/google/google-api-javascript-client

About programming paradigma methods

About vue methods in ts variant

For now we need trust this:

Source https://blog.logrocket.com

About three.js implementation

I will not use ts variant for three.js. Reasons on page:

https://threejs.org/docs/#manual/en/introduction/Typescript-setup

I will use javascript classic variant but script type module with import.

Raport: npm i three -> found 376 vulnerabilities (375 low, 1 high)

Features DONE

  • YouTube component. Log in , fetch data from youtube APi v3. preview images in list

  • Added threejs lib / my subComponent and preview video and thumbnails. Play video in webGL context , control video from status bar buttons UI.

  • nuiCommander implemented also Voice commande.

    Voice commands:

     Say 'search' + 'what to search'
     or
     Say 'search for' + 'what to search'

github submodules

Update all submodules:

  git pull --recurse-submodules
[submodule "vue-ts-starter/public/submodules/nui-commander/nui-commander"]
  url = https://github.com/zlatnaspirala/nui-commander
[submodule "vue-ts-starter/public/submodules/voice-commander/voice-commander"]
  url = https://github.com/zlatnaspirala/voice-commander
[submodule "vue-ts-starter/public/submodules/opencv-starter"]
  url = https://github.com/zlatnaspirala/opencv-starter

Formating

Lints and fixes files (eslint)

  npm run lint
  npm run format

Documentation

From experience i want to use typedoc. There is one small problem with vue single file component loading procedure. I try from internet different solution but no one works. Solution => I will add new pseudo file extension <nameComp>.docs.ts. Add to exclude list and define type declaration inside *.docs.* They can be active interface/type script or only dev comp.

Generate docs:

  npm run docs

Vuletube API documentation

Direct link for dev server

VueTube web service 2020

https://maximumroulette.com:3000

https://www.youtube.com/watch?v=-lwkKzFLzk0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].