Skip to content

Repository for Beat Saber avatars, sabers, and platforms.

License

Notifications You must be signed in to change notification settings

bsmg/modelsaber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f967b6 · Feb 4, 2025

History

19 Commits
Feb 4, 2025
May 4, 2020
Feb 4, 2025
May 4, 2020
May 4, 2020
May 4, 2020
Feb 4, 2025
May 4, 2020
Feb 4, 2025
May 4, 2020
Feb 4, 2025
Feb 4, 2025
May 4, 2020
May 4, 2020
Feb 4, 2025
Feb 4, 2025
May 4, 2020
May 4, 2020
May 4, 2020
May 4, 2020
Feb 4, 2025
Feb 4, 2025
Aug 2, 2020
May 4, 2020
Aug 2, 2020
Feb 4, 2025
May 4, 2020
May 4, 2020
Jul 22, 2020
May 4, 2020
May 4, 2020
May 4, 2020
Feb 4, 2025
May 4, 2020
May 4, 2020
May 4, 2020
Feb 4, 2025
May 4, 2020
May 4, 2020
May 4, 2020
May 4, 2020
May 4, 2020
May 4, 2020
May 4, 2020
May 4, 2020
Jul 22, 2020
May 4, 2020
May 4, 2020

Repository files navigation

ModelSaber

Repository for Beat Saber Avatars, Sabers, Platforms, and Bloqs

Setting up the site

The site requires a bit of setup.

Documentation

When developing for this project it would make everybody's day easier if you followed the coding standards used below.

PHPDOC is used for php documentation, the syntax used will be shown below.

General

There are a few things that are common between all instances, these are shown here.

  • Always end the short and long descriptions with a period.
  • Always have an empty line between the short description and the long description.
  • Always have an empty line between the descriptions and the tags (@param, @return, etc.).

Methods and functions

Methods and functions should use this syntax for everything, simple getters and setters are optional however.

/**
 * <A short description of the function.>
 *
 * <An optional longer description if required.>
 *
 * @param <type> <$name> <an optional description.>
 * @return <type> <an optional description.>
 */

Classes

Classes use a slightly different approach than methods and functions, this is shown below.

/**
 * <A general description of the class.>
 *
 * @author <name or username> <an optional email>
 * @version V<version number as an integer>
 */

Credits

Original developer: Assistant V2 developer: laugexd