Skip to content

Zetes 0.1 [public alpha]

Pre-release
Pre-release
Compare
Choose a tag to compare
@bigfatbrowncat bigfatbrowncat released this 12 Jun 10:19
· 84 commits to master since this release

The first working version of Zetes. It's far from perfection, but it's already useful for small apps. There are some example apps built using it: zetes-examples 0.1. You can take a look at the binaries of the examples first.

Consists of:

  • ZetesFeet – the basic component containing Avian VM and a certain classpath (Avian or Android)
  • ZetesHands – the component to make console applications
  • ZetesWings – the component to make GUI applications

Supported platforms:

  • Windows x86 (Tested on Windows 7)
  • Windows x86_64 (Tested on Windows 7)
  • Linux x86_64 (Tested on Ubuntu 13.04)
  • Darwin x86_64 (Tested on OS X 10.9)

Notes

It's been built using the default native toolkit on each platform except Windows. On Windows we used mingw-w64, the correct flavor is mingw-builds

MinGW toolkit versions:

  • x32-4.8.1-posix-sjlj-rev5 for 32 bits
  • x64-4.8.1-posix-seh-rev5 for 64 bits

It's highly recommended that you use the same versions of toolkits. Otherwise some creepy things could occur...