Code Monkey home page Code Monkey logo

btkuilib's Introduction


BTKUILib

Welcome to the BTKUILib for ChilloutVR
Documentation

Report Bug · Request Feature · Join the Discord

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Welcome to the BTKUILib for ChilloutVR! This project is designed to make it very simple to create functional menus within the ChilloutVR Quick Menu. The whole goal of this library is to provide a simple API to create usable menus properly integrated within the CVR QuickMenu, all without ever having to touch Cohtml!

This library in itself is a mod for ChilloutVR providing some small features internally, but primarily to avoid issues of similar projects that existed in the other game (cough cough ReMod.Core)

BTKUILib is not made by or affiliated with Alpha Blend Interactive

Features:

  • Expandable Tab bar
  • Players in World selection menu
  • Basic buttons and toggles
  • Highly configurable sliders
  • Multiselection radio toggle menu (think a dropdown but it's a whole page)
  • Sub pages
  • Categories
  • Built in QM notices and confirmation dialogs
  • Built in (experimental) MelonPrefs editor (This is very work in progress and will likely change alot)
  • Number entry panel
  • Utility function including callback for the CVR Keyboard
  • Summary documentation on all public functions
  • Automatically regenerates when menu is refreshed (such as pressing F5)
  • And more!

(back to top)

Getting Started

To get started with BTKUILib you can simply drop the current release in your ChilloutVR/Mods folder, once that's done you will be greeted by a single tab, the CVR QuickMenu.

From there you can start creating mods using BTKUILib or download existing mods that use it! Tabs are automatically generated and have no limit in amount aside from when it becomes unusable for players.

Contributing

Dependencies

  • Visual Studio or equivalent C#/.net Framework development environment
  • MelonLoader version >= 0.5.7
  • ChilloutVR
  • [Optional] npm and less compiler (npm install -g less)

Preparing your development environment

  • Clone the current main branch
  • Create the 3rdparty folder in the folder containing the BTKUILib project
  • Open the Windows Command Prompt within that folder and create the required symlinks to your CVR installation
mklink /j ml "C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\MelonLoader"
mklink /j Managed "C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR\ChilloutVR_Data\Managed"
  • [Optional] Install npm and then lessc via npm install -g less to automatically compile .less into .css during build. Only required if you changed any .less files.
  • You should now be ready to work on and compile BTKUILib!

(back to top)

Usage

Usage instructions are in progress, please check example mod for basic implementation and usage.

(back to top)

Roadmap

  • Proper Documentation

See the open issues for a full list of proposed features (and known issues).

(back to top)

License

Distributed under the Apache 2.0 License. See LICENSE.txt for more information.

(back to top)

Contact

DDAkebono#0001 on Discord

Project Link: https://github.com/BTK-Development/BTKUILib

(back to top)

Acknowledgments

  • ChilloutVR for creating a mod friendly platform to have fun on!
  • ReMod.Core for inspiration for the structure of BTKUILib

(back to top)

btkuilib's People

Contributors

ddakebono avatar kafeijao avatar tanukipenny avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.