Working with cameras in CraftStudio
Read on GitHub
Read on GitHub
It’s already time for a new version of my framework for CraftStudio : Daneel v1.4.0 is out with few new features, but nice improvements ! The two most notable new features are the Draw object that introduce the LineRenderer and CircleRenderer components, as well as the capacity to easily add…
Read it on GitHub
I started a series of tutorials that aims to build a Minecraft-like with CraftStudio (and Daneel). You can read them at : https://github.com/florentpoujol/craftstudio-stuffs/tree/master/minecraft-tutorials The whole tutorial is completely WIP, even chapters that you can already read. So if you have any feebacks, unanswered questions, complains about how I write bad…
Markdown is a file format and concise syntax whose first intent is to be converted to HTML. Today, you have tools to convert markdown in a wide variety of other formats Because of that, I wrote Daneel’s documentation as well as several upcoming tutorials (more on that soon !) in…
Hi everybody ! Already 5 months have passed since the last release of Daneel, my framework for CrafStudio. So it was really about time for me to get the next version out. So what’s new ? Well, no big new functionality this time, but a lot of improvements and adjustments…
Florent’s Toolbox is a CraftStudio project that contains several assets I found interesting to share. There are mostly scripts, which are usually independent from each other (some comes from Daneel but were modified to be “standalone”). You can try to look for the Florent’s Toolbox project on the Community Projects in CS…
With Daneel, I often needed to copy several large scripts from their .lua file over to CraftStudio and it took several seconds per script every times. I really needed a way to do that automatically. So I created an application that can basically convert Script assets from CrafStudio (.csscript files)…
In order to test the multiplayer networking and create my first ever multiplayer game, I did a small two-players Pong with CraftStudio. You can access the project through this link or search for Multilayer Pong via the “Community Projects” in CraftStudio. You can also download the project from this link.…