
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
sparkar-volts
Advanced tools
An extensive non-reactive Typescript framework that eases the development experience in Spark AR
An extensive Typescript framework that eases the development experience in Spark AR
See an example of what can be built with Volts 4.0.0
Please make sure to read this list of reasons why you should prefer the ReactiveAPI over vanilla js: Reactive programming, SparkAR before using
volts
, as it might not be the right thing for every project
Read this guide on getting started with VOLTS
You can use this template as a quick start if you're already familiar with the library. Download using the command:
npm i sparkar-volts
Or using this download link
// main.ts
// using sparkar-volts@4.0.0
import Diagnostics from 'Diagnostics';
import Volts, { PublicOnly } from './volts';
const World = Volts.World.getInstance({
mode: 'DEV',
snapshot: {},
assets: {},
loadStates: undefined,
});
World.onEvent('load', function (this: PublicOnly<typeof World>, snapshot) {
Diagnostics.log(`Loaded 🧪.\nAssets: ${Object.keys(World.assets) || 'no assets were loaded'}`);
});
World.onEvent('frameUpdate', function (this: PublicOnly<typeof World>, snapshot, data) {
if (data.frameCount == 0) Diagnostics.log(`Running... 🚀\n`);
});
You can contribute to the development of VOLTS.
PRs & Issues welcomed!
Check the issues to see if there's anything that requires help, or want to discuss aspects of the project — feel free to open an issue if you encounter a bug/ want to request a feature/ other
Please check the contributing.md file if you wish to contribute to the development of the project.
If you want to open a PR/Issue, please make sure to read the code-of-conduct.md before doing so.
All proceeds will be split amongst all major contributors
FAQs
An extensive non-reactive Typescript framework that eases the development experience in Spark AR
The npm package sparkar-volts receives a total of 0 weekly downloads. As such, sparkar-volts popularity was classified as not popular.
We found that sparkar-volts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.