Using NimScript as embedded scripting language, enabling hot loading
☆97Aug 23, 2020Updated 5 years ago
Alternatives and similar repositories for embeddedNimScript
Users that are interested in embeddedNimScript are comparing it to the libraries listed below
Sorting:
- Quick and easy Nim <-> Nimscript interop☆154Nov 23, 2025Updated 3 months ago
- Example of how to embed Nimscript in your Nim application☆19Mar 2, 2018Updated 7 years ago
- Shaders in Nim language☆105Feb 21, 2026Updated last week
- Generated Nim's API docs in markdown for github's README.md files. Great for small libraries with simple APIs.☆12Oct 1, 2021Updated 4 years ago
- Nim macros for building OOP class hierarchies.☆37Jun 9, 2021Updated 4 years ago
- ☆18Jul 7, 2020Updated 5 years ago
- ☆105Jun 16, 2020Updated 5 years ago
- A low-level, type safe wrapper around OpenGL☆11Jan 30, 2022Updated 4 years ago
- Fonts, Typesetting and Rasterization.☆149Aug 21, 2022Updated 3 years ago
- a macro dsl for nim☆46Nov 16, 2020Updated 5 years ago
- Universally Unique Lexicographically Sortable Identifier in Nim☆34Apr 28, 2020Updated 5 years ago
- ☆75Jul 6, 2022Updated 3 years ago
- Netty - reliable UDP connection library for games in Nim.☆127Updated this week
- Nim wrapper for the Chromium Embedded Framework☆30Oct 31, 2020Updated 5 years ago
- Various asynchronous tools for Nim language☆111Nov 10, 2023Updated 2 years ago
- Nim utilities for advanced CPU operations: CPU identification, ISA extension detection, bindings to assorted intrinsics☆27May 1, 2021Updated 4 years ago
- Various Nim snippets collection☆28May 9, 2024Updated last year
- Nim-based DSL allowing to generate SVG files and GIF animations.☆147Oct 10, 2022Updated 3 years ago
- A library to do pattern matching on the AST in the Nim programming language.☆105Nov 29, 2023Updated 2 years ago
- Fork of https://notabug.org/vktec/nimbox☆30Jun 13, 2019Updated 6 years ago
- ☆20Feb 23, 2021Updated 5 years ago
- Everything you want to do with colors, in Nim.☆107Sep 20, 2025Updated 5 months ago
- Nim metrics client library supporting the Prometheus monitoring toolkit☆45Feb 20, 2026Updated last week
- Statistic-driven micro-benchmark framework☆34Feb 12, 2019Updated 7 years ago
- ☆41Apr 28, 2023Updated 2 years ago
- A minimal experimental actor library for Nim (wip)☆25Jun 4, 2017Updated 8 years ago
- Lock-free queue implementations for Nim.☆47Dec 21, 2025Updated 2 months ago
- Documentation for Nim Macros☆42May 11, 2022Updated 3 years ago
- NESM stands for Nim's Easy Serialization Macro. The macro that allowing generation of serialization functions by one line of code! (It is…