Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fornever/votka
VTK file formats parser for .NET Standard.
https://github.com/fornever/votka
fsharp vtk
Last synced: about 1 month ago
JSON representation
VTK file formats parser for .NET Standard.
- Host: GitHub
- URL: https://github.com/fornever/votka
- Owner: ForNeVeR
- License: mit
- Created: 2018-04-24T16:22:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T16:14:21.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T06:26:16.524Z (3 months ago)
- Topics: fsharp, vtk
- Language: F#
- Size: 46.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
Votka [![Build Status][badge-appveyor]][build-appveyor] [![Status Zero][status-zero]][andivionian-status-classifier]
=====Votka is a .NET Standard library for parsing of [VTK file format][vtk-format].
Build
-----[.NET Core 2.0 SDK][net-core-sdk] is required to build the project.
```console
$ dotnet build
```Test
----```console
$ dotnet test Votka.Tests
```License
-------For this project's source code and binaries license, see [License.md][license].
Some of the samples in [Votka.Tests/Data][test-data] directory's subdirectories
are licensed under their own terms. In that case, check `Readme.md` file in the
subdirectory.[license]: License.md
[test-data]: Votka.Tests/Data[andivionian-status-classifier]: https://github.com/ForNeVeR/andivionian-status-classifier#status-zero-
[build-appveyor]: https://ci.appveyor.com/project/ForNeVeR/votka/branch/master
[net-core-sdk]: https://www.microsoft.com/net/download/core#/sdk
[vtk-format]: https://www.vtk.org/wp-content/uploads/2015/04/file-formats.pdf[badge-appveyor]: https://ci.appveyor.com/api/projects/status/saq32u215fuxfv83/branch/master?svg=true
[status-zero]: https://img.shields.io/badge/status-zero-lightgrey.svg