https://github.com/jondgoodwin/pegconvert
Pegasus3D Converter Utility
https://github.com/jondgoodwin/pegconvert
Last synced: 19 days ago
JSON representation
Pegasus3D Converter Utility
- Host: GitHub
- URL: https://github.com/jondgoodwin/pegconvert
- Owner: jondgoodwin
- License: mit
- Created: 2017-09-08T03:15:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T03:18:14.000Z (over 7 years ago)
- Last Synced: 2025-02-09T21:30:37.323Z (2 months ago)
- Language: C++
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pegasus3D Converter
Command-line tool for converting 3D content from other formats to Acorn programs.Specify two parameters: the path and filename of the source file and the path and filename
of the target Acorn program. Use '?' to see the available options for converting coordinates.Currently, the converter only supports 3-D mesh conversion from Lightwave .obj,
resulting in an Acorn program that returns a Shape. Material information is ignored.## Building (Linux)
To build the library:
make
## Building (Windows)
A Visual C++ 2010 solutions file can be created using the project files.
The generated object, library, and executable files are created relative to the location of the
solutions file.## Documentation
Use [Doxygen][] to generate [documentation][doc] from the source code.
## License
Copyright (C) 2017 Jonathan Goodwin
The Pegasus3D Converter (pegconvert) is distributed under the terms of the MIT license.
See LICENSE for details.