https://github.com/wiiseguy/pnc
PNC
https://github.com/wiiseguy/pnc
Last synced: about 1 month ago
JSON representation
PNC
- Host: GitHub
- URL: https://github.com/wiiseguy/pnc
- Owner: Wiiseguy
- License: apache-2.0
- Created: 2022-04-12T18:40:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-28T18:06:36.000Z (7 months ago)
- Last Synced: 2025-12-31T08:47:27.734Z (7 months ago)
- Language: TypeScript
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.