Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

JavaDiptraceAsciiLib

A simple java library to parse and generate simple Diptrace ascii files

DipTrace has a special file format, DipTrace ASCII, that is a text file readable by any text editor. The purpose of this project is to create a simple Java library to read and write those text files and edit the contents of the file in a simple way.

License

The library is licensed under MIT License. Copyright Daniel Bergqvist.

Documentation

Javadoc: https://danielb987.github.io/JavaDiptraceAsciiLib.Documentation/javadoc/

Example: https://github.com/danielb987/JavaDiptraceAsciiLib/blob/master/src/examples/javadiptraceasciilib/FlashLight.java

Contributors

A main goal is to keep the library simple and easy to use. If fancy features are wanted, it's recommended to place those features in a "DiptraceAdvanced" class or something similar.

Once a class or method is declared public, changes to the interface of that class or method will break existing code. Therefore everything that doesn't need to be public should be private or package private, or in some rare cases protected.

Contributions are welcome! If you have ideas of new features or extensions of the library, it's recommended to start with adding an Issue, explaining the new feature.

All source code in the library must be licensed under MIT License. No license headers or @author tags are allowed in the source code.

List of contributors

For a list of contributors to the library code base, see this page: https://github.com/danielb987/JavaDiptraceAsciiLib/graphs/contributors

About

A simple java library to parse and generate simple Diptrace ascii files

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.