Skip to main content

Questions tagged [plugins]

0 votes
1 answer
87 views

I have a foundational metamodel which I have implemented using Java interfaces which I can easily version using major.minor.bugfix. I also have plugins that utilize these libraries to implement these ...
Proud Papa's user avatar
0 votes
3 answers
724 views

I am developing an application that offers an api to develop plugins for this application. Each plugin can have other plugins as dependencies. I am planning to offer some basic plugins out of the box, ...
Azus Dkk's user avatar
0 votes
1 answer
162 views

I build a plugin based Qt application which currently lives entirely in a library. The app as well as the plugins link to the library. The ::main(…) is just a tiny two line bootstrapper calling a ...
ManuelSchneid3r's user avatar
0 votes
1 answer
373 views

The main application loads plugins, list them and when user selects one it is initialized and displayed. Each plugin is a complex class library which contains several views/viewmodels/repositories/etc....
James0n's user avatar
0 votes
1 answer
307 views

I wonder how to design a good plugin architecture in C++/Qt. The main concern I have is about dependency injection vs globals when it comes to the core components. Plugins should have access to ...
ManuelSchneid3r's user avatar
2 votes
1 answer
503 views

I'm a software engineer that primarily writes C code but now and then makes .Net applications for fun. This is a question about the fun part. Over a duration of about 15 years, I have used and ...
Kristjan Hornung's user avatar
-1 votes
1 answer
62 views

I have a program that uses OMR to scan a photo of a "scoresheet", and give a result. Its functionality is: Scan one photo Compare with database for which "template" to use, ...
Ben's user avatar
  • 135
4 votes
3 answers
5k views

Long story short - I would like to make a web application, solely for self-education purposes, that should allow user to add additional functionalities via plugins - just like Jenkins - https://...
lGSMl's user avatar
  • 43
1 vote
0 answers
959 views

I'm developing a Electron/React app which uses Webpack and Asar technologies. It's designed to be a host app providing a common platform for some plugins. These plugins are downloaded and plugged into ...
frogatto's user avatar
  • 193
1 vote
1 answer
267 views

I am developing a desktop application (C++/Qt), which might be roughly represented as consisting of two parts - data-handling part and the GUI. I want the data-handling part to be extensible with ...
Maximko's user avatar
  • 113
-2 votes
2 answers
800 views

I'm building a data processing system where users can submit hooks to execute on incoming data. The hooks are untrusted and should execute in a sandbox with access only to a limited API that I expose ...
Benjamin Egelund-Müller's user avatar
-1 votes
1 answer
276 views

I'm working on an overlay/HUD for a Java game, where the user should be able to enable or disable certain components and choose configuration options. One such example is a health bar, which the user ...
Markus K.'s user avatar
1 vote
0 answers
588 views

I have a large multi-module java/maven application where each child module is it's own java application and the root parent pom defines the standard dependencies pom.xml - parent pom - child1/pom.xml ...
emeraldjava's user avatar
4 votes
1 answer
522 views

I need to make a web app which provides the feature to install/uninstall plugins. Think of something like Eclipse IDE like software. The only difference is you cannot restart it like Eclipse to apply ...
Nikhil Chilwant's user avatar
4 votes
3 answers
439 views

I am trying to create a web UI for image processing, with some operations similar to what a site like fotor.com offers. However, I have problems to achieve a similar performance. For example, lets say ...
BJ Patel's user avatar
  • 151

15 30 50 per page
1
2 3 4 5