Open-Source Projects

From MiniScript Wiki
Revision as of 13:30, 31 October 2020 by JoeStrout (talk | contribs) (Reorganized a bit, and added Al Rado's RayLib integration)
Jump to navigation Jump to search

This page is a collection of links to open-source projects in or for MiniScript.

Main Repository

https://github.com/JoeStrout/miniscript

Official repository of source code for the MiniScript language (both C# and C++ versions), as well as Command-Line MiniScript.

Kotlin version of MiniScript

https://github.com/Arcnor/miniscript-kt

A third-party reimplementation of MiniScript in Kotlin (a more modern Java-like language which runs on the JVM).

MiniScript in RayLib

https://github.com/AlRado/Raylib-cs-Examples/tree/miniscript

Adds MiniScript support to RayLib, an open-source C++ game engine.

Editors & Syntax Highlighting

NotePad++ UDL

https://github.com/SynapticBytes/MiniScript-UDL-for-Notepad-plus-plus

User-Defined Language for the NotePad++ text editor for Windows.

VS Code Language Module

https://bitbucket.org/colinmac/miniscript-syntax/src/master/

Provides MiniScript syntax highlighting for Visual Studio Code.

Pygments fork

https://github.com/JoeStrout/pygments

Fork of the Pygments syntax-coloring library which adds support for MiniScript. Merged into the main Pygments repo on Feb. 29, 2020.

Highlight.js Package

https://github.com/JoeStrout/highlightjs-miniscript

Add-on language module for Highlight.js.

Games/Apps/Programs written in MiniScript