Difference between revisions of "Open-Source Projects"
m (Added minimicro-tiled link!) |
m (minor reformatting) |
||
Line 29: | Line 29: | ||
==== NotePad++ UDL ==== | ==== NotePad++ UDL ==== | ||
− | https://github.com/SynapticBytes/MiniScript-UDL-for-Notepad-plus-plus | + | : https://github.com/SynapticBytes/MiniScript-UDL-for-Notepad-plus-plus |
− | + | : User-Defined Language for the NotePad++ text editor for Windows. | |
− | User-Defined Language for the NotePad++ text editor for Windows. | ||
==== VS Code Language Module ==== | ==== VS Code Language Module ==== | ||
− | https://bitbucket.org/colinmac/miniscript-syntax/src/master/ | + | : https://bitbucket.org/colinmac/miniscript-syntax/src/master/ |
− | + | : Provides MiniScript syntax highlighting for Visual Studio Code. | |
− | Provides MiniScript syntax highlighting for Visual Studio Code. | ||
==== BBEdit Language Module ==== | ==== BBEdit Language Module ==== | ||
− | https://github.com/JoeStrout/miniscript-bbedit-lang-mod | + | : https://github.com/JoeStrout/miniscript-bbedit-lang-mod |
− | + | : Provides MiniScript syntax highlighting for the BBEdit text editor for macOS. | |
− | Provides MiniScript syntax highlighting for the BBEdit text editor for macOS. | ||
==== Pygments fork ==== | ==== Pygments fork ==== | ||
− | https://github.com/JoeStrout/pygments | + | : https://github.com/JoeStrout/pygments |
− | + | : Fork of the Pygments syntax-coloring library which adds support for MiniScript. | |
− | Fork of the Pygments syntax-coloring library which adds support for MiniScript. | + | : [https://github.com/pygments/pygments/pull/1397 Merged] into the main Pygments repo on Feb. 29, 2020. |
− | [https://github.com/pygments/pygments/pull/1397 Merged] into the main Pygments repo on Feb. 29, 2020. | ||
==== Highlight.js Package ==== | ==== Highlight.js Package ==== | ||
− | https://github.com/JoeStrout/highlightjs-miniscript | + | : https://github.com/JoeStrout/highlightjs-miniscript |
− | + | : Add-on language module for [https://github.com/highlightjs/highlight.js Highlight.js]. | |
− | Add-on language module for [https://github.com/highlightjs/highlight.js Highlight.js]. | ||
=== MiniScript code libraries === | === MiniScript code libraries === | ||
==== minimicro-fonts ==== | ==== minimicro-fonts ==== | ||
− | https://github.com/JoeStrout/minimicro-fonts | + | : https://github.com/JoeStrout/minimicro-fonts |
− | + | : Provides support for colored, proportional or monospaced screen fonts in BMF format. | |
− | Provides support for colored, proportional or monospaced screen fonts in BMF format. | ||
==== minimicro-tiled ==== | ==== minimicro-tiled ==== | ||
+ | : https://github.com/Mantic/minimicro-tiled | ||
: Provides a [https://www.mapeditor.org/ Tiled] map importer and renderer! | : Provides a [https://www.mapeditor.org/ Tiled] map importer and renderer! | ||
− | |||
Revision as of 04:43, 2 February 2021
This page is a collection of links to open-source projects in or for MiniScript.
Contents
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-cs, an open-source C# game engine.
MiniScript in MonoGame
https://github.com/guiprada/monomicro
Adds MiniScript support to MonoGame, another open-source C# game engine.
GameLodge
https://github.com/bananaHemic/gamelodge_unity
A multiplayer VR project that supports online coding & development based on MiniScript. Edit the game while people are in it!
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.
BBEdit Language Module
- https://github.com/JoeStrout/miniscript-bbedit-lang-mod
- Provides MiniScript syntax highlighting for the BBEdit text editor for macOS.
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.
MiniScript code libraries
minimicro-fonts
- https://github.com/JoeStrout/minimicro-fonts
- Provides support for colored, proportional or monospaced screen fonts in BMF format.
minimicro-tiled
- https://github.com/Mantic/minimicro-tiled
- Provides a Tiled map importer and renderer!
Games/Apps/Programs written in MiniScript
- Annelids: https://github.com/JoeStrout/annelids