
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
nunu-studio
Advanced tools
nunuStudio is a web based game engine for 3D and 2D game development with support for VR and AR
npm run docs.npm install --legacy-peer-depsnpm run build



The project uses Webpack to build and bundle its code base.
Steps needed to build the project:
npm install.
npm install --legacy-peer-deps insteadcd source/page && npm installnpm run buildnpm run startloadApp(file, id) method.<html>
<head>
<script src="nunu.min.js"></script>
</head>
<body onload="Nunu.App.loadApp('pong.nsp', 'canvas')">
<canvas width="800" height="480" id="canvas"></canvas>
</body>
</html>
nunu.min.js and place into static/js folder of your nuxt instancetemplate area where you want it, for example:<template>
<div>
<canvas
id="canvas"
width="800"
height="480"
/>
</div>
</template>
head() {
return {
script: [
{
hid: 'Nunu',
src: 'assets/js/nunu.min.js',
defer: true,
callback: () => {
Nunu.App.loadApp('assets/file.nsp', 'canvas') //add file to load in here
},
},
],
},
}
Nunu as usual within the app.FAQs
nunuStudio is a web based game engine for 3D and 2D game development with support for VR and AR
The npm package nunu-studio receives a total of 10 weekly downloads. As such, nunu-studio popularity was classified as not popular.
We found that nunu-studio demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.