8000 GitHub - HiPulsar/rpp: Language for generating DDNet's automapper rules.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

HiPulsar/rpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

rules++ is a small experiment, aiming to make mappers utterly lazy, by unlocking the full potential of DDNet's rules. It is meant to be simple, readable and most importantly correct, everything else is irrelevant.

Getting started

To start using rules++ you need 2 files, which you can grab from here:

  • an executable, which translates rules++ code to rules
  • base.r - contains all necessary building blocks

A tutorial, explaining every feature in detail is available here.

Utilities for Notepad++

Utilities include syntax highlighting and auto completion. Preferable theme can be found here.
Don't forget to check Enable global background colour in Settings -> Style Configurator...

Extension for VS Code

This extension supports basic syntax highlighting. To install it follow this guide.

After installing, open your folder in vs code and paste the following snippet into settings.json file, which can be accessed via Ctrl+Shift+P -> Preferences: Open Workspace Settings (JSON):

{
    "workbench.colorTheme": "rpp",
    "workbench.preferredDarkColorTheme": "rpp",
    "workbench.preferredHighContrastColorTheme": "rpp",
    "workbench.preferredLightColorTheme": "rpp"
}

About

Language for generating DDNet's automapper rules.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0