v0.9.0
Welcome
About kaoscript
Getting Started
Guide
Comments
Variable Declarations
Basic Types
Basic Operators
Control Flows
Inline Control Flows
Functions
Typing
Classes
Enums
Namespaces
Augmentations
Error Handling
Attributes
Import & Export
Dependencies
File Inclusion
Macro
Keywords
Technical
Compilation
Cache
Known Issues
Tools
CLI
awesome-kaoscript
Color
Date and Time
Editor Plugins
Frameworks
Internationalization
Math
Template Engines
Testing
awesome-kaoscript
Color
@zokugun/lang.color
- manipulate colors with ease (by default in RGB space)
@zokugun/lang.color.alvy
- implements HSV/HSB, HSV, HWB and HSI spaces
@zokugun/lang.color.cie
- implements CIELAB, CIELUV, CIELCh, CIEXYZ, CIEYxy spaces
@zokugun/lang.color.xterm
- let's manipulate terminal colors like any other colors
Date and Time
@zokugun/lang.date
- manipulate the built-in Date with ease
@zokugun/lang.timezone
- brings the
tz database
into
kaoscript
Editor Plugins
Visual Studio Code
Kaoscript Language
- the official VS Code extension for
kaoscript
Frameworks
@zokugun/lang
- a logical framework - provides useful identical classes/functions on all supported engines.
Internationalization
@zokugun/lang.i18n
- provides root framework for internationalization libraries
@zokugun/lang.i18n.date
- implements international dates and times
Math
@zokugun/lang.math.matrix
- implements common 3D matrix functions
@zokugun/lang.math.vector
- implements common 2D vector functions
Template Engines
@zokugun/template
- fast and simple template engine
Testing
Code Coverage
@kaoscript/coverage-istanbul
- instrumentation for
Istanbul