Skip to content

Commit

Permalink
Added link to blog and declaration of inactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
jshahbazi committed Jun 23, 2014
1 parent a56835b commit 012784d
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
@@ -1,5 +1,13 @@
This project is no longer being actively worked on. Please refer to my blog to find what I believe to be a better way to make a GUI:

http://fortrandev.wordpress.com/2014/05/25/creating-a-gui-using-gtk3-and-gtk-fortran/


ForGE (Inactive)
=====

Compilation
===========
-----------
Forge is a static library. To compile, include the libforge.a file in your library directory and the forge.mod file in your modules directory.

Add the following arguments to your linker arguments:
Expand All @@ -12,17 +20,17 @@ gtk-fortran is required to be already installed and working, otherwise the libra


Instructions
============
------------
Instructions are available in the instructions.txt file.


Test File
=========
---------
The test.f90 is a test file I use to call the functions and create a GUI. Until I finish creating proper documentation, you can use that see what the library can do. All the possible functions are there, though most are commented out.


Versions
========
--------
v0.1 - Initial release!

v0.2.0 - Finished converting to object containers for each window, no more global variables for that
Expand All @@ -49,4 +57,4 @@ v0.4.0 - Added the following widgets: sub-menus, separator, sliders, spin button
- Revamped widget placement and sizing
- Added run_on_interval function to run a function on an interval (intended for graphics updates)
- Added run_on_interval function to run a function on an interval (intended for graphics updates)

0 comments on commit 012784d

Please sign in to comment.