All Projects → iBicha → ChromeAppBuilder

iBicha / ChromeAppBuilder

Licence: MIT license
Chrome app builder is an editor extension for Unity to export games as google chrome apps.

Programming Languages

C#
18002 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to ChromeAppBuilder

oh-my-design-patterns
🎨 Record the articles and code I wrote while learning design patterns
Stars: ✭ 33 (+43.48%)
Mutual labels:  builder
builder
🍉 Build scenes for Decentraland
Stars: ✭ 141 (+513.04%)
Mutual labels:  builder
gogen
Command-line tool to generate GO applications and libraries
Stars: ✭ 17 (-26.09%)
Mutual labels:  builder
flutter sticky and expandable list
粘性头部与分组列表Sliver实现 Build a grouped list, which support expand/collapse section and sticky headers, support use it with sliver widget.
Stars: ✭ 116 (+404.35%)
Mutual labels:  builder
swift-declarative-configuration
Declarative configuration for your objects
Stars: ✭ 46 (+100%)
Mutual labels:  builder
awesome-sql-builder
A small library for building SQL queries in a better way than regular string concatenation.
Stars: ✭ 44 (+91.3%)
Mutual labels:  builder
Qmkbuilder
Online GUI for QMK Firmware
Stars: ✭ 254 (+1004.35%)
Mutual labels:  builder
docker-bakery
Dockerfile hierarchy management tool with automatic rebuilding of dependent images when parent changes
Stars: ✭ 30 (+30.43%)
Mutual labels:  builder
maestro
Faster CI/CD for multi-artifact projects
Stars: ✭ 13 (-43.48%)
Mutual labels:  builder
lombok-rs
Lombok port for Rust
Stars: ✭ 31 (+34.78%)
Mutual labels:  builder
oasis-sdk
Official SDK for the Oasis Network.
Stars: ✭ 57 (+147.83%)
Mutual labels:  builder
smaller-sites
Smaller Sites is a small BUT Powerful, free and easy to use drag and drop builder for blogs, websites or e-commerce stores. Designed for everyone Developers and non Developers. You can use it to design your next website. The goal is to create something like webflow
Stars: ✭ 27 (+17.39%)
Mutual labels:  builder
PrimeAdapter
PrimeAdapter makes working with RecyclerView easier.
Stars: ✭ 54 (+134.78%)
Mutual labels:  builder
sql-builder
A simple SQL builder for generate SQL for non-ActiveRecord supports databases
Stars: ✭ 34 (+47.83%)
Mutual labels:  builder
tailwindcss-dash-docset
TailwindCSS Dash Docset, built with the Dash Docset Builder in PHP. We needed it. 🌈️
Stars: ✭ 37 (+60.87%)
Mutual labels:  builder
opla
🚀 🤖 Your open chatbot builder. Start here to install Opla. ✨
Stars: ✭ 46 (+100%)
Mutual labels:  builder
SwiftBuilder
SwiftBuilder is a fast way to assign new value to the property of the object.
Stars: ✭ 26 (+13.04%)
Mutual labels:  builder
SilentCryptoMiner
A Silent (Hidden) Free Crypto Miner Builder - Supports ETH, ETC, XMR and many more.
Stars: ✭ 547 (+2278.26%)
Mutual labels:  builder
indexeddb-orm
Indexed DB ORM
Stars: ✭ 53 (+130.43%)
Mutual labels:  builder
fliphub
the easiest app builder
Stars: ✭ 30 (+30.43%)
Mutual labels:  builder
⚠️ Officially no longer supported. Use at your own risk.
Disclaimer: Google is trying to get rid of Chrome apps on Windows, OS X and Linux in favor of webapps and Chrome extensions. The best use of this editor extension is for targeting ChromeOS which "will remain supported and maintained for the foreseeable future."
read more about it here: https://blog.chromium.org/2016/08/from-chrome-apps-to-web.html
Since Google is killing chrome apps for Chrome on Windows, OS X and Linux, and now supporting Android and Linux apps on ChromeOS, I don't see the value in maintaining this repo.

Logo

Chrome App Builder

Chrome app builder is an editor extension and API for Unity3D to export games as google chrome apps. It is designed to look just like the build settings of other platforms.

Known issues

Bad builds with pre-built engine option.

How does it work?

Mostly, it is based on the webgl player of unity, which means the WebGL module for unity needs to be installed. Combined with a template, and and an extension to fix the chrome related stuff, and it's all good. In addition, it offers an API to access chrome functions from within unity.

Installation

Just add the content of the assets folder into the assets folder of your project. Choose "window -> chrome app builder" to access the different settings and the build button!

Is it on the asset store?

No, but it should be. I guess because of the nature of the constant change of the way the WebGL player works, it is hard to maintain this project for many Unity versions.

Requirement

You need unity3d installed (5.3 and above recommended you probably need the latest version, since Chrome app builder uses private unity apis that keep changing all the time, and we try to keep up and update it. so best way is to test.) with unity webgl module. And of course, you need google chrome on your computer.

Last commit worked with: Unity 2017.3.0f2

API

Calling Chrome API from Unity can be done from the following classes:

  • Chrome.App.Browser //To open a web page in a new tab ref
  • Chrome.App.Identity //To get information about the currently connected user on Chrome ref
  • Chrome.App.Notification //To display notifications ref
  • Chrome.App.Power //For power management ref
  • Chrome.App.Window //For window related operations (maximize, minimize, fullscreen, etc.) ref

The Chrome.Social namespace can be used to use OAuth on various social media (Facebook, Linkedin, Instagram)

Todos

  • Fix template manager so it works EXACTLY as the internal unity template manager
  • Add demo scene (one that doesn't suck)
  • Implement getAuthToken
  • Add more chrome APIs (Native sockets, In-app purchase and so on)
  • Add a setting for facebook and instagram client id (currently need to set in the code) and maybe add more social media and such
  • Create good documentation
  • Create a permission and a minimum chrome version detector
  • Other fixes are to be made. TL;DR

License

MIT

Development

Pull requests are welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].