Download List

Project Description

Gura is an iterator-oriented programming language that focuses on iterators with improved functions for calculation and data processing. It makes you be able to write an artificial code for what used to need a lot of codes of repeat syntax....

System Requirements

System requirement is not defined
gura
v0.7.0

Released at 2017-07-06 13:05
gura v0.7.0 (4 files Hide)

Release Notes

No Release Notes

Changelog

  • Performance has been improved. It's twice as fast as v0.6.2.
  • Uses Visual Studio 2015 to build for Windows.
  • Can be built with GCC 5.
  • Supports Ubuntu 16.04.
  • Enhanced opengl module so that it supports APIs of OpenGL 1.2 or later.
  • Implemented array class that provides features for matrix calculations.
  • Mathematical functions such as math.sin() and math.log() can be expanded so they can take various types of value in their arguments.
  • Implemented vertex class that represents 2-D or 3-D coord data.
  • Implemented model.stl module that provides measures to read/write files in STL format for 3D models.
  • Implemented model.obj module that provides measures to read/write files in OBJ format for 3D models.
  • Implemented doxygen module that parses Doxygen documents.
  • Implemented fftw module that applies fourier transform on array data.