Skip to content

icyphox/libnms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libnms

Nim bindings to libnms

Dependencies

libnms

Installing

Clone this repository and run nimble install in your checkout.

Usage

Example usage:

import libnms

nms_auto_decrypt(1)
echo nms_exec("hello world")

Procs

nms_exec*(a1: cstring): cstring
nms_set_auto_decrypt*(a1: cint)
nms_set_foreground_color*(a1: cstring)
nms_set_clear_scr*(a1: cint)
nms_use_color*(a1: cint)
nms_set_return_opts*(a1: cstring)
nms_set_input_position*(a1: cint, a2: cint)

About

(absolutely useless) Nim bindings to libnms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages