@woosh/meep-engine 2.119.15 → 2.119.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,27 +1,25 @@
|
|
|
1
1
|
# Meep Engine
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Getting Started
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
We offer a [minimal project](http://gitlab.company-named.com/travnik/dream-engine-template) with no bells or whistles, just enough to run the engine and get you starter. If you're starting from scratch this is likely the best option.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## Documentation
|
|
8
|
+
|
|
9
|
+
[Engine Documentation](http://meep-engine.company-named.com:8080/docs/getting_started/Installation)
|
|
10
|
+
|
|
11
|
+
## Samples
|
|
12
|
+
To help get you started, various samples are provided under `/samples` folder. Feel free to use them as a point of reference.
|
|
8
13
|
|
|
9
14
|
## Quality
|
|
10
15
|
|
|
11
16
|
Meep is covered by 1,959 unit tests
|
|
12
17
|
|
|
13
|
-

|
|
14
19
|
|
|
15
20
|
The aim is not to have 100% coverage, [but to ensure quality](https://about.codecov.io/blog/the-case-against-100-code-coverage/). As a result, the tests are written to cover complex code first and to exhaustively validate critical algorithms.
|
|
16
21
|
Most of the test code is significantly larger than the code that they are testing.
|
|
17
22
|
|
|
18
|
-
## Samples
|
|
19
|
-
To help get you started, various samples are provided under `/samples` folder. Feel free to use them as a point of reference.
|
|
20
|
-
|
|
21
|
-
## Documentation
|
|
22
|
-
|
|
23
|
-
[Engine Documentation](http://meep-engine.company-named.com:8080/docs/getting_started/Installation)
|
|
24
|
-
|
|
25
23
|
## Features
|
|
26
24
|
|
|
27
25
|
### Automatic instancing
|
package/package.json
CHANGED