This is an English description of the .PMX file format used in Miku Miku Dance (MMD).
PMX is the successor to the .PMD format (Polygon Model Data).
This is work-in-progress! Please leave feedback in the comments.
| ; Short guide to UDP/IP Client/Server programming in Common Lisp using usockets | |
| ; | |
| ; The main reason for this guide is because there are very few examples that | |
| ; explain how to get started with socket programming with Common Lisp that I | |
| ; could understand. | |
| ; After working on a short example on TCP, I found the | |
| ; need for a UDP tutorial. So, here goes. | |
| ; As usual, we will use quicklisp to load usocket. |