Skip to content

Examples for Zetes 0.1

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

These tiny programs shows the power of Zetes framework and its base features. You can use their source code for making your own applications upon it.

This version of zetes-examples is made with Zetes 0.1.

It consists of:

  • BellardPI - a simple console application which calculates π with a predefined precision.
    Usage:
          bellardpi [digits]
    where digits - number of digits to calculate. Optional. 1000 by default.
  • Tiny Viewer - a GUI multidocument image viewer application. Supports drag-dropping of images to it. Opens a window for each image.
  • OldLand - an OpenGL terminal window imitation. May be useful as a base to make an engine for roguelike games or something... Prints Shakespeare's Romeo & Juliet text with colors.
  • GLDemo - a 3D OpenGL demo. Shows a textured cube or a monkey model (low or high poligonal). Uses my tiny Cubex engine.

icons

Notes

All the versions presented here are equal in functionality. The only difference is the platform and the classpath. These examples are simple, thus classpath actually doesn't make any sense. So if you don't want to download too much, select avian version. Android classpath is much heavier...