Welcome to Tristano Ajmone’s fork of the nsciter repository, offering Sciter bindings for the Nim language.
Table of Contents
Sciter is an embeddable HTML/CSS/script engine for cross-platform modern UI development.
Nim is a statically typed compiled systems programming language combining successful concepts from mature languages like Python, Ada and Modula.
This is my custom fork of nsciter.
The main branch of this repository is tajmone
, containing my own customizations.
The master
branch is a mirror of the upstream nsciter repository, which I use to either integrate updates into the tajmone
branch or to branch-off development to contribute pull requests upstream.
Any other branches not present upstream are either used for my own experimentation or to prepare contributions.
The upstream project doesn't provide a license (see Issue #4).
- nim-lang.org — Nim website.
- sciter.com — Sciter website.
- sciter-sdk/nsciter — upstream nsciter repository, maintained by @oskca.
- citrusn/nsciter — fork by @citrusn, with additional material.