Pinned Repositories
compression-util
Compress native Roblox types
editable-clothing-util
Translate classic clothing / pants into EditableImages like so: https://x.com/Nightcycle_LLC/status/1815294030747472354
luau-math
luau math library with some added features useful in Roblox game dev
midas
Turn every game you touch to gold with a comprehensive analytics suite.
node
A framework useful for creating hierarchical node networks, as well as performing wave function collapse style procedural generation.
noise
The functionality of 'math.noise' implemented across multiple popular styles with the syntax and API stylings of the seed constructed pseudo-random Roblox 'Random' datatype.
physics-util
physics wally package
synthetic
A UI library with the the goal of porting the Google Material Design framework / philosophy to Roblox.
wally-update
a basic command-line-tool that allows for the updating of wally packages
nightcycle's Repositories
nightcycle/synthetic
A UI library with the the goal of porting the Google Material Design framework / philosophy to Roblox.
nightcycle/midas
Turn every game you touch to gold with a comprehensive analytics suite.
nightcycle/node
A framework useful for creating hierarchical node networks, as well as performing wave function collapse style procedural generation.
nightcycle/noise
The functionality of 'math.noise' implemented across multiple popular styles with the syntax and API stylings of the seed constructed pseudo-random Roblox 'Random' datatype.
nightcycle/network-util
allows for ez creation and management of remote events / functions
nightcycle/compression-util
Compress native Roblox types
nightcycle/conversion-util
A utility for converting units
nightcycle/editable-clothing-util
Translate classic clothing / pants into EditableImages like so: https://x.com/Nightcycle_LLC/status/1815294030747472354
nightcycle/material-icons
a port of the material icons with all style permutations
nightcycle/muse-packages
Place to store packages for usage in muse projects
nightcycle/vector
A vector type with configurable dimensions
nightcycle/actor-constructor
an old module I wrote up to deploy actors easily
nightcycle/data-node
A series of classes useful for easily storing complex data structures
nightcycle/draw
a port of Quenty's Draw package
nightcycle/file-util
Allows for an easy interface between Roblox studio and the OS. Inspired by MrChickenRocket's FileIOModule.
nightcycle/frustum
Building off MrChickenRocket's frustum class, adding some helper methods
nightcycle/image-util
A library standardizing the top level APIs for various image processing file formats such as PNG, JPEG, PGM, and BMP
nightcycle/index-util
some handy utilities for finding instances
nightcycle/maid
typed port of Quenty's maid class
nightcycle/muse-package-manager
A package manager for muse myths
nightcycle/nightcycle
GitHub profile info
nightcycle/occlusion-camera
A camera bound class that allows for determining if an instance can be seen, is blocked, or is entirely out of view.
nightcycle/process-util
Breaks a process up across multiple frames to prevent FPS drops.
nightcycle/pseudo-enum
nightcycle/quad-tree
Speedy implementation of a 2D binary tree
nightcycle/queue
A basic queue
nightcycle/service-proxy
A wally package that creates an object that points towards a constructed service
nightcycle/sky-service
A wally package allowing easy control of the lighting / weather
nightcycle/table-util
another dang table util
nightcycle/wally-package-template
A basic template for whenever I make a wally package