Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

A List of Apps Built with Chromely

mattkol edited this page Jan 30, 2019 · 4 revisions

A List of Apps Built with Chromely

Table of Contents

ConverseTek
Single Executable File

ConverseTek

@mattkol I made a mod tool for BattleTech PC game with Chromely. I used it to hook into the game dlls in the C# side to allow me to reuse their deserialisation system for the in-game dialogue/conversation system. Then built a React based dialogue editor on the 'frontend' side.

The community love it. Thank you for making a great base for me to start on. You can see the project here: https://github.com/CWolfs/ConverseTek

conversetek-example

Single Executable File

How to build small Chromely "single executable" that downloads "Cef" and "CefSharp" files during the first launch. Chromely Small Single Executable. [Cef binaries downloads on first app launch.]

Thanks to @pkudrel for sharing this.