Skip to content
Li, Xizhi edited this page Mar 13, 2016 · 5 revisions

NPL Source Code Overview

This is a brief overview of NPL source code. The best way to learn NPL is to read its source code. It is recommended to keep a copy of NPL source code in your application's development tree, like below:

./          :Your own source code
./src       :NPL source code reference   

When you program, you can search by text in all NPL source code. In ParacraftSDK, the source code is kept in the ./src folder.

Source code overview

Click here to view source code online.

Core Library Files

Object Oriented

Web Server Source Code

Paracraft Source Code

Lots of code here. If you are developing Paracraft plugins or 3d client applications in NPL. It is important to read source here.

Clone this wiki locally