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

Robin Gabriël edited this page Feb 24, 2020 · 4 revisions

A List of Apps Built with Chromely

Table of Contents

ConverseTek
Single Executable File
GitState

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.

GitState

State display for folders of git repositories.

screenshot

For more information see project page on GitHub.