An open API service indexing awesome lists of open source software.

https://github.com/wiiseguy/pnc

PNC
https://github.com/wiiseguy/pnc

Last synced: about 1 month ago
JSON representation

PNC

Awesome Lists containing this project

README

          

# PNC

> **P**oint '**N** **C**lick

## History

This is the third port of the original PNC, which was written in C++ and OpenGL, back in 2010. The second port was created in 2015, in JavaScript and HTML and even included an editor. Both of them parsed a custom language, but this eventually led to being the most complex part of both those versions.

The goal of this iteration is to make the syntax as close to the original as possible, but make it in pure JavaScript.

### Getting started

1. Install Node and VS Code
2. Clone this repo
3. `npm run dev`
or run `dev` from Task Explorer > pnc > npm.