descore 1.2.6

D Extended Set Core: math, multithread, images, logsystem, localization, signal-slot, etc


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

Core part of D Extended Set (DES) library

DESCore does not have external dependencies

  • des.math: some math concepts and funcs

    • linear: vectors and matrix with fix and dynamic dimensions, quaternions, etc

    • method: approx funcs, differential, integral, statistics

    • combin: combinatorics

    • basic: easy method to create structs with basic math ops (+,-,*,/)

  • des.space: linear algebra oriented 3d views

    • node: SpaceNode interface for objects, that can be viewed

    • camera: interface Camera : SpaceNode, manipution with nodes matrix to view objects in camera space

    • resolver: part of camera, calc transform matrix from one node local coord system to other node coord system

  • des.il: working with multidimension images

    • image: image struct

    • func: copy, paste funcs (loading from file in des package, descore doesn't have external dependences )

    • region: multidimension rectangle region

    • util: converts from line index to dimension index, calc layers size, etc

  • des.flow: multithreading wrap

    • element: work element in thread

    • event: struct for communication between elements

    • signal: control state struct

    • thread: main wrap for core.thread

  • des.util: some utilites, that used in many parts of DES

    • arch: external memory managment (such as OpenGL buffers), signal-slot, etc

    • data: data types enums, work with "raw" data (void*)

    • localization: multilanguage support

    • logsys: logging system

    • stdext: extended standart functions from std (algorithms, string, traits)

    • testsuite: some aux funcs for unittesting

    • colorparse: parse strings like #FF00FF to RGB components

    • helpers: application path utils (reading files)

    • socket: simple socket

    • timer: simple timer

Documentation orient to harbored-mod

to build doc:

cd path/to/descore
path/to/harbored-mod/bin/hmod
Authors:
  • Oleg Butko(deviator)
  • Anton Akzhigitov(Akzwar)
Dependencies:
none
Versions:
1.2.7 2015-Apr-21
1.2.6 2015-Mar-14
1.2.5 2015-Mar-07
1.2.4 2015-Feb-21
1.2.3 2015-Feb-18
Show all 26 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 1 downloads this month

  • 551 downloads total

Score:
1.0
Short URL:
descore.dub.pm