hoge1e3 / Tonyu2

Language and IDE for action game development using html5+js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tonyu System 2

Language and IDE for action game development using html5+js.

Tested browsers:

Windows 7/8/10

  • Chrome 115
  • Firefox 72
  • Edge 44

How to build(full build, including compiler build)

  • Clone tonyu2-compiler repository to the same directory.
    • ex. /some/folder/Tonyu2 and /some/folder/tonyu2-compiler
  • Run the following node.js command.
cd tonyu2-compiler
npm install
cd ../Tonyu2
npm install
npm run build
  • If you want to build again, just npm run build

How to host Tonyu2 IDE on your Web server

(Currently the build is tested only in windows)

npm install
npm run build:g2

and copy www folder to your Web server.

How to run your project as a native application

  • Download nw.js and add following files in /path/to/Tonyu2/
  • you can use npm run runtime (Windows 64bit)
d3dcompiler_47.dll
ffmpeg.dll
icudtl.dat
libEGL.dll
libGLESv2.dll
locales/*
natives_blob.bin
node.dll
nw.dll
nw_100_percent.pak
nw_200_percent.pak
nw_elf.dll
resources.pak
v8_context_snapshot.bin
nw.exe -> rename as Tonyu2.exe, change icon by resouce editors

About

Language and IDE for action game development using html5+js.

License:MIT License


Languages

Language:JavaScript 95.6%Language:HTML 4.2%Language:CSS 0.1%Language:Perl 0.0%Language:PHP 0.0%Language:Batchfile 0.0%