Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - mentalthink

#1
Hola Compañeros cuanto tiempo :) ... una consulta habéis comprado y probado el html5 de Steam, porque lo he instalado en el VMWARE y no me lanza el Html, me dice que no existe...


Chao bambinos.
;)
#2
Hi guys the CPCTelera (Amstrad CPC programming) perhaps in next version uses this http://gittup.org/tup/ , seems for compiling really a lot faster, I read only a bit but seems works in Windows Linux and Mac. If Gernnot read this perhaps he insterested to implement in GLbasic, I think only is install de "program" and change the MakeFile for adapt to TUP.
http://gittup.org/tup/

You can see a little video here.
https://www.youtube.com/watch?v=bOmN4cSUUL8&t=72s

:booze:
#3
I see in Fabook, I don't read all but I think is free , OpenSource, or both.
GIMP
http://www.gimp.org.es/

SumoPaint
https://www.sumopaint.com/

mtPaint
http://mtpaint.sourceforge.net/

Photopea
https://www.photopea.com/

Pixilart
https://es.pixilart.com/draw/max-d514c29072e846b

GraphicsMagick
http://www.graphicsmagick.org/

Piklr
https://pixlr.com/

Canva
https://www.canva.com/es_es/editor-fotos/

Photo Raster
https://photoraster.com/

Paint.net
https://www.getpaint.net/

Pixelitor
http://pixelitor.sourceforge.net/

GrafX2
http://pulkomandy.tk/projects/GrafX2

* * * * * * * * * * * * * * * * * * *

EDITORES DE GRÁFICOS VECTORIALES

InkScape
https://inkscape.org/es/

Boxy SVG
https://boxy-svg.com/

Vectr
https://vectr.com/

* * * * * * * * * * * * * * * * * * *

EDITORES DE PINTURA DIGITAL

Krita
https://krita.org/es

MediBang Paint
https://medibangpaint.com/es/pc/

* * * * * * * * * * * * * * * * * * *

MODELADO 3D

Blender
https://www.blender.org/

MakeHuman
http://www.makehumancommunity.org/

3D Slash
https://www.3dslash.net/index.php

Clara.io
https://clara.io/

Daz Studio
https://www.daz3d.com/

Autodesk Meshmixer
http://www.meshmixer.com/

Sculptris
http://pixologic.com/sculptris/

* * * * * * * * * * * * * * * * * * *

EDITORES DE GRÁFICOS VOXEL

MagicaVoxel
https://ephtracy.github.io/

Cubik Studio
https://cubik.studio/

Hexels
https://marmoset.co/hexels/

VoxEdit
https://www.voxedit.io/

Voxel Max
https://es.voxelmax.com/

Qubicle
http://www.minddesk.com/

Goxel
https://goxel.xyz/

Makers Empire
https://www.makersempire.com/download

VoxelShop
https://blackflux.com/node/11

Dot Modeler
http://www.shionn.org/dotmodeler

Sproxel
http://sproxel.blogspot.com

* * * * * * * * * * * * * * * * * * *

EDITORES DE SPRITES, TILESETS Y MAPAS

Aseprite
https://www.aseprite.org/

Tiled Map Editor
https://www.mapeditor.org/

GraphicsGale
https://graphicsgale.com/us/

Moai
http://members.allegro.cc/sirocco/nav_mo.htm

IDraw Chara Maker 3
http://tsukuru.pl/index.php?link=programy/iDraw

Mappy Editor
http://tilemap.co.uk/mappy.php

Ogmo Editor
http://www.ogmoeditor.com/

Pixela
https://2ddentertainment.com/products_pag/p0006.htm

Pyxel Edit
https://pyxeledit.com/

tIDE
https://archive.codeplex.com/?p=tide

Tilesetter
https://tilesetter.org/

