Skip to content

A collection of Nim links that I don't want to forget about. Libraries, articles, and other notes. (A not-as-awesome, but still nice list.)

Notifications You must be signed in to change notification settings

smallgram/nim-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Nim Links

A collection of Nim-related links that I may need to refer to later. Lists of articles, posts, libraries, or other materials. Kind of an awesome-list, but not as curated!

Libraries

GUI / Desktop

Libraries to assist in the creation of desktop applications

  • Native Widgets
  • SDL-based
  • Other Graphics Library Based
  • Web-based

Graphics

Libraries to generate or display graphics

Scientific

Libraries for primarily technical or scientific purposes

  • Math
  • AI / ML
  • Computer Vision
  • Data
  • Plot

Parsing / Pattern Matching / Text Processing

Libraries for parsing, pattern matching, or other kinds of text or data processing

  • nitely/nim-regex - A pure Nim library that offers fast regex abilities. Doesn't require an external/dynamic library.

Data

Libraries for dealing with databases, data processing, or data storage

  • moigagoo/norm - Norm is an object-driven, framework-agnostic ORM for Nim that supports SQLite and PostgreSQL.
  • SSPkrolik/nimongo - A basic pure nim MongoDB driver with a nice interface. Doesn't support every feature, but does support sync/async to some extent. Sufficient for simple use cases for sure!

Embedded

Web

Javascript

Libraries focused on the JS Nim target

Scripting (Nimscript)

Utility

  • c-blake/cligen - A nice, full featured, CLI tool argument / options / input parsing library.

Articles

Useful smaller articles and reading related to Nim

Books and Guides

Useful books and longer guides about Nim or Nim-related topics

Books

  • Nim in Action - By Dominik Picheta. The main Nim book. Somewhat older, but still relevant and good. Goes through the basics of the language with example projects, and touches on a few more advanced or niche aspects of Nim such as FFI/wrapping, and packages.

Overviews

Details

Scripting

About

A collection of Nim links that I don't want to forget about. Libraries, articles, and other notes. (A not-as-awesome, but still nice list.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published