Particubes cover
Particubes screenshot
Linux PC Mac Android iOS Steam
Genre: Simulator, Indie, Arcade

Particubes

🔧Update 0.0.46

Here’s a changelog covering recent updates of Particubes✨

With this new update, you can finally import your items from other voxel editing softwares (Magicavoxel, Voxel Paint, Mega voxel, Vox Edit, etc.)!


0.0.46 (July 27, 2022)




  • General bug & crash fixes
  • Custom avatars now loaded dynamically, still only available to team members but paving the way to unlock this for all users. :)

Item Editor



  • Import & Export your items (.vox supported)
  • Added block counter

Coders



  • Multiple cameras (perspective & orthographic)
  • Events now accept Data fields
  • Added Shape:Load
  • Improved Lua errors


🔧Update 0.0.44

Here’s a changelog covering recent updates of Particubes✨

One of the most notable changes in this update is the new section that is now sorted with the last updated World first.
This gives much more visibility to the Worlds that have been modified with new features.

This week, the Particubes team focus entirely on creating Worlds in lua. The goal is to give you simple scripts and code snippets of these Worlds so you can remix them. This is also a great time to join us in creating the worlds you've always wanted to build! -> Discord


0.0.44 (May 20, 2022)




  • Added anonymous accounts to play without signing up
  • Various fixes


Players



  • Display recently updated worlds in "New" list


Item Editor



  • Fixed zoom bug where blocks are involuntarily added or removed
  • Fixed screenshot bug
  • Fixed arrow placement


Coders



  • Allow to disable Tick() within Tick()
  • Added "Data" and "URL" Lua types
  • Added "Server.OnStart" function
  • Added "Server.OnPlayerLeave" function
  • Events can contain nil fields
  • MutableShapes can be created based on Shapes (and vice-versa)
  • Shapes can be created using .vox file Data


Web



  • Fixed skybox in Web version
  • Polishing and optimizations


🔧Update 0.0.44

Here’s a changelog covering recent updates of Particubes✨
This new update is particularly dense. It introduces:
💡 new possibilities with the lights
💬 HTTP requests

We hope you will have a lot of fun discovering and creating with all these new features!

0.0.44 (May 20, 2022)




  • Fixed pause menu clickable through settings popup
  • Fixed issues with World/Item description texts

Code Editor



  • Fixed bug when pasting long texts

Item Editor



  • Fixed blocks added after zoom on mobile
  • Fixed continuous edition when using mirror mode

Coders



  • new HTTP and JSON APIs
  • new Lights API

Web



  • Fixed dir. pad (now works on non-QWERTY keyboards)
  • Fixed mouse behaviour (pointer & scroll)
  • Fixed player disconnect issue



🔧Update 0.0.43

Here’s a changelog covering recent updates of Particubes✨
This time, the team has focused on fixing the bugs you reported! We can't wait to show you the web version and the very first tests should arrive soon...

0.0.43 (Apr 29, 2022)




  • Fixed built Worlds listing
  • Fixed World description edition
  • Fixed text selection on mobile devices
  • Fixed crash when opening the settings
  • Android: fixed crash when exporting an item or sharing a screenshot
  • Display message when World search returns nothing


Item Editor



  • Fixed blocks added after zoom on mobile


Coders



  • Shape shadows now disabled by default
  • Lua events delivered faster (still improving)
  • Pointer event fixes (Down, Up, Drag, etc.)
  • Fixed when using multiple Timers
  • Fixed chat command display bug


🔧Update 0.0.42

Here’s a changelog covering recent updates of Particubes✨


0.0.42 (Apr 9, 2022)




  • Internal changes, paving the way for improved multiplayer & web browser support (planned for next update)
  • Improved feedback form
  • Various fixes and optimizations


Item Editor



  • Continuous edition also works in "face mode"
  • Export files in .vox or .pcubes (import coming soon)
  • Fix issue with cache (now ok to edit the same item on 2 devices)



Coders



  • Time.Unix() & Time.UnixMilli()
  • KeyValueStore: increased max size for values (250 bytes)
  • Made Events much more reliable

Upcoming disturbances 🚧

Hello! 👋

On Thursday, March 24, from 10am CET (tomorrow), we'll start rolling out an important update.
It unfortunately can’t be done this time without service interruption. 🔥

EDIT: ⚠️ Due to some technical issues, we are forced to postpone the interruption and the 0.0.42 update to Monday, March 28.

It will not be possible to use the app for a little while. ⏳

This update (0.0.42) is paving the way for Particubes to run within web browsers and for an improved multiplayer experience. 🙂

Everything will be back to normal as soon as you install the update. It will be available about 24h after the interruption on Steam.

Thank you for your support! ☺️

🔧Update 0.0.41

Here’s a changelog covering recent updates of Particubes✨

This is a big update this time! The item editor has been improved in several ways! You can now add and paint multiple cubes with one click!✏️💪

0.0.41 (Mar 4, 2022)



  • Fixed a crash when using \ in code editor
  • Fixed an issue when pasting in code editor
  • Fixed copy being possible on readonly fields
  • Fixed an issue when using Camera.FieldOfView

Mac & Windows



  • Added settings option to toggle fullscreen by default
  • Exit menu now displayed when pressing ESC key

Item Editor



  • Added continuous add/remove/paint using long press/click
  • Improved Item Editor rotation arrows and controls


Coders



  • Updated Shape.BoundingBox and related fields, check the doc
  • Added Shape:ComputeLocalBoundingBox and Shape:ComputeWorldBoundingBox
  • Added Pointer.LongPress, function triggered on long press, with haptic feedback when possible
  • Fixed a crash that could happen when copying shapes

🔧Update 0.0.40

Here’s a changelog covering recent updates of Particubes✨

Again, there is only minor changes on this update. The dev team is still focused on the web version of Particubes that should come veeeeeeery soon... 👀

0.0.40 (Feb 10, 2022)



  • Physics engine fixes
  • Minor fixes



Collision with bounciness is fixed!

🔧Update 0.0.39

Here’s a changelog covering recent updates of Particubes✨

0.0.39 (Jan17, 2022)



  • Fixed a crash that could occur when starting a game
  • Other fixes and optimizations

Item editor

  • Item rotation improvements

Developers

  • Fixed Player:Copy
  • Better Lua errors on Shape


🔧Update 0.0.38

Here’s a changelog covering recent updates of Particubes✨

This is a small but necessary update!
The team is working in parallel on a web port, which will surely slow down the addition of other new features in January. Once done, you will be able to play Particubes on every web browser! 🌐

0.0.38 (Jan 8, 2022)



  • This version only contains bug fixes (memory leaks, crashes, etc.)


Developers

  • Added Shape:Copy
  • Physics : static objects (Physics = false) can now report collisions
  • Physics : Map.OnCollision is now available