Skip to content

Commit 6db6542

Browse files
Update README.md
1 parent d591cc6 commit 6db6542

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ You need to execute external scripts using your program API at the native c++ sp
1212
- The real-time compiled sources may be **debugged** if need.
1313
- **Very easy API creation**, you may export whole class with just a single directive. This is much more easy than API creation for any usiual scripting language. No need to call any registration functions.
1414
- **One-header-only library!** No external dependencies!
15+
- Perspective for the application to beome the **semi-opensource**, when core is hidden but the most part of functionality is open in external c++ files. They are executed at the native speed, may be debugged. Making API is so easy that opening the most part of internal API is not a problem. Migration to the new version of the application, changes of the inner structures becomes easy, old scripts and pluging will be just recompiled on the fly.
1516

1617
## Pre-requisites
1718
You need to install LLVM clang (it is relatively lightweight), not later than 12.0.1<br>

0 commit comments

Comments
 (0)