The Wayback Machine - https://web.archive.org/web/20210421011547/https://github.com/planetis-m
Skip to content
Avatar

Achievements

Achievements

Block or Report

Popular repositories

  1. JSON serialization framework for Nim, works from a Stream directly to any type and back. Depends only on stdlib.

    Nim 32 5

  2. Nim MAtrix NUmeric package

    Nim 26 1

  3. Interface macro for nim

    Nim 17

  4. graph data structure library

    Nim 10 1

  5. Breakout game implemented using strict ECS architecture. Used as a testbed.

    Nim 9

  6. goodluck Template

    A hackable template for creating small and fast games. Nim port

    Nim 9

397 contributions in the last year

Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr Mon Wed Fri

Contribution activity

April 2021

Created 10 commits in 1 repository

Created an issue in nim-lang/Nim that received 4 comments

conditional broadcast missing from locks module

Summary broadcast is used to wake up blocked threads that are placed in a queue. signal on the other hand unblocks a single thread. Some applicatio…

4 comments