Is there something like #Pico8 but for 3D? Not it terms of features, but that cozy and charming feel. #gameEngine #gamedev
@playmedusa It made me think about https://zeromatrix.itch.io/rpginabox but it's not really the same vibe as pico8
There is also Polybox, I think it miss a 3D modeler to really get into the fantasy console area
https://github.com/DavidColson/Polybox
RPG in a Box by Justin Arnold

Bring your stories and ideas to life!

itch.io
@nusan Just checked their website again and this might be the closest to what I have in mind. Not quite there yet, but certainly close!
@playmedusa yeah, I often think about making something like that myself, but it's so much work... but ideally it would have all tools in the program to make a simple 3D game, so a modeler, a texture painting tool, something for sound....
@playmedusa maybe some day a 3D modeler and engine for picotron might surface, and that could be a good starting point too
@nusan indeed! I guess such a tool is difficult (if not impossible) unless you set for voxels like voxatron or rpg in a box (pure or not), or to a preset set of pieces to build from, because 3d is just too broad. So not being about modelling it should give you a tight space already set to work on, maybe, with lights, cameras, sound, input and exporting solved in a fixed way, like pico8 does for 2D...
@playmedusa for sure, making a "simple" 3D modeler, with cozy and interesting limitations, is not easy. PicoCAD is a cool attempt, and there are a lot of cool stuff done with it, but I think there is ways to do better. Ideally the constraint would also help making it look coherent as a style, even if it's simple 3D objets with pixelized textures on it
@nusan @playmedusa I like the look of Crocotile https://crocotile3d.com/
Crocotile 3D

Create 3d maps and models with 2d tilesets

@clayote Me too! But it's not a game engine at all :D

@playmedusa well, turns out the pico8ish 3d engine you wanted was in development when you posted this thread. Demo here:

https://www.wareware.rip/

wareware

wareware is our block-based 3D game toolkit. build your dream game and finally get on with your life━☆゚.*・。゚

https://wareware.rip
@clayote this looks really cool!! I was setting my mind on Löve2d and Godot (for 3d) but will have a look at this one. Thanks!