Giter VIP home page Giter VIP logo

hhy5277 / nunustudio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tentone/nunustudio

0.0 2.0 0.0 1.51 GB

Web based game engine and 3D editor for interactive applications. Scene editor, material modal, post-processing, object based scripting, WebVR, positional audio support.

Home Page: https://nunustudio.org

License: MIT License

JavaScript 99.57% HTML 0.08% CSS 0.14% C# 0.22% Batchfile 0.01%

nunustudio's Introduction

GitHub version GitHub issues GitHub stars

  • nunustudio is an open source 3D VR game engine for the web it allows designers and web developers to easily develop 3D experiences that can run directly in a web page or be exported as Desktop applications.
  • It has a fully featured visual editor, supports a wide range of file formats, the tools are open source and completely free to use for both personal and commercial usage, it is powered by open web APIs like WebGL, WebVR and WebAudio.
  • Visual scene editor, code editor, visual tools to edit textures, materials, particle emitters, etc and a powerful scripting API that allows the creation of complex applications.

Web Editor

  • There is a fully featured web version of the editor available at https://nunustudio.org/editor
  • The web version was tested with Firefox, Chrome and Microsoft Edge, mobile browsers are not supported.

Documentation

  • Documentation for the scripting API is available on the nunu webpage https://nunustudio.org/docs
  • nunuStudio was documented using YUIDocs

Features

  • Visual application editor
  • Built on three.js
    • Real time lighting and shadow map support
    • three.js code can be used inside nunuStudio scripts without the need for THREE prefix
  • Wide range of file formats supported
  • TTF Font support
  • Drag and drop files directly to objects
  • One file only project export with all assets included
    • No more broken projects because of missing files
  • NWJS and Cordova used for easy desktop and mobile deployment
  • Physics engine (cannon.js)
  • SPE particle system
  • Compatible with WebVR V1.1

Screenshots

Installation

  • nunuStudio is intended to run with NWJS on the desktop (Linux and Windows are supported)
    • Download last version from releases in the github page
  • To run the development version of nunuStudio
  • There a web version available on the project webpage
    • The web version cannot export desktop and mobile projects

Building

  • nunuStudio uses a custom solution for code management based of an include function
  • To build nunuStudio Java and NodeJS are required
    • Javascript is optimized and minified using Google closure
    • Documentation generation uses YuiDocs
  • The building system generates minified builds for the runtime and for the editor
  • To build nunu editor, runtime and documentation, run "npm run build"
  • The build system is compatible with windows, linux and macos.

Libraries

Runtime

  • nunuStudio apps are meant to be used inside web pages
  • To embed applications made inside nunuStudio in HTML pages the following code can be used
<html>
	<head>
		<script src="nunu.min.js"></script>
	</head>
	<body onload="NunuApp.loadApp('pong.nsp', 'canvas')">
		<canvas width="800" height="480" id="canvas"></canvas>
	</body>
</html>

License

  • nunuStudio uses a MIT license that allow for comercial usage of the platform without any cost.
  • The license is available on the project GitHub page

nunustudio's People

Contributors

darksonic37 avatar ggalansmithee avatar ivar avatar tentone avatar viktorhura avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.