Skip to content

Releases: Centrix14/fd

Last FlatDraw realise

14 Jun 10:01
Compare
Choose a tag to compare

This is a last FlatDraw realise. Just attach a executable for windows.

Windows x64 binaries

18 Mar 05:23
Compare
Choose a tag to compare

Just a distribution package with binaries.

New version

19 Feb 18:21
Compare
Choose a tag to compare

In this realise:

  • Added full text support
  • Cleaned up the code, removed unnecessary pieces, removed the dbg.h file
  • Improved code documentation, added screenshots to user manual

First realise

14 Dec 17:48
Compare
Choose a tag to compare

First release of FlatDraw all features are available except for arcs.

How do I collect it?

Do you work on *nix systems?

cd src
make rel

# for using:
./fd

Do you work on Windows?

1 way

  1. Unpack one of the three presented archives (destr.7z, destr.zip, destr.tar.gz)
  2. Perform
cd src
make rel
  1. Move the received file fd.exe to the unpacked directory.

First stable realise (alpha)

13 Dec 09:45
Compare
Choose a tag to compare
Pre-release

First release of FlatDraw all features are available except for arcs.

How do I collect it?

Do you work on *nix systems?

cd src
make rel

# for using:
./fd

Do you work on Windows?

  1. Unpack one of the three presented archives (destr.7z, destr.zip, destr.tar.gz)
  2. Move the unpacked directory to src
  3. For this step, you will need the make utility and the gcc compiler
make rel

# for using:
fd

No realise, just destribution package

15 Oct 17:54
Compare
Choose a tag to compare

Adding a package to transfer from the MSYS2 environment to Windows, to use compile make rel, then perform synchronization of executable files make dsync.