Code Monkey home page Code Monkey logo

celestialengine-webui's People

Contributors

wgraham17 avatar

Watchers

 avatar  avatar

celestialengine-webui's Issues

Create a NuGet package

We should create a NuGet package to install the extension into a project. The NuGet package should have a dependency on CefSharp and should scaffold a basic Hello World page within Content/WebUI in the project as a quickstart for the custom scheme ( see: #3 )

Create a demo project showcasing features

Should include:

  • Browser being toggled on and off via input key
  • Rendering of content behind the transparent browser
  • Browser content served from local Content\WebUI folder
  • Messaging passing between Game and Browser

Add basic support for an event message bus

The game should be able to send and receive messages to and from the Browser instance.

Proposed implementation would basically be a key/value message, both string. Complex data types can be serialized through JSON. Message passing will be asynchronous by default. The WebUI Component will receive messages from the browser and push them to a queue every Update; the implementor will be responsible for flushing this queue. We may need to cap the number of items to retain to prevent DoS and OOM.

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.