Nevermore Engine

repository·main·Indexed 20 days ago

https://github.com/quenty/nevermoreengine

A collection of 278 modular packages for Roblox development. It provides a wide variety of specialized tools including Blend (a declarative UI framework), Maid for lifecycle management, Rx for reactive programming, a layered camera system, and various utility packages for animations, spatial data (Octree), and DataStore wrappers. Packages can be installed via npm under the @quenty scope or manually via copy-and-paste.

Tokens
141.9K
Snippets
712
Records
1.1K
Agent score
67%

What's inside Nevermore Engine

  1. Overview of TimeSyncService

    main

    TimeSyncService is a utility designed to keep time synchronized between all clients and the server in a Roblox environment.

    Key features include:

    • Synchronized Clock: The service ensures time consistency across the network.
    • Sync-Aware Promises: Promises provided by the service resolve only once the clock has successfully synchronized.
    • Cross-Environment Compatibility: The same module can be used on both the server and the client.
  2. Overview of @quenty/remoting features

    main

    The @quenty/remoting package provides a lightweight wrapper for Roblox's global remoting (GetRemoteEvent and GetRemoteFunction).

    Key features include:

    • Promise Support: A built-in Promise implementation is available for handling remote calls.
    • Safety: Remotes are designed to be safe-to-use once they have been acquired.