Tile Studio
http://tilestudio.sourceforge.net/
#4
Hi there, is possible to have the version 16 like the old versions, without use Steam... I don't know what happend in my Windows 10 x64 (Is a fresh Installation) , always at Start of Widnows Steam begins Update, and get about 5 min each time... I read about this a lot but don't works nothing for now :(.

#5
Hi guys I found this... perhaps someone are interesting on it.

https://www.humblebundle.com/books/programming-packt-books?partner=gamefromscratch
#6
Hi guys I found this tool online, I think can be useful for someone doing a APP(Graphics such bars, rectangles or anything) or doing Sprites and really don't know how mix colours.

https://mycolor.space/?hex=%2379C25E&sub=1

#7
Perhaps someone can be interested... I think do GLbasic works for this can't be very complex, In the video shows like Arduino Ide is programming the phone and Arduino is C++ (Really  Arduino is very easy too, and perhaps no have too much sense do GLbasic compatible with this phone or perhaps can be interesting, I dont' know.

If someone are interested I show the price and not are too much expensive about 120€  , sure this phone not will be like the last model in the market, but only the fact you can connect the device to external electronics IC can be really really cool.

https://www.indiegogo.com/projects/wiphone-a-phone-for-hackers-and-makers#/
#9
The first thanks to Gernnot for the Rs232 LIB, now is possible to do very very instesting projects with Arduino using a real nice and cool interface or anything on the Phone..


I leave an Image and the Arduino Code, for if anyone want test with Arduino.

This open another world of possibilities with GLbasic, thanks Gernnot.

I know is possible over TCP connection perhaps using ESP8266, but I want to do using BT.

The String is sended from my Phone... Arduino CODE
Quotevoid setup() {
  Serial.begin(9600);
  Serial.println("Inicio BT");
  // put your setup code here, to run once:

}

void loop() {
  Serial.write("Hello");
  delay(100);
 
  // put your main code here, to run repeatedly:

}


#10
Off Topic / Music Maker
2019-Mar-07
 :nana: Sorry I find a soft (MUSIC MAKER MAGIX) but I'm not sure if it's free or not... a bit confusing in the download Web.
#11
Hola Compis (no se si alguno sobrevive aún)  =D, quería haceros una pregunta la he puesto en el foro Inglés, pero como mi inglés es realmente malo quizás no se entienda.
Bueno el asunto es:
Como puedo medir el tiempo que necesita una función o en su defecto todo el tiempo que necesita mi programa en ejecutarse, algo similar a lo que hace el comando TIME en Linux, o algo similar a Vlagrind.

Gracias como siempre por vuestro tiempo.
;)
#12
Hi folks, how I can calculate the time needs a function to do his work?¿...

I want say something like the TIME command on Linux, (I think this command says the time of all Code, not only function, but is enough for my needs)

Thanks in advance.

#13
Hallo, I found this tool, some people said is really good (Is the same creator than Navil, an awesome modeler for windows), good points, are , can do very quality models and you have a free version, I don't use because for me Blender is my main 3d suite now (and forever  =D), but I think is a really interesting tool. Take a look
https://rocket3f.com/
#14
Hey guys if you need a tool for AudioFX, take a look to this free and online... Is the same we have in some part of the forum.
https://jfxr.frozenfractal.com/
#15
https://kronbits.itch.io/pixatool

Hi guys I found this web , they have a 3 soft for Pixel Art, the first convert images to 8 Bits palletes, like C64 ,CPC and so on, very easy and with very good quality, perhaps for people don't know how do grphics, can use 3d Renders and convert to 2d Pixel Art(I'm thinking to buy, not is too much expensive, about 25€)

And have another 2 tools for fx with pixel Art. If you interested take a look in youtube, have more videos very nices.

#16
Hey guys noboyd says nothing  -Spaninsh ("Sois unos amargaos")  =D =D.

Happy Christmas to all the forum and I hope the next year will be better or at least the same like this for all yours...

Greetings!!!.
#17
Hi guys is possible add to GLbasic a BT library for Android , I think will be very interesting for do electronic Projects, in example with Arduino and some cheaper board.
I know for Windows CE works, in fact I did a little project some years ago and runs perfect, but this Library don't works under linux systems.

Someone can do this (Really I don't know how start to port a library in C++), for iOS I don't say nothing because I prefer have the apple very far from me.  :whip: :whip:

Grettiings my Friends and happy Christmas.
#18
Hey guys, if you need a 3d modeler easy?¿, I only see a couple of videos but seems easy to use.

https://www.youtube.com/watch?v=wQerDObDjOs

Perhaps for do something with GLbasic comes well.
#19
Off Topic / Oculus GO?¿
2018-May-02
What do you think about this device?¿, will be finally the VR for all people or is another device for launch to the trash,,,
#20
Hi guys, new game from EspSoft for CPC... Really awesome graphics and music...
http://espsoft.blogspot.com.es/2018/04/galactic-tomb.html#more