Skip to content

Commit 346fcb2

Browse files
committed
Update README
1 parent 2d8459e commit 346fcb2

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ build time, will be, as opposed to carrying the pre-processed intermediate files
99
repository. Also, the pre-processing and code generation tools themselves should be built
1010
from source.
1111

12+
This builds a combined, packed and obfuscated executable similar to the original. A full run
13+
of the demo works fine. However, it seems that the released source code is in an earlier
14+
state than the final release. Non-essential features like specifying on the command line
15+
where to start running or even prematurely exiting in response to a key press do not work as
16+
reliably as in the real release.
17+
1218
Used build tools:
1319

1420
* Borland C++ 3.1
@@ -19,11 +25,11 @@ Used build tools:
1925

2026
### Status
2127

22-
This builds a combined, packed and obfuscated executable similar to the original. A full run
23-
of the demo works fine. However, it seems that the released source code is in an earlier
24-
state than the final release. Non-essential features like specifying on the command line
25-
where to start running or even prematurely exiting in response to a key press do not work as
26-
reliably as in the real release.
28+
I believe that there are no unused source files left in the tree. A few binary executables
29+
are still left over, of which at least some had their source code in the repo previously. In
30+
addition, there used to be extensive tooling and original data for the visu project (the 3D
31+
scenes). It might be possible to generate the binary data files from these, and I might try
32+
to tackle this project in the future.
2733

2834
### How to build
2935

0 commit comments

Comments
 (0)