Updates…Updates…and more laziness

Yeah, I haven’t posted in quite a bit, and ive got a few reasons. Lately ive been reworking on a concept of CSEngine, which is a bit complicated and randomly worked on when im not playing World of Warcraft (Yeah heh…). The new model is a complex web that will be difficult for me to create, but hey, it will rock some badass sites when its done. The kernel interfacing is being written at the moment and it currently contains IPC (Inter-Process Communcation) protocol support. The kernel will be a completely independant component of CSEngine and can be used with any project that sees fit to use it. This is also the most crucical of the three layers, which are Kernel->Engine->API. The kernel will be the lowest level of functions available and only developers or smarties should use it. The engine is the core of the web frontend, and it parses everything that goes out to the browser, thus being an engine. The engine is technically speaking, more powerful than the kernel itself, being it only uses the core functions of the kernel. The API is the last and final layer and it will be available to anyone freely and it will be almost as well-kept as the kernel. The API is the direct scripting interface to the Engine, and designed for being friendly and suitable for the average widget/add-on developer. As usual, I probably won’t finish this project, but if it indeed is finished, it will be FLOSS’ed with GPL and published somewhere for anyone to play around with. 

Leave a Reply

You must be logged in to post a comment.