Creating a ConsoleMod to Buildron

In this post we’ll create a mod that adds a console window to Buildron and let you monitor its events. Our ConsoleMod will have 2 classes: ModController and Mod. ModController class ModController class will be a MonoBehaviour responsible to showing to the user a window where the Buildron events will...
Read "Creating a ConsoleMod to Buildron"

jumpstart

I present to you my newest tool… jumpstart is a command-line tool to create new C# projects from prebuilt/templates. As an experienced developers it’s very common we have some kind of template solution when we start a new project. Maybe it’s the latest project we work on, maybe it’s a...
Read "jumpstart"

Buildron 2.0.0-RC1 - Mods support

After some months of hard work I finally released the Buildron mods support. This Buildron 2.0.0-RC1 represents a great change in Buildron code structure, because we built a mods support that allow any developer add his own mods to Buildron. Hope to see you building some mods to Buildron. We’re...
Read "Buildron 2.0.0-RC1 - Mods support"

Testing js-dos

Recenlty I discovered the project Emscripten: Emscripten is an LLVM-to-JavaScript compiler. It takes LLVM bitcode - which can be generated from C/C++, using llvm-gcc (DragonEgg) or clang, or any other language that can be converted into LLVM - and compiles that into JavaScript, which can be run on the web...
Read "Testing js-dos"
Tutorials

Articles

Labs