Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #70 from LeCloutPanda/main
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
Xlinka authored Aug 30, 2022
2 parents abf6ad9 + 6a37227 commit 3a9a0cc
Showing 1 changed file with 69 additions and 21 deletions.
90 changes: 69 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,80 @@ Important: This is a plugin, not a mod! Installation is different between the tw
To install this, download `NEOSPlus.dll` from the Releases tab and place it in the `Libraries` folder in your Neos directory.
Next, make Neos load it by using the `-LoadAssembly` launch argument.
When you next start Neos, Neos Plus should also be loaded and work.
The following features already exist:

Features that have been added so far:

# Nodes
- Logix/Json/GetFromTag
- Logix/Json/GetNestedObject
- Logix/Json/ParseJSONString
- Logix/Json/QuickGetFromTag
- Logix/Json/QuickGetNestedObject
- Logix/Math/Matrix/GaussianElimination
- Logix/Math/Matrix/GaussJordanElimination
- Logix/Avatar/NearestUser
- Logix/Json/JsonAddToObject
- Logix/Json/JsonAppendToArray
- Logix/Json/JsonCountArrayChildren
- Logix/Json/JsonCountObjectChildren
- Logix/Json/JsonEmpty
- Logix/Json/JsonGetFromArray
- Logix/Json/JsonGetFromObject
- Logix/Json/JsonInfo
- Logix/Json/JsonInsertToArray
- Logix/Json/JsonParseString
- Logix/Json/JsonParseStringArray
- Logix/Json/JsonQuickGetFromObject
- Logix/Json/JsonRemoveFromArray
- Logix/Json/JsonRemoveFromObject
- Logix/Json/JsonToString
- Logix/Locomotion/IsUserInNoclip
- Logix/Math/Matrix/GaussianElimination_double2x2
- Logix/Math/Matrix/GaussianElimination_double3x3
- Logix/Math/Matrix/GaussianElimination_double4x4
- Logix/Math/Matrix/GaussianElimination_float2x2
- Logix/Math/Matrix/GaussianElimination_float3x3
- Logix/Math/Matrix/GaussianElimination_float4x4
- Logix/Math/Matrix/GaussJordanElimination_double2x2
- Logix/Math/Matrix/GaussJordanElimination_double3x3
- Logix/Math/Matrix/GaussJordanElimination_double4x4
- Logix/Math/Matrix/GaussJordanElimination_float2x2
- Logix/Math/Matrix/GaussJordanElimination_float3x3
- Logix/Math/Matrix/GaussJordanElimination_float4x4
- Logix/Math/Matrix/MatrixClass
- Logix/Math/Random/RandomBool2
- Logix/Math/Random/RandomBool3
- Logix/Math/Random/RandomBool4
- Logix/Math/Random/RandomCharacter
- Logix/Math/Random/RandomDouble
- Logix/Math/Random/RandomInt2
- Logix/Math/Random/RandomInt3
- Logix/Math/Random/RandomInt4
- Logix/Math/Random/RandomLetter
- Logix/Math/EulersToientFunction
- Logix/Math/Factorial
- Logix/Math/SortNode
- Logix/Math/MinMax
- Logix/Math/RandomDouble
- Logix/Math/Sort
- Logix/Operators/EulersTotientFunction
- Logix/Operators/Factorial
- Logix/Operators/ZeroOneI
- Logix/Operators/DoubleInput
- Logix/Playback/IsPaused
- Logix/Playback/IsStopped
- Logix/Slots/CreateEmptySlot
- Logix/Slots/Get Grandparent
- Logix/String/Decode Base64
- Logix/String/Encode Base64
- Logix/String/Encode MD5
- Logix/String/Encode Sha256
- Logix/String/Hamming Distance
- Logix/String/Hamming DistanceNonNullable
- Logix/Slots/GetGrandparent
- Logix/String/CountSubstring
- Logix/String/DecodeBase64
- Logix/String/EncodeBase64
- Logix/String/EndcodeMD5
- Logix/String/EncodeSha256
- Logix/String/HammingDistance
- Logix/String/HammingDistanceNonNullable
- Logix/Users/IsUserInSeatedMode

# Components
## Components
- Physics/Cloth/ClothCapsuleCollider
- Physics/Cloth/ClothCapsuleConnector
- Physics/Cloth/ClothCoefficent
- Physics/Cloth/ClothCollider
- Physics/Cloth/ClothConnector
- Physics/Cloth/ClothSimulation
- Physics/Cloth/ClothSphereCollider
- Physics/Cloth/ClothSphereConnect
- Physics/Cloth/UnityBetterComponentConnector
- Add-ons/Wizards/MeshColliderManagementTools
- Utility/GrabberSimulator

## Materials
- Assets/Materials/NeosPlus/TestMaterial

0 comments on commit 3a9a0cc

Please sign in to comment.