ProductionGraph is a tool to visualize and plan production chains.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stefan Müller 8a6d4861f6 Updated gitignore to exclude backups in subdirectories as well 8 months ago
utils Updated drawing method to use proper gl methods and added TView to handle OpenGL initialization 8 months ago
.gitignore Updated gitignore to exclude backups in subdirectories as well 8 months ago
LICENSE Initial commit 9 months ago
ProductionGraph.lpi Updated drawing method to use proper gl methods and added TView to handle OpenGL initialization 8 months ago
ProductionGraph.lpr Updated drawing method to use proper gl methods and added TView to handle OpenGL initialization 8 months ago
README.md Updated readme 9 months ago
UDraw.pas Updated drawing method to use proper gl methods and added TView to handle OpenGL initialization 8 months ago
UMainForm.lfm Added OpenGLControl.OnResize handler to re-init OpenGL 8 months ago
UMainForm.pas Added OpenGLControl.OnResize handler to re-init OpenGL 8 months ago
UView.pas Updated drawing method to use proper gl methods and added TView to handle OpenGL initialization 8 months ago

README.md

ProductionGraph

ProductionGraph is a tool to visualize and plan production chains.

License

ProductionGraph is released under the CDDL-1.1 - the Common Development and Distribution License Version 1.1. A copy of that license is included with this source.

Dependencies

ProductionGraph was built with FreePascal 3.2.2 and Lazarus 2.2.4.

In addition, the following packages have to be installed:

  • LazOpenGLContext (already included with Lazarus)