All Projects → HolodexNet → Holodex

HolodexNet / Holodex

Licence: MIT license
Holodex frontend source code

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Holodex

aqua-fanpage
⚓ 湊あくあ Fanpage created with Svelte and Sveltestrap.
Stars: ✭ 30 (-92.41%)
Mutual labels:  vtuber, hololive
vtuber-livechat-dataset
📊 VTuber 1B: Billion-scale Live Chat and Moderation Event Dataset for NLP
Stars: ✭ 30 (-92.41%)
Mutual labels:  vtuber, hololive
non-stop-story
Backend for holo-schedule on Rails.
Stars: ✭ 18 (-95.44%)
Mutual labels:  vtuber, hololive
XLand
Live2D VTuber(Virtual YouTuber) App with extensible node graph editor
Stars: ✭ 62 (-84.3%)
Mutual labels:  vtuber
Auto Record Matsuri
A tiny program can fetch Matsuri's Live(Vtuber)
Stars: ✭ 61 (-84.56%)
Mutual labels:  vtuber
hollow memories
Save your precious memories.
Stars: ✭ 49 (-87.59%)
Mutual labels:  hololive
mano-aloe
For the Mano Aloe Support Squad Server
Stars: ✭ 19 (-95.19%)
Mutual labels:  hololive
pekofy-bot
Source code of u/pekofy_bot from reddit.
Stars: ✭ 33 (-91.65%)
Mutual labels:  hololive
vignette
The open source VTuber software. ❤
Stars: ✭ 330 (-16.46%)
Mutual labels:  vtuber
awesome-vtuber
Awesome Virtual Youtuber ('s Github Project)
Stars: ✭ 46 (-88.35%)
Mutual labels:  vtuber
live-stream-recorder
Monitor and record live streams from YouTube, OPENREC, TwitCasting, etc. Made for VTuber fans. (VTuber 直播自动录像脚本)
Stars: ✭ 297 (-24.81%)
Mutual labels:  vtuber
UnityHandTrackingWithMediapipe
Realtime hand tracking and finger tracking in Unity using Mediapipe
Stars: ✭ 129 (-67.34%)
Mutual labels:  vtuber
HoloLensWithDlibFaceLandmarkDetectorExample
HoloLens With DlibFaceLandmarkDetector Example
Stars: ✭ 19 (-95.19%)
Mutual labels:  vtuber
DeepVTB
🌌 OpenVTuber-虚拟アイドル共享计划 An application of real-time face and gaze analyzation via deep nerual networks.
Stars: ✭ 32 (-91.9%)
Mutual labels:  vtuber
home
这里是GitHub的草场,也是戈戈圈爱好者的交流地,主要讨论动漫、游戏、科技、人文、生活等所有话题,欢迎各位小伙伴们在此讨论趣事。This is GitHub grassland, and the community place for Gege circle lovers, mainly discusses anime, games, technology, lifing and other topics. You are welcome to share interest things here.                                                                                              …
Stars: ✭ 268 (-32.15%)
Mutual labels:  vtuber
VRMocap
A SteamVR powered mocap solution for Unreal Engine
Stars: ✭ 88 (-77.72%)
Mutual labels:  vtuber
Unity live caption
Use Google Speech-to-Text API to do real-time live stream caption on Unity! Best when combined with your virtual character!
Stars: ✭ 26 (-93.42%)
Mutual labels:  vtuber

Holodex

MIT License Discord Chat Deploy to Prod Crowdin Twitter Follow

holodex

Changelog

Reporting a Bug/Feature Request

  • For bugs, please make sure to include a picture describing the issue (if applicable)
  • If the bug is urgent, please send us a message in the Discord server
  • Check out the Project Board for what we're working on!

Setup for Development

git clone [email protected]:RiceCakess/Holodex.git
npm install
# By default the api is proxied to staging, copy, rename and edit the .env.placeholder to change API_BASE_URL
npm run serve

Building

npm run build
# Analyzing build bundle size
npm run analyze-build

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Check out the Project Board for things being planned

Project Structure

docs    # Changelog, hosted on Github Pages
public  # Static resources
src
├── components              # Vue components
├── locales                 # UI text translations for each languages
├── plugins                 # Vuetify, i18n and other plugin definitions
├── mixins                  # Vue mixins commonly used across components
├── external                # External components we imported into the project for maintenance / updating
├── router                  # Router definitions for path and views
├── store                   # Vuex store modules, each file loosley corresponds to each page.
├── utils                   # Utility declarations
├── views                   # Vue Page defintions
└── App.vue                 # Main entry point, sets up router-view

Roadmap

  • Watch Page refresh
  • Make repo public
  • Add user logins
    • save favorites to database
    • add video commenting??
  • Add multi language support
    • Use tagging system?? or maybe just have a row indicating language
  • Expand vtuber list
  • Updated tagging system
    • User contributed tagging
    • Tag aliasing
    • Tag categories
  • public API / API key for user account
  • live chat features / TL transcript
  • music player / radio / tagging songs in singing streams
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].