Blog

Planned Future Features

There are three key features planned for future versions of Explorer++, all of which have had some work done:

More

Explorer++ 1.4

It’s now been just over 6 years since the last stable release of Explorer++. In that time, there have been a significant number of changes to the code, though no new releases.

More

A Plugin System for Explorer++

I’ve recently been working on a plugin system for Explorer++. It’s still in development, but this post describes some of the goals of the system and the current functionality that’s offered.

More

Embedding V8 in a C++ application

V8 is the JavaScript engine developed for and used within Chrome. It’s powerful and fast, though seemingly complex to embed within existing C++ applications. The V8 internal API changes over time and keeping up to date with those changes can be challenging.

